Searched refs:cryptodev_dh (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Dhw_cryptodev.c1014 static DH_METHOD cryptodev_dh = { variable
1116 if (ENGINE_set_DH(engine, &cryptodev_dh)){
1119 cryptodev_dh.generate_key = dh_meth->generate_key;
1120 cryptodev_dh.compute_key = dh_meth->compute_key;
1121 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
1123 cryptodev_dh.bn_mod_exp = cryptodev_mod_exp_dh;
1125 cryptodev_dh.compute_key =
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c1012 static DH_METHOD cryptodev_dh = { variable
1114 if (ENGINE_set_DH(engine, &cryptodev_dh)){
1117 cryptodev_dh.generate_key = dh_meth->generate_key;
1118 cryptodev_dh.compute_key = dh_meth->compute_key;
1119 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
1121 cryptodev_dh.bn_mod_exp = cryptodev_mod_exp_dh;
1123 cryptodev_dh.compute_key =

Completed in 165 milliseconds