Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/crypto/evp/
HDdigest.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()
HDevp_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-head/crypto/openssl/include/crypto/
HDevp.h243 #define EVP_ORIG_DYNAMIC 0 macro