Searched refs:CMS_CTX (Results 1 – 9 of 9) sorted by relevance
45 typedef struct CMS_CTX_st CMS_CTX; typedef67 CMS_CTX ctx;102 const CMS_CTX *cms_ctx;165 const CMS_CTX *cms_ctx;178 const CMS_CTX *cms_ctx;224 const CMS_CTX *cms_ctx;241 const CMS_CTX *cms_ctx;392 OSSL_LIB_CTX *ossl_cms_ctx_get0_libctx(const CMS_CTX *ctx);393 const char *ossl_cms_ctx_get0_propq(const CMS_CTX *ctx);441 const CMS_CTX *ctx);[all …]
40 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms == NULL ? NULL : *cms); in d2i_CMS_bio()86 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in SMIME_write_CMS()104 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms == NULL ? NULL : *cms); in SMIME_read_CMS_ex()
31 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(a == NULL ? NULL : *a); in IMPLEMENT_ASN1_PRINT_FUNCTION()70 const CMS_CTX *ossl_cms_get0_cmsctx(const CMS_ContentInfo *cms) in ossl_cms_get0_cmsctx()75 OSSL_LIB_CTX *ossl_cms_ctx_get0_libctx(const CMS_CTX *ctx) in ossl_cms_ctx_get0_libctx()80 const char *ossl_cms_ctx_get0_propq(const CMS_CTX *ctx) in ossl_cms_ctx_get0_propq()90 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(ci); in ossl_cms_resolve_libctx()401 const CMS_CTX *ctx) in ossl_cms_DigestAlgorithm_init_bio()
289 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()
54 const CMS_CTX *cms_ctx = ossl_cms_get0_cmsctx(cms); in CMS_add0_recipient_password()259 EVP_CIPHER_CTX *ctx, const CMS_CTX *cms_ctx) in kek_wrap_key()319 const CMS_CTX *cms_ctx = ossl_cms_get0_cmsctx(cms); in ossl_cms_RecipientInfo_pwri_crypt()
183 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in ossl_cms_RecipientInfos_set_cmsctx()331 const CMS_CTX *ctx) in cms_RecipientInfo_ktri_init()390 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in CMS_add1_recipient()514 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in cms_RecipientInfo_ktri_encrypt()577 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in cms_RecipientInfo_ktri_decrypt()841 static EVP_CIPHER *cms_get_key_wrap_cipher(size_t keylen, const CMS_CTX *ctx) in cms_get_key_wrap_cipher()876 const CMS_CTX *cms_ctx = ossl_cms_get0_cmsctx(cms); in cms_RecipientInfo_kekri_encrypt()945 const CMS_CTX *cms_ctx = ossl_cms_get0_cmsctx(cms); in cms_RecipientInfo_kekri_decrypt()
176 int type, const CMS_CTX *ctx) in ossl_cms_set1_SignerIdentifier()342 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in CMS_add1_signer()543 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in ossl_cms_SignerInfos_set_cmsctx()721 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in cms_SignerInfo_content_sign()835 const CMS_CTX *ctx = si->cms_ctx; in CMS_SignerInfo_sign()898 const CMS_CTX *ctx = si->cms_ctx; in CMS_SignerInfo_verify()1044 const CMS_CTX *ctx = si->cms_ctx; in CMS_SignerInfo_verify_content()
26 const CMS_CTX *cms_ctx) in ossl_cms_EncryptedContent_init_bio()208 const CMS_CTX *cms_ctx) in ossl_cms_EncryptedContent_init()
267 const CMS_CTX *cms_ctx) in cms_signerinfo_verify_cert()319 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms); in CMS_verify()576 const CMS_CTX *ctx = si->cms_ctx; in CMS_sign_receipt()
Completed in 23 milliseconds