Home
last modified time | relevance | path

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

/openssl/crypto/cms/
H A 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()
193 EVP_CIPHER_free(fetched_ciph); in ossl_cms_EncryptedContent_init_bio()

Completed in 4 milliseconds