Lines Matching defs:dh_meth
1432 const DH_METHOD *dh_meth = DH_OpenSSL();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;