Home
last modified time | relevance | path

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

/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()
/openssl/test/
H A Devp_fetch_prov_test.c323 if (!TEST_true(EVP_CIPHER_up_ref(cipher))) in test_explicit_EVP_CIPHER_fetch()
/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()
/openssl/crypto/evp/
H A Devp_enc.c212 if (!EVP_CIPHER_up_ref((EVP_CIPHER *)cipher)) { in evp_cipher_init_internal()
1617 if (in->fetched_cipher != NULL && !EVP_CIPHER_up_ref(in->fetched_cipher)) { in EVP_CIPHER_CTX_copy()
1870 return EVP_CIPHER_up_ref(cipher); in evp_cipher_up_ref()
1898 int EVP_CIPHER_up_ref(EVP_CIPHER *cipher) in EVP_CIPHER_up_ref() function
H A Devp_lib.c445 if (!EVP_CIPHER_up_ref(cipher)) in EVP_CIPHER_CTX_get1_cipher()
/openssl/doc/man3/
H A DEVP_EncryptInit.pod6 EVP_CIPHER_up_ref,
114 int EVP_CIPHER_up_ref(EVP_CIPHER *cipher);
291 =item EVP_CIPHER_up_ref()
1365 EVP_CIPHER_up_ref() returns 1 for success or 0 otherwise.
1916 EVP_CIPHER_fetch(), EVP_CIPHER_free(), EVP_CIPHER_up_ref(),
/openssl/apps/
H A Dlist.c105 EVP_CIPHER_up_ref(cipher); in collect_ciphers()
/openssl/include/openssl/
H A Devp.h618 int EVP_CIPHER_up_ref(EVP_CIPHER *cipher);
/openssl/ssl/
H A Dssl_lib.c7397 return EVP_CIPHER_up_ref((EVP_CIPHER *)cipher); in ssl_evp_cipher_up_ref()
/openssl/util/
H A Dlibcrypto.num4591 EVP_CIPHER_up_ref 4719 3_0_0 EXIST::FUNCTION:

Completed in 102 milliseconds