Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_up_ref (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c71 EVP_CIPHER_up_ref(out->cbc); in aes_siv_dupctx()
73 EVP_CIPHER_up_ref(out->ctr); in aes_siv_dupctx()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c71 EVP_CIPHER_up_ref(out->cbc); in aes_siv_dupctx()
73 EVP_CIPHER_up_ref(out->ctr); in aes_siv_dupctx()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_enc.c201 if (!EVP_CIPHER_up_ref((EVP_CIPHER *)cipher)) { in evp_cipher_init_internal()
1429 if (in->fetched_cipher != NULL && !EVP_CIPHER_up_ref(in->fetched_cipher)) { in EVP_CIPHER_CTX_copy()
1661 return EVP_CIPHER_up_ref(cipher); in evp_cipher_up_ref()
1680 int EVP_CIPHER_up_ref(EVP_CIPHER *cipher) in EVP_CIPHER_up_ref() function
H A Devp_lib.c460 if (!EVP_CIPHER_up_ref(cipher)) in EVP_CIPHER_CTX_get1_cipher()
/third_party/openssl/crypto/evp/
H A Devp_enc.c196 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
H A Devp_lib.c460 if (!EVP_CIPHER_up_ref(cipher)) in EVP_CIPHER_CTX_get1_cipher()
/third_party/node/deps/openssl/openssl/providers/common/
H A Dprovider_util.c37 if (src->alloc_cipher != NULL && !EVP_CIPHER_up_ref(src->alloc_cipher)) in ossl_prov_cipher_copy()
/third_party/openssl/providers/common/
H A Dprovider_util.c37 if (src->alloc_cipher != NULL && !EVP_CIPHER_up_ref(src->alloc_cipher)) in ossl_prov_cipher_copy()
/third_party/openssl/test/
H A Devp_fetch_prov_test.c302 if (!TEST_true(EVP_CIPHER_up_ref(cipher))) in test_explicit_EVP_CIPHER_fetch()
/third_party/node/deps/openssl/openssl/apps/
H A Dlist.c102 EVP_CIPHER_up_ref(cipher); in collect_ciphers()
/third_party/openssl/apps/
H A Dlist.c102 EVP_CIPHER_up_ref(cipher); in collect_ciphers()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h607 int EVP_CIPHER_up_ref(EVP_CIPHER *cipher);
/third_party/openssl/include/openssl/
H A Devp.h605 int EVP_CIPHER_up_ref(EVP_CIPHER *cipher);
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c6096 return EVP_CIPHER_up_ref((EVP_CIPHER *)cipher); in ssl_evp_cipher_up_ref()
/third_party/openssl/ssl/
H A Dssl_lib.c5980 return EVP_CIPHER_up_ref((EVP_CIPHER *)cipher); in ssl_evp_cipher_up_ref()

Completed in 37 milliseconds