OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMS_EncryptedData
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/cms/
cms_asn1.c
276
ASN1_NDEF_SEQUENCE(
CMS_EncryptedData
) = {
277
ASN1_SIMPLE(
CMS_EncryptedData
, version, LONG),
278
ASN1_SIMPLE(
CMS_EncryptedData
, encryptedContentInfo, CMS_EncryptedContentInfo),
279
ASN1_IMP_SET_OF_OPT(
CMS_EncryptedData
, unprotectedAttrs, X509_ATTRIBUTE, 1)
280
} ASN1_NDEF_SEQUENCE_END(
CMS_EncryptedData
)
309
ADB_ENTRY(NID_pkcs7_encrypted, ASN1_NDEF_EXP(CMS_ContentInfo, d.encryptedData,
CMS_EncryptedData
, 0)),
cms_enc.c
65
DECLARE_ASN1_ITEM(
CMS_EncryptedData
)
268
cms->d.encryptedData = M_ASN1_new_of(
CMS_EncryptedData
);
290
CMS_EncryptedData
*enc = cms->d.encryptedData;
cms_lcl.h
78
typedef struct CMS_EncryptedData_st
CMS_EncryptedData
;
104
CMS_EncryptedData
*encryptedData;
Completed in 51 milliseconds