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

/freebsd-10.0-release/crypto/openssl/engines/
H A De_aep.c218 static DH_METHOD aep_dh = variable
287 !ENGINE_set_DH(e, &aep_dh) ||
331 aep_dh.generate_key = meth3->generate_key;
332 aep_dh.compute_key = meth3->compute_key;
333 aep_dh.bn_mod_exp = meth3->bn_mod_exp;

Completed in 65 milliseconds