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

/external/openssl/crypto/engine/
H A Deng_cryptodev.c1329 static DH_METHOD cryptodev_dh = { variable
1431 if (ENGINE_set_DH(engine, &cryptodev_dh)){
1434 cryptodev_dh.generate_key = dh_meth->generate_key;
1435 cryptodev_dh.compute_key = dh_meth->compute_key;
1436 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
1438 cryptodev_dh.bn_mod_exp = cryptodev_mod_exp_dh;
1440 cryptodev_dh.compute_key =

Completed in 137 milliseconds