Lines Matching refs:CMS_AuthenticatedData
259 ASN1_NDEF_SEQUENCE(CMS_AuthenticatedData) = {
260 ASN1_EMBED(CMS_AuthenticatedData, version, INT32),
261 ASN1_IMP_OPT(CMS_AuthenticatedData, originatorInfo, CMS_OriginatorInfo, 0),
262 ASN1_SET_OF(CMS_AuthenticatedData, recipientInfos, CMS_RecipientInfo),
263 ASN1_SIMPLE(CMS_AuthenticatedData, macAlgorithm, X509_ALGOR),
264 ASN1_IMP(CMS_AuthenticatedData, digestAlgorithm, X509_ALGOR, 1),
265 ASN1_SIMPLE(CMS_AuthenticatedData, encapContentInfo, CMS_EncapsulatedContentInfo),
266 ASN1_IMP_SET_OF_OPT(CMS_AuthenticatedData, authAttrs, X509_ALGOR, 2),
267 ASN1_SIMPLE(CMS_AuthenticatedData, mac, ASN1_OCTET_STRING),
268 ASN1_IMP_SET_OF_OPT(CMS_AuthenticatedData, unauthAttrs, X509_ALGOR, 3)
269 } static_ASN1_NDEF_SEQUENCE_END(CMS_AuthenticatedData)
288 …_smime_ct_authData, ASN1_NDEF_EXP(CMS_ContentInfo, d.authenticatedData, CMS_AuthenticatedData, 0)),