Home
last modified time | relevance | path

Searched refs:fetched_ciph (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/cms/
Dcms_enc.c29 EVP_CIPHER *fetched_ciph = NULL; in ossl_cms_EncryptedContent_init_bio() local
65 fetched_ciph = EVP_CIPHER_fetch(libctx, EVP_CIPHER_get0_name(cipher), in ossl_cms_EncryptedContent_init_bio()
67 if (fetched_ciph != NULL) in ossl_cms_EncryptedContent_init_bio()
68 cipher = fetched_ciph; in ossl_cms_EncryptedContent_init_bio()
194 EVP_CIPHER_free(fetched_ciph); in ossl_cms_EncryptedContent_init_bio()
/third_party/node/deps/openssl/openssl/crypto/cms/
Dcms_enc.c30 EVP_CIPHER *fetched_ciph = NULL; in ossl_cms_EncryptedContent_init_bio() local
66 fetched_ciph = EVP_CIPHER_fetch(libctx, EVP_CIPHER_get0_name(cipher), in ossl_cms_EncryptedContent_init_bio()
68 if (fetched_ciph != NULL) in ossl_cms_EncryptedContent_init_bio()
69 cipher = fetched_ciph; in ossl_cms_EncryptedContent_init_bio()
195 EVP_CIPHER_free(fetched_ciph); in ossl_cms_EncryptedContent_init_bio()