Searched refs:EVP_ORIG_DYNAMIC (Results 1 – 3 of 3) sorted by relevance
1174 if (md->origin == EVP_ORIG_DYNAMIC) in EVP_MD_up_ref()1183 if (md == NULL || md->origin != EVP_ORIG_DYNAMIC) in EVP_MD_free()
1727 if (cipher->origin == EVP_ORIG_DYNAMIC) in EVP_CIPHER_up_ref()1744 if (cipher == NULL || cipher->origin != EVP_ORIG_DYNAMIC) in EVP_CIPHER_free()
251 #define EVP_ORIG_DYNAMIC 0 macro
Completed in 14 milliseconds