Home
last modified time | relevance | path

Searched refs:CMS_CTX (Results 1 – 9 of 9) sorted by relevance

/openssl-master/crypto/cms/
A Dcms_local.h47 typedef struct CMS_CTX_st CMS_CTX; typedef
69 CMS_CTX ctx;
104 const CMS_CTX *cms_ctx;
167 const CMS_CTX *cms_ctx;
180 const CMS_CTX *cms_ctx;
226 const CMS_CTX *cms_ctx;
243 const CMS_CTX *cms_ctx;
393 OSSL_LIB_CTX *ossl_cms_ctx_get0_libctx(const CMS_CTX *ctx);
394 const char *ossl_cms_ctx_get0_propq(const CMS_CTX *ctx);
437 const CMS_CTX *ctx);
[all …]
A Dcms_io.c39 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms == NULL ? NULL : *cms); in d2i_CMS_bio()
82 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in SMIME_write_CMS()
100 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms == NULL ? NULL : *cms); in SMIME_read_CMS_ex()
A Dcms_lib.c31 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(a == NULL ? NULL : *a); in IMPLEMENT_ASN1_PRINT_FUNCTION()
81 const CMS_CTX *ossl_cms_get0_cmsctx(const CMS_ContentInfo *cms) in ossl_cms_get0_cmsctx()
86 OSSL_LIB_CTX *ossl_cms_ctx_get0_libctx(const CMS_CTX *ctx) in ossl_cms_ctx_get0_libctx()
91 const char *ossl_cms_ctx_get0_propq(const CMS_CTX *ctx) in ossl_cms_ctx_get0_propq()
101 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(ci); in ossl_cms_resolve_libctx()
405 const CMS_CTX *ctx) in ossl_cms_DigestAlgorithm_init_bio()
A Dcms_kari.c289 const CMS_CTX *ctx = kari->cms_ctx; in cms_kari_create_ephemeral_key()
321 const CMS_CTX *ctx = kari->cms_ctx; in cms_kari_set_originator_private_key()
344 unsigned int flags, const CMS_CTX *ctx) in ossl_cms_RecipientInfo_kari_init()
416 const CMS_CTX *cms_ctx = kari->cms_ctx; in cms_wrap_init()
A Dcms_pwri.c54 const CMS_CTX *cms_ctx = ossl_cms_get0_cmsctx(cms); in CMS_add0_recipient_password()
242 EVP_CIPHER_CTX *ctx, const CMS_CTX *cms_ctx) in kek_wrap_key()
298 const CMS_CTX *cms_ctx = ossl_cms_get0_cmsctx(cms); in ossl_cms_RecipientInfo_pwri_crypt()
A Dcms_env.c173 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in ossl_cms_RecipientInfos_set_cmsctx()
281 const CMS_CTX *ctx) in cms_RecipientInfo_ktri_init()
340 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in CMS_add1_recipient()
462 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in cms_RecipientInfo_ktri_encrypt()
528 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in cms_RecipientInfo_ktri_decrypt()
794 static EVP_CIPHER *cms_get_key_wrap_cipher(size_t keylen, const CMS_CTX *ctx) in cms_get_key_wrap_cipher()
829 const CMS_CTX *cms_ctx = ossl_cms_get0_cmsctx(cms); in cms_RecipientInfo_kekri_encrypt()
900 const CMS_CTX *cms_ctx = ossl_cms_get0_cmsctx(cms); in cms_RecipientInfo_kekri_decrypt()
A Dcms_sd.c179 int type, const CMS_CTX *ctx) in ossl_cms_set1_SignerIdentifier()
313 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in CMS_add1_signer()
501 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in ossl_cms_SignerInfos_set_cmsctx()
676 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in cms_SignerInfo_content_sign()
784 const CMS_CTX *ctx = si->cms_ctx; in CMS_SignerInfo_sign()
846 const CMS_CTX *ctx = si->cms_ctx; in CMS_SignerInfo_verify()
986 const CMS_CTX *ctx = si->cms_ctx; in CMS_SignerInfo_verify_content()
A Dcms_enc.c25 const CMS_CTX *cms_ctx) in ossl_cms_EncryptedContent_init_bio()
200 const CMS_CTX *cms_ctx) in ossl_cms_EncryptedContent_init()
A Dcms_smime.c265 const CMS_CTX *cms_ctx) in cms_signerinfo_verify_cert()
316 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in CMS_verify()
563 const CMS_CTX *ctx = si->cms_ctx; in CMS_sign_receipt()

Completed in 17 milliseconds