Searched refs:CMS_SignedData (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_asn1.c | 79 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) 296 … ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP(CMS_ContentInfo, d.signedData, CMS_SignedData, 0)),
|
H A D | cms_sd.c | 27 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()
|
H A D | cms_local.h | 56 CMS_SignedData *signedData; 508 DECLARE_ASN1_ITEM(CMS_SignedData)
|
H A D | cms_lib.c | 814 || ASN1_item_i2d_bio(ASN1_ITEM_rptr(CMS_SignedData), signbio, signcms->d.signedData) <= 0) in ossl_cms_sign_encrypt()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_cms_sign_encrypt.pod | 23 I<data> is signed using I<signcert> and I<signkey> to create B<CMS_SignedData> 29 B<CMS_SignedData> structure (e.g., any intermediate CAs in the chain of the signer certificate).
|
/freebsd/crypto/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 650 DECLARE_ASN1_ITEM(CMS_SignedData) /* copied from cms_local.h */ in DECLARE_ASN1_ITEM() argument 680 CMS_SignedData *sd = NULL; in OSSL_CRMF_ENCRYPTEDKEY_get1_pkey() 715 sd = ASN1_item_d2i_bio(ASN1_ITEM_rptr(CMS_SignedData), bio, NULL); in OSSL_CRMF_ENCRYPTEDKEY_get1_pkey()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | cms.h.in | 38 typedef struct CMS_SignedData_st CMS_SignedData; typedef 55 DECLARE_ASN1_ALLOC_FUNCTIONS(CMS_SignedData) 303 BIO *CMS_SignedData_verify(CMS_SignedData *sd, BIO *detached_data,
|
H A D | cms.h | 37 typedef struct CMS_SignedData_st CMS_SignedData; typedef 153 DECLARE_ASN1_ALLOC_FUNCTIONS(CMS_SignedData) 401 BIO *CMS_SignedData_verify(CMS_SignedData *sd, BIO *detached_data,
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CMS_verify.pod | 14 BIO *CMS_SignedData_verify(CMS_SignedData *sd, BIO *detached_data,
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 155 -T CMS_SignedData
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 1298 * Extended the CMS API for handling `CMS_SignedData` and `CMS_EnvelopedData`.
|