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

/external/openssl/crypto/engine/
H A Deng_cryptodev.c813 static RSA_METHOD cryptodev_rsa = { variable
1086 if (ENGINE_set_RSA(engine, &cryptodev_rsa)) {
1089 cryptodev_rsa.bn_mod_exp = rsa_meth->bn_mod_exp;
1090 cryptodev_rsa.rsa_mod_exp = rsa_meth->rsa_mod_exp;
1091 cryptodev_rsa.rsa_pub_enc = rsa_meth->rsa_pub_enc;
1092 cryptodev_rsa.rsa_pub_dec = rsa_meth->rsa_pub_dec;
1093 cryptodev_rsa.rsa_priv_enc = rsa_meth->rsa_priv_enc;
1094 cryptodev_rsa.rsa_priv_dec = rsa_meth->rsa_priv_dec;
1096 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;
1098 cryptodev_rsa
[all...]

Completed in 11 milliseconds