Home
last modified time | relevance | path

Searched refs:CMS_SignedData (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_asn1.c78 ASN1_NDEF_SEQUENCE(CMS_SignedData) = {
79 ASN1_EMBED(CMS_SignedData, version, INT32),
80 ASN1_SET_OF(CMS_SignedData, digestAlgorithms, X509_ALGOR),
81 ASN1_SIMPLE(CMS_SignedData, encapContentInfo, CMS_EncapsulatedContentInfo),
82 ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0),
83 ASN1_IMP_SET_OF_OPT(CMS_SignedData, crls, CMS_RevocationInfoChoice, 1),
84 ASN1_SET_OF(CMS_SignedData, signerInfos, CMS_SignerInfo)
85 } ASN1_NDEF_SEQUENCE_END(CMS_SignedData)
283 … ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP(CMS_ContentInfo, d.signedData, CMS_SignedData, 0)),
H A Dcms_sd.c27 static CMS_SignedData *cms_get0_signed(CMS_ContentInfo *cms) in cms_get0_signed()
36 static CMS_SignedData *cms_signed_data_init(CMS_ContentInfo *cms) in cms_signed_data_init()
39 cms->d.signedData = M_ASN1_new_of(CMS_SignedData); in cms_signed_data_init()
68 static void cms_sd_set_version(CMS_SignedData *sd) in cms_sd_set_version()
309 CMS_SignedData *sd; in CMS_add1_signer()
563 CMS_SignedData *sd = cms_get0_signed(cms); in STACK_OF()
615 CMS_SignedData *sd; in CMS_set1_signers_certs()
919 CMS_SignedData *sd; in ossl_cms_SignedData_init_bio()
H A Dcms_local.h24 typedef struct CMS_SignedData_st CMS_SignedData; typedef
58 CMS_SignedData *signedData;
501 DECLARE_ASN1_ITEM(CMS_SignedData)
/freebsd/crypto/openssl/util/
H A Dindent.pro155 -T CMS_SignedData