Searched refs:EVP_ORIG_DYNAMIC (Results 1 – 3 of 3) sorted by relevance
1083 if (md->origin == EVP_ORIG_DYNAMIC) in EVP_MD_up_ref()1092 if (md == NULL || md->origin != EVP_ORIG_DYNAMIC) in EVP_MD_free()
1679 if (cipher->origin == EVP_ORIG_DYNAMIC) in EVP_CIPHER_up_ref()1696 if (cipher == NULL || cipher->origin != EVP_ORIG_DYNAMIC) in EVP_CIPHER_free()
243 #define EVP_ORIG_DYNAMIC 0 macro