Home
last modified time | relevance | path

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

/openssl-master/crypto/engine/
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()
A Deng_list.c264 dest->dh_meth = src->dh_meth; in engine_cpy()
A Deng_local.h111 const DH_METHOD *dh_meth; member
A Deng_lib.c56 e->dh_meth = NULL; in engine_set_all_null()
/openssl-master/crypto/dh/
A Dbuild.info8 dh_ameth.c dh_pmeth.c dh_prn.c dh_rfc5114.c dh_meth.c
/openssl-master/include/openssl/
A Dengine.h500 OSSL_DEPRECATEDIN_3_0 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);
/openssl-master/doc/man3/
A DENGINE_add.pod124 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);

Completed in 8 milliseconds