Home
last modified time | relevance | path

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

/crypto/cms/
A Dcms_asn1.c79 ASN1_NDEF_SEQUENCE(CMS_SignedData) = {
80 ASN1_EMBED(CMS_SignedData, version, INT32),
81 ASN1_SET_OF(CMS_SignedData, digestAlgorithms, X509_ALGOR),
82 ASN1_SIMPLE(CMS_SignedData, encapContentInfo, CMS_EncapsulatedContentInfo),
83 ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0),
84 ASN1_IMP_SET_OF_OPT(CMS_SignedData, crls, CMS_RevocationInfoChoice, 1),
85 ASN1_SET_OF(CMS_SignedData, signerInfos, CMS_SignerInfo)
86 } ASN1_NDEF_SEQUENCE_END(CMS_SignedData)
87 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(CMS_SignedData)
355 … ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP(CMS_ContentInfo, d.signedData, CMS_SignedData, 0)),
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()
65 static void cms_sd_set_version(CMS_SignedData *sd) in cms_sd_set_version()
348 CMS_SignedData *sd; in CMS_add1_signer()
621 CMS_SignedData *sd = cms_get0_signed(cms); in STACK_OF()
674 CMS_SignedData *sd; in CMS_set1_signers_certs()
1012 CMS_SignedData *sd; in ossl_cms_SignedData_init_bio()
1119 BIO *CMS_SignedData_verify(CMS_SignedData *sd, BIO *detached_data, in CMS_SignedData_verify()
A Dcms_local.h57 CMS_SignedData *signedData;
555 DECLARE_ASN1_ITEM(CMS_SignedData)
A Dcms_lib.c814 || ASN1_item_i2d_bio(ASN1_ITEM_rptr(CMS_SignedData), signbio, signcms->d.signedData) <= 0) in ossl_cms_sign_encrypt()
/crypto/crmf/
A Dcrmf_lib.c642 DECLARE_ASN1_ITEM(CMS_SignedData) /* copied from cms_local.h */ in DECLARE_ASN1_ITEM() argument
672 CMS_SignedData *sd = NULL; in OSSL_CRMF_ENCRYPTEDKEY_get1_pkey()
707 sd = ASN1_item_d2i_bio(ASN1_ITEM_rptr(CMS_SignedData), bio, NULL); in OSSL_CRMF_ENCRYPTEDKEY_get1_pkey()

Completed in 22 milliseconds