Searched refs:CMS_SignedData (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/cms/
H A Dcms_asn1.c124 ASN1_NDEF_SEQUENCE(CMS_SignedData) = {
125 ASN1_SIMPLE(CMS_SignedData, version, LONG),
126 ASN1_SET_OF(CMS_SignedData, digestAlgorithms, X509_ALGOR),
127 ASN1_SIMPLE(CMS_SignedData, encapContentInfo, CMS_EncapsulatedContentInfo),
128 ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0),
129 ASN1_IMP_SET_OF_OPT(CMS_SignedData, crls, CMS_RevocationInfoChoice, 1),
130 ASN1_SET_OF(CMS_SignedData, signerInfos, CMS_SignerInfo)
131 } ASN1_NDEF_SEQUENCE_END(CMS_SignedData)
306 ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP(CMS_ContentInfo, d.signedData, CMS_SignedData, 0)),
H A Dcms_sd.c65 DECLARE_ASN1_ITEM(CMS_SignedData)
67 static CMS_SignedData *cms_get0_signed(CMS_ContentInfo *cms)
77 static CMS_SignedData *cms_signed_data_init(CMS_ContentInfo *cms)
81 cms->d.signedData = M_ASN1_new_of(CMS_SignedData);
110 static void cms_sd_set_version(CMS_SignedData *sd)
304 CMS_SignedData *sd;
494 CMS_SignedData *sd;
558 CMS_SignedData *sd;
815 CMS_SignedData *sd;
H A Dcms_lcl.h72 typedef struct CMS_SignedData_st CMS_SignedData; typedef in typeref:struct:CMS_SignedData_st
101 CMS_SignedData *signedData;

Completed in 517 milliseconds