Searched refs:EVP_ORIG_METH (Results 1 – 5 of 5) sorted by relevance
31 cipher->origin = EVP_ORIG_METH; in EVP_CIPHER_meth_new()53 to->origin = EVP_ORIG_METH; in EVP_CIPHER_meth_dup()60 if (cipher == NULL || cipher->origin != EVP_ORIG_METH) in EVP_CIPHER_meth_free()
834 md->origin = EVP_ORIG_METH; in EVP_MD_meth_new()855 to->origin = EVP_ORIG_METH; in EVP_MD_meth_dup()870 if (md == NULL || md->origin != EVP_ORIG_METH) in EVP_MD_meth_free()
233 || (type != NULL && type->origin == EVP_ORIG_METH) in evp_md_init_internal()235 && ctx->digest->origin == EVP_ORIG_METH)) { in evp_md_init_internal()
148 || (cipher != NULL && cipher->origin == EVP_ORIG_METH) in evp_cipher_init_internal()150 && ctx->cipher->origin == EVP_ORIG_METH)) { in evp_cipher_init_internal()
253 #define EVP_ORIG_METH 2 macro
Completed in 27 milliseconds