Home
last modified time | relevance | path

Searched refs:dh_meth (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/engine/
H A Dtb_dh.c30 if (e->dh_meth) in ENGINE_register_DH()
47 if (e->dh_meth) in ENGINE_set_default_DH()
68 return e->dh_meth; in ENGINE_get_DH()
72 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth) in ENGINE_set_DH() argument
74 e->dh_meth = dh_meth; in ENGINE_set_DH()
H A Deng_list.c352 dest->dh_meth = src->dh_meth; in engine_cpy()
H A Deng_local.h116 const DH_METHOD *dh_meth; member
H A Deng_lib.c56 e->dh_meth = NULL; in engine_set_all_null()
/third_party/openssl/crypto/engine/
H A Dtb_dh.c30 if (e->dh_meth) in ENGINE_register_DH()
47 if (e->dh_meth) in ENGINE_set_default_DH()
68 return e->dh_meth; in ENGINE_get_DH()
72 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth) in ENGINE_set_DH() argument
74 e->dh_meth = dh_meth; in ENGINE_set_DH()
H A Deng_list.c349 dest->dh_meth = src->dh_meth; in engine_cpy()
H A Deng_local.h116 const DH_METHOD *dh_meth; member
H A Deng_lib.c56 e->dh_meth = NULL; in engine_set_all_null()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dengine.h500 OSSL_DEPRECATEDIN_3_0 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);
/third_party/openssl/include/openssl/
H A Dengine.h500 OSSL_DEPRECATEDIN_3_0 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);
/third_party/openssl/ohos_lite/include/openssl/
H A Dengine.h473 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);

Completed in 8 milliseconds