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

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

Completed in 380 milliseconds