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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_aep.c198 static DH_METHOD aep_dh = variable
266 !ENGINE_set_DH(e, &aep_dh) ||
310 aep_dh.generate_key = meth3->generate_key;
311 aep_dh.compute_key = meth3->compute_key;
312 aep_dh.bn_mod_exp = meth3->bn_mod_exp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_aep.c212 static DH_METHOD aep_dh = variable
281 !ENGINE_set_DH(e, &aep_dh) ||
325 aep_dh.generate_key = meth3->generate_key;
326 aep_dh.compute_key = meth3->compute_key;
327 aep_dh.bn_mod_exp = meth3->bn_mod_exp;

Completed in 96 milliseconds