Searched refs:CMS_AuthenticatedData (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/cms/ |
H A D | cms_asn1.c | 271 ASN1_NDEF_SEQUENCE(CMS_AuthenticatedData) = { 272 ASN1_EMBED(CMS_AuthenticatedData, version, INT32), 273 ASN1_IMP_OPT(CMS_AuthenticatedData, originatorInfo, CMS_OriginatorInfo, 0), 274 ASN1_SET_OF(CMS_AuthenticatedData, recipientInfos, CMS_RecipientInfo), 275 ASN1_SIMPLE(CMS_AuthenticatedData, macAlgorithm, X509_ALGOR), 276 ASN1_IMP(CMS_AuthenticatedData, digestAlgorithm, X509_ALGOR, 1), 277 ASN1_SIMPLE(CMS_AuthenticatedData, encapContentInfo, CMS_EncapsulatedContentInfo), 278 ASN1_IMP_SET_OF_OPT(CMS_AuthenticatedData, authAttrs, X509_ALGOR, 2), 279 ASN1_SIMPLE(CMS_AuthenticatedData, mac, ASN1_OCTET_STRING), 280 ASN1_IMP_SET_OF_OPT(CMS_AuthenticatedData, unauthAttrs, X509_ALGOR, 3) [all …]
|
H A D | cms_local.h | 29 typedef struct CMS_AuthenticatedData_st CMS_AuthenticatedData; typedef 61 CMS_AuthenticatedData *authenticatedData;
|
/openssl/util/ |
H A D | indent.pro | 124 -T CMS_AuthenticatedData
|
Completed in 9 milliseconds