Home
last modified time | relevance | path

Searched refs:EVP_ORIG_DYNAMIC (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/evp/
H A Ddigest.c1174 if (md->origin == EVP_ORIG_DYNAMIC) in EVP_MD_up_ref()
1183 if (md == NULL || md->origin != EVP_ORIG_DYNAMIC) in EVP_MD_free()
H A Devp_enc.c1727 if (cipher->origin == EVP_ORIG_DYNAMIC) in EVP_CIPHER_up_ref()
1744 if (cipher == NULL || cipher->origin != EVP_ORIG_DYNAMIC) in EVP_CIPHER_free()
/openssl/include/crypto/
H A Devp.h251 #define EVP_ORIG_DYNAMIC 0 macro

Completed in 21 milliseconds