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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/engine/
H A Deng_cryptodev.c807 static RSA_METHOD cryptodev_rsa = { variable
1080 if (ENGINE_set_RSA(engine, &cryptodev_rsa)) {
1083 cryptodev_rsa.bn_mod_exp = rsa_meth->bn_mod_exp;
1084 cryptodev_rsa.rsa_mod_exp = rsa_meth->rsa_mod_exp;
1085 cryptodev_rsa.rsa_pub_enc = rsa_meth->rsa_pub_enc;
1086 cryptodev_rsa.rsa_pub_dec = rsa_meth->rsa_pub_dec;
1087 cryptodev_rsa.rsa_priv_enc = rsa_meth->rsa_priv_enc;
1088 cryptodev_rsa.rsa_priv_dec = rsa_meth->rsa_priv_dec;
1090 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;
1092 cryptodev_rsa
[all...]

Completed in 106 milliseconds