Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Ddigest.c1083 if (md->origin == EVP_ORIG_DYNAMIC) in EVP_MD_up_ref()
1092 if (md == NULL || md->origin != EVP_ORIG_DYNAMIC) in EVP_MD_free()
H A Devp_enc.c1684 if (cipher->origin == EVP_ORIG_DYNAMIC) in EVP_CIPHER_up_ref()
1701 if (cipher == NULL || cipher->origin != EVP_ORIG_DYNAMIC) in EVP_CIPHER_free()
/freebsd/crypto/openssl/include/crypto/
H A Devp.h243 #define EVP_ORIG_DYNAMIC 0 macro