CMS_DigestedData
ASN1_NDEF_SEQUENCE(CMS_DigestedData) = {
ASN1_EMBED(CMS_DigestedData, version, INT32),
ASN1_SIMPLE(CMS_DigestedData, digestAlgorithm, X509_ALGOR),
ASN1_SIMPLE(CMS_DigestedData, encapContentInfo, CMS_EncapsulatedContentInfo),
ASN1_SIMPLE(CMS_DigestedData, digest, ASN1_OCTET_STRING)
} ASN1_NDEF_SEQUENCE_END(CMS_DigestedData)
ADB_ENTRY(NID_pkcs7_digest, ASN1_NDEF_EXP(CMS_ContentInfo, d.digestedData, CMS_DigestedData, 0)),
CMS_DigestedData *dd;
dd = M_ASN1_new_of(CMS_DigestedData);
CMS_DigestedData *dd = cms->d.digestedData;
CMS_DigestedData *dd;
DECLARE_ASN1_ITEM(CMS_DigestedData)
CMS_DigestedData *digestedData;