Home
last modified time | relevance | path

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

/external/openssl/crypto/engine/
Dtb_dh.c77 if(e->dh_meth) in ENGINE_register_DH()
93 if(e->dh_meth) in ENGINE_set_default_DH()
110 return e->dh_meth; in ENGINE_get_DH()
114 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth) in ENGINE_set_DH() argument
116 e->dh_meth = dh_meth; in ENGINE_set_DH()
Deng_list.c327 dest->dh_meth = src->dh_meth; in engine_cpy()
Deng_int.h161 const DH_METHOD *dh_meth; member
Deng_lib.c90 e->dh_meth = NULL; in engine_set_all_null()
Deng_cryptodev.c1432 const DH_METHOD *dh_meth = DH_OpenSSL(); in ENGINE_load_cryptodev() local
1434 cryptodev_dh.generate_key = dh_meth->generate_key; in ENGINE_load_cryptodev()
1435 cryptodev_dh.compute_key = dh_meth->compute_key; in ENGINE_load_cryptodev()
1436 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp; in ENGINE_load_cryptodev()
Dengine.h481 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);
/external/openssl/include/openssl/
Dengine.h481 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);