Searched refs:fetched_ciph (Results 1 – 2 of 2) sorted by relevance
29 EVP_CIPHER *fetched_ciph = NULL; in ossl_cms_EncryptedContent_init_bio() local65 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()
30 EVP_CIPHER *fetched_ciph = NULL; in ossl_cms_EncryptedContent_init_bio() local66 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()