Searched refs:EVP_CIPHER_up_ref (Results 1 – 10 of 10) sorted by relevance
71 EVP_CIPHER_up_ref(out->cbc); in aes_siv_dupctx()73 EVP_CIPHER_up_ref(out->ctr); in aes_siv_dupctx()
196 if (!EVP_CIPHER_up_ref((EVP_CIPHER *)cipher)) { in evp_cipher_init_internal()1424 if (in->fetched_cipher != NULL && !EVP_CIPHER_up_ref(in->fetched_cipher)) { in EVP_CIPHER_CTX_copy()1656 return EVP_CIPHER_up_ref(cipher); in evp_cipher_up_ref()1675 int EVP_CIPHER_up_ref(EVP_CIPHER *cipher) in EVP_CIPHER_up_ref() function
460 if (!EVP_CIPHER_up_ref(cipher)) in EVP_CIPHER_CTX_get1_cipher()
302 if (!TEST_true(EVP_CIPHER_up_ref(cipher))) in test_explicit_EVP_CIPHER_fetch()
37 if (src->alloc_cipher != NULL && !EVP_CIPHER_up_ref(src->alloc_cipher)) in ossl_prov_cipher_copy()
6 EVP_CIPHER_up_ref,107 int EVP_CIPHER_up_ref(EVP_CIPHER *cipher);263 =item EVP_CIPHER_up_ref()1184 EVP_CIPHER_up_ref() returns 1 for success or 0 otherwise.1689 EVP_CIPHER_fetch(), EVP_CIPHER_free(), EVP_CIPHER_up_ref(),
102 EVP_CIPHER_up_ref(cipher); in collect_ciphers()
605 int EVP_CIPHER_up_ref(EVP_CIPHER *cipher);
5954 return EVP_CIPHER_up_ref((EVP_CIPHER *)cipher); in ssl_evp_cipher_up_ref()
4591 EVP_CIPHER_up_ref 4719 3_0_0 EXIST::FUNCTION: