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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms_asn1.c126 ASN1_NDEF_SEQUENCE(CMS_SignedData) = {
127 ASN1_SIMPLE(CMS_SignedData, version, LONG),
128 ASN1_SET_OF(CMS_SignedData, digestAlgorithms, X509_ALGOR),
129 ASN1_SIMPLE(CMS_SignedData, encapContentInfo, CMS_EncapsulatedContentInfo),
130 ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0),
131 ASN1_IMP_SET_OF_OPT(CMS_SignedData, crls, CMS_RevocationInfoChoice, 1),
132 ASN1_SET_OF(CMS_SignedData, signerInfos, CMS_SignerInfo)
133 } ASN1_NDEF_SEQUENCE_END(CMS_SignedData)
329 ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP(CMS_ContentInfo, d.signedData, CMS_SignedData, 0)),
H A Dcms_sd.c67 DECLARE_ASN1_ITEM(CMS_SignedData)
69 static CMS_SignedData *cms_get0_signed(CMS_ContentInfo *cms)
78 static CMS_SignedData *cms_signed_data_init(CMS_ContentInfo *cms)
81 cms->d.signedData = M_ASN1_new_of(CMS_SignedData);
109 static void cms_sd_set_version(CMS_SignedData *sd)
270 CMS_SignedData *sd;
455 CMS_SignedData *sd;
514 CMS_SignedData *sd;
786 CMS_SignedData *sd;
H A Dcms_lcl.h73 typedef struct CMS_SignedData_st CMS_SignedData; typedef in typeref:struct:CMS_SignedData_st
100 CMS_SignedData *signedData;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms_asn1.c126 ASN1_NDEF_SEQUENCE(CMS_SignedData) = {
127 ASN1_SIMPLE(CMS_SignedData, version, LONG),
128 ASN1_SET_OF(CMS_SignedData, digestAlgorithms, X509_ALGOR),
129 ASN1_SIMPLE(CMS_SignedData, encapContentInfo, CMS_EncapsulatedContentInfo),
130 ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0),
131 ASN1_IMP_SET_OF_OPT(CMS_SignedData, crls, CMS_RevocationInfoChoice, 1),
132 ASN1_SET_OF(CMS_SignedData, signerInfos, CMS_SignerInfo)
133 } ASN1_NDEF_SEQUENCE_END(CMS_SignedData)
329 ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP(CMS_ContentInfo, d.signedData, CMS_SignedData, 0)),
H A Dcms_sd.c67 DECLARE_ASN1_ITEM(CMS_SignedData)
69 static CMS_SignedData *cms_get0_signed(CMS_ContentInfo *cms)
78 static CMS_SignedData *cms_signed_data_init(CMS_ContentInfo *cms)
81 cms->d.signedData = M_ASN1_new_of(CMS_SignedData);
109 static void cms_sd_set_version(CMS_SignedData *sd)
270 CMS_SignedData *sd;
455 CMS_SignedData *sd;
514 CMS_SignedData *sd;
786 CMS_SignedData *sd;
H A Dcms_lcl.h73 typedef struct CMS_SignedData_st CMS_SignedData; typedef in typeref:struct:CMS_SignedData_st
100 CMS_SignedData *signedData;

Completed in 116 milliseconds