OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVP_CIPHER_up_ref
(Results
1 - 16
of
16
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_siv_hw.c
64
if (in->cbc != NULL && !
EVP_CIPHER_up_ref
(in->cbc))
66
if (in->ctr != NULL && !
EVP_CIPHER_up_ref
(in->ctr)) {
/src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_siv_hw.c
71
EVP_CIPHER_up_ref
(out->cbc);
73
EVP_CIPHER_up_ref
(out->ctr);
/src/crypto/external/apache2/openssl/dist/providers/common/
provider_util.c
37
if (src->alloc_cipher != NULL && !
EVP_CIPHER_up_ref
(src->alloc_cipher))
/src/crypto/external/apache2/openssl/dist/test/
evp_fetch_prov_test.c
323
if (!TEST_true(
EVP_CIPHER_up_ref
(cipher)))
/src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_enc.c
201
if (!
EVP_CIPHER_up_ref
((EVP_CIPHER *)cipher)) {
1429
if (in->fetched_cipher != NULL && !
EVP_CIPHER_up_ref
(in->fetched_cipher)) {
1659
static int
evp_cipher_up_ref
(void *cipher)
function
1661
return
EVP_CIPHER_up_ref
(cipher);
1674
evp_cipher_from_algorithm,
evp_cipher_up_ref
,
1680
int
EVP_CIPHER_up_ref
(EVP_CIPHER *cipher)
1716
evp_cipher_from_algorithm,
evp_cipher_up_ref
,
evp_lib.c
460
if (!
EVP_CIPHER_up_ref
(cipher))
/src/crypto/external/bsd/openssl/dist/providers/common/
provider_util.c
37
if (src->alloc_cipher != NULL && !
EVP_CIPHER_up_ref
(src->alloc_cipher))
/src/crypto/external/bsd/openssl/dist/test/
evp_fetch_prov_test.c
302
if (!TEST_true(
EVP_CIPHER_up_ref
(cipher)))
/src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_enc.c
211
if (!
EVP_CIPHER_up_ref
((EVP_CIPHER *)cipher)) {
544
if (!
EVP_CIPHER_up_ref
((EVP_CIPHER *)cipher)) {
1800
if (in->fetched_cipher != NULL && !
EVP_CIPHER_up_ref
(in->fetched_cipher)) {
2062
static int
evp_cipher_up_ref
(void *cipher)
function
2064
return
EVP_CIPHER_up_ref
(cipher);
2076
evp_cipher_from_algorithm,
evp_cipher_up_ref
,
2089
evp_cipher_up_ref
,
2102
int
EVP_CIPHER_up_ref
(EVP_CIPHER *cipher)
2138
evp_cipher_from_algorithm,
evp_cipher_up_ref
,
evp_lib.c
445
if (!
EVP_CIPHER_up_ref
(cipher))
/src/crypto/external/bsd/openssl/dist/apps/
list.c
102
EVP_CIPHER_up_ref
(cipher);
/src/crypto/external/apache2/openssl/dist/apps/
list.c
107
&&
EVP_CIPHER_up_ref
(cipher)
/src/crypto/external/bsd/openssl/dist/include/openssl/
evp.h
607
int
EVP_CIPHER_up_ref
(EVP_CIPHER *cipher);
/src/crypto/external/apache2/openssl/dist/include/openssl/
evp.h
622
int
EVP_CIPHER_up_ref
(EVP_CIPHER *cipher);
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c
5995
return
EVP_CIPHER_up_ref
((EVP_CIPHER *)cipher);
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c
7478
return
EVP_CIPHER_up_ref
((EVP_CIPHER *)cipher);
Completed in 39 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026