CMS_EncryptedData
ASN1_NDEF_SEQUENCE(CMS_EncryptedData) = {
ASN1_EMBED(CMS_EncryptedData, version, INT32),
ASN1_SIMPLE(CMS_EncryptedData, encryptedContentInfo, CMS_EncryptedContentInfo),
ASN1_IMP_SET_OF_OPT(CMS_EncryptedData, unprotectedAttrs, X509_ATTRIBUTE, 1)
} ASN1_NDEF_SEQUENCE_END(CMS_EncryptedData)
ADB_ENTRY(NID_pkcs7_encrypted, ASN1_NDEF_EXP(CMS_ContentInfo, d.encryptedData, CMS_EncryptedData, 0)),
M_ASN1_free_of(cms->d.encryptedData, CMS_EncryptedData);
cms->d.encryptedData = M_ASN1_new_of(CMS_EncryptedData);
CMS_EncryptedData *enc = cms->d.encryptedData;
DECLARE_ASN1_ITEM(CMS_EncryptedData)
CMS_EncryptedData *encryptedData;