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

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c1060 static DH_METHOD cryptodev_dh = { variable
1157 if (ENGINE_set_DH(engine, &cryptodev_dh)) {
1160 cryptodev_dh.generate_key = dh_meth->generate_key;
1161 cryptodev_dh.compute_key = dh_meth->compute_key;
1162 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
1164 cryptodev_dh.bn_mod_exp = cryptodev_mod_exp_dh;
1166 cryptodev_dh.compute_key = cryptodev_dh_compute_key;

Completed in 42 milliseconds