Home
last modified time | relevance | path

Searched refs:OBJ_NAME_get (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dnames.c67 *cipher = (const EVP_CIPHER *)OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH); in cipher_from_name()
85 cp = (const EVP_CIPHER *)OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH); in evp_get_cipherbyname_ex()
114 *md = (const EVP_MD *)OBJ_NAME_get(name, OBJ_NAME_TYPE_MD_METH); in digest_from_name()
131 dp = (const EVP_MD *)OBJ_NAME_get(name, OBJ_NAME_TYPE_MD_METH); in evp_get_digestbyname_ex()
H A Devp_enc.c1506 const void *legacy_method = OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH); in set_legacy_nid()
H A Ddigest.c891 const void *legacy_method = OBJ_NAME_get(name, OBJ_NAME_TYPE_MD_METH); in set_legacy_nid()
/third_party/openssl/crypto/evp/
H A Dnames.c67 *cipher = (const EVP_CIPHER *)OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH); in cipher_from_name()
85 cp = (const EVP_CIPHER *)OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH); in evp_get_cipherbyname_ex()
114 *md = (const EVP_MD *)OBJ_NAME_get(name, OBJ_NAME_TYPE_MD_METH); in digest_from_name()
131 dp = (const EVP_MD *)OBJ_NAME_get(name, OBJ_NAME_TYPE_MD_METH); in evp_get_digestbyname_ex()
H A Ddigest.c891 const void *legacy_method = OBJ_NAME_get(name, OBJ_NAME_TYPE_MD_METH); in set_legacy_nid()
H A Devp_enc.c1501 const void *legacy_method = OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH); in set_legacy_nid()
/third_party/openssl/ohos_lite/include/openssl/
H A Dobjects.h48 const char *OBJ_NAME_get(const char *name, int type);
/third_party/node/deps/openssl/openssl/crypto/
H A Dcore_namemap.c409 const EVP_CIPHER *cipher = (void *)OBJ_NAME_get(on->name, on->type); in get_legacy_cipher_names()
417 const EVP_MD *md = (void *)OBJ_NAME_get(on->name, on->type); in get_legacy_md_names()
/third_party/openssl/crypto/
H A Dcore_namemap.c406 const EVP_CIPHER *cipher = (void *)OBJ_NAME_get(on->name, on->type); in get_legacy_cipher_names()
414 const EVP_MD *md = (void *)OBJ_NAME_get(on->name, on->type); in get_legacy_md_names()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dobjects.h56 const char *OBJ_NAME_get(const char *name, int type);
/third_party/openssl/include/openssl/
H A Dobjects.h56 const char *OBJ_NAME_get(const char *name, int type);
/third_party/node/deps/openssl/openssl/crypto/objects/
H A Do_names.c152 const char *OBJ_NAME_get(const char *name, int type) in OBJ_NAME_get() function
/third_party/openssl/crypto/objects/
H A Do_names.c152 const char *OBJ_NAME_get(const char *name, int type) in OBJ_NAME_get() function

Completed in 12 milliseconds