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

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c851 static RSA_METHOD cryptodev_rsa = { variable
1125 if (ENGINE_set_RSA(engine, &cryptodev_rsa)) {
1128 cryptodev_rsa.bn_mod_exp = rsa_meth->bn_mod_exp;
1129 cryptodev_rsa.rsa_mod_exp = rsa_meth->rsa_mod_exp;
1130 cryptodev_rsa.rsa_pub_enc = rsa_meth->rsa_pub_enc;
1131 cryptodev_rsa.rsa_pub_dec = rsa_meth->rsa_pub_dec;
1132 cryptodev_rsa.rsa_priv_enc = rsa_meth->rsa_priv_enc;
1133 cryptodev_rsa.rsa_priv_dec = rsa_meth->rsa_priv_dec;
1135 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;
1137 cryptodev_rsa
[all...]

Completed in 45 milliseconds