Home
last modified time | relevance | path

Searched refs:EVP_ORIG_METH (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/evp/
H A Dcmeth_lib.c31 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()
H A Devp_lib.c834 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()
H A Ddigest.c233 || (type != NULL && type->origin == EVP_ORIG_METH) in evp_md_init_internal()
235 && ctx->digest->origin == EVP_ORIG_METH)) { in evp_md_init_internal()
H A Devp_enc.c148 || (cipher != NULL && cipher->origin == EVP_ORIG_METH) in evp_cipher_init_internal()
150 && ctx->cipher->origin == EVP_ORIG_METH)) { in evp_cipher_init_internal()
/openssl/include/crypto/
H A Devp.h253 #define EVP_ORIG_METH 2 macro

Completed in 27 milliseconds