Home
last modified time | relevance | path

Searched refs:dh_meth (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/crypto/engine/
Dtb_dh.c27 if (e->dh_meth) in ENGINE_register_DH()
44 if (e->dh_meth) in ENGINE_set_default_DH()
64 return e->dh_meth; in ENGINE_get_DH()
68 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth) in ENGINE_set_DH() argument
70 e->dh_meth = dh_meth; in ENGINE_set_DH()
Deng_list.c343 dest->dh_meth = src->dh_meth; in engine_cpy()
Deng_local.h135 const DH_METHOD *dh_meth; member
Deng_lib.c58 e->dh_meth = NULL; in engine_set_all_null()
/third_party/openssl/crypto/dh/
Dbuild.info4 dh_ameth.c dh_pmeth.c dh_prn.c dh_rfc5114.c dh_kdf.c dh_meth.c \
/third_party/openssl/include/openssl/
Dengine.h473 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);
/third_party/openssl/
DBUILD.gn372 "crypto/dh/dh_meth.c",
/third_party/openssl/doc/man3/
DENGINE_add.pod120 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);