Home
last modified time | relevance | path

Searched refs:CMS_AuthenticatedData (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_asn1.c253 ASN1_NDEF_SEQUENCE(CMS_AuthenticatedData) = {
254 ASN1_EMBED(CMS_AuthenticatedData, version, INT32),
255 ASN1_IMP_OPT(CMS_AuthenticatedData, originatorInfo, CMS_OriginatorInfo, 0),
256 ASN1_SET_OF(CMS_AuthenticatedData, recipientInfos, CMS_RecipientInfo),
257 ASN1_SIMPLE(CMS_AuthenticatedData, macAlgorithm, X509_ALGOR),
258 ASN1_IMP(CMS_AuthenticatedData, digestAlgorithm, X509_ALGOR, 1),
259 ASN1_SIMPLE(CMS_AuthenticatedData, encapContentInfo, CMS_EncapsulatedContentInfo),
260 ASN1_IMP_SET_OF_OPT(CMS_AuthenticatedData, authAttrs, X509_ALGOR, 2),
261 ASN1_SIMPLE(CMS_AuthenticatedData, mac, ASN1_OCTET_STRING),
262 ASN1_IMP_SET_OF_OPT(CMS_AuthenticatedData, unauthAttrs, X509_ALGOR, 3)
[all …]
H A Dcms_local.h29 typedef struct CMS_AuthenticatedData_st CMS_AuthenticatedData; typedef
61 CMS_AuthenticatedData *authenticatedData;
/freebsd/crypto/openssl/util/
H A Dindent.pro124 -T CMS_AuthenticatedData