Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/evp/
H A Dnames.c121 cp = (const EVP_CIPHER *)OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH); in EVP_get_cipherbyname()
133 cp = (const EVP_MD *)OBJ_NAME_get(name, OBJ_NAME_TYPE_MD_METH); in EVP_get_digestbyname()
/dragonfly/crypto/libressl/crypto/objects/
H A Do_names.c131 OBJ_NAME_get(const char *name, int type) in OBJ_NAME_get() function
/dragonfly/crypto/libressl/include/openssl/
H A Dobjects.h993 const char *OBJ_NAME_get(const char *name, int type);