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

/external/openssl/crypto/engine/
H A Deng_cryptodev.c1123 static RSA_METHOD cryptodev_rsa = { variable
1397 if (ENGINE_set_RSA(engine, &cryptodev_rsa)) {
1400 cryptodev_rsa.bn_mod_exp = rsa_meth->bn_mod_exp;
1401 cryptodev_rsa.rsa_mod_exp = rsa_meth->rsa_mod_exp;
1402 cryptodev_rsa.rsa_pub_enc = rsa_meth->rsa_pub_enc;
1403 cryptodev_rsa.rsa_pub_dec = rsa_meth->rsa_pub_dec;
1404 cryptodev_rsa.rsa_priv_enc = rsa_meth->rsa_priv_enc;
1405 cryptodev_rsa.rsa_priv_dec = rsa_meth->rsa_priv_dec;
1407 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;
1409 cryptodev_rsa
[all...]

Completed in 172 milliseconds