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

/freebsd-10.1-release/crypto/openssl/crypto/engine/
H A Dtb_dh.c79 if (e->dh_meth)
96 if (e->dh_meth)
116 return e->dh_meth;
120 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth) argument
122 e->dh_meth = dh_meth;
H A Deng_int.h181 const DH_METHOD *dh_meth; member in struct:engine_st
H A Deng_list.c301 dest->dh_meth = src->dh_meth;
H A Deng_lib.c92 e->dh_meth = NULL;
H A Deng_cryptodev.c1453 const DH_METHOD *dh_meth = DH_OpenSSL(); local
1455 cryptodev_dh.generate_key = dh_meth->generate_key;
1456 cryptodev_dh.compute_key = dh_meth->compute_key;
1457 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
H A Dengine.h560 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);

Completed in 112 milliseconds