Searched refs:CMS_AuthenticatedData (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/cms/ |
D | cms_asn1.c | 248 ASN1_NDEF_SEQUENCE(CMS_AuthenticatedData) = { 249 ASN1_EMBED(CMS_AuthenticatedData, version, INT32), 250 ASN1_IMP_OPT(CMS_AuthenticatedData, originatorInfo, CMS_OriginatorInfo, 0), 251 ASN1_SET_OF(CMS_AuthenticatedData, recipientInfos, CMS_RecipientInfo), 252 ASN1_SIMPLE(CMS_AuthenticatedData, macAlgorithm, X509_ALGOR), 253 ASN1_IMP(CMS_AuthenticatedData, digestAlgorithm, X509_ALGOR, 1), 254 ASN1_SIMPLE(CMS_AuthenticatedData, encapContentInfo, CMS_EncapsulatedContentInfo), 255 ASN1_IMP_SET_OF_OPT(CMS_AuthenticatedData, authAttrs, X509_ALGOR, 2), 256 ASN1_SIMPLE(CMS_AuthenticatedData, mac, ASN1_OCTET_STRING), 257 ASN1_IMP_SET_OF_OPT(CMS_AuthenticatedData, unauthAttrs, X509_ALGOR, 3) [all …]
|
D | cms_local.h | 31 typedef struct CMS_AuthenticatedData_st CMS_AuthenticatedData; typedef 55 CMS_AuthenticatedData *authenticatedData;
|
/third_party/openssl/util/ |
D | indent.pro | 125 -T CMS_AuthenticatedData
|