Searched refs:cryptodev_rsa (Results 1 – 2 of 2) sorted by relevance
1123 static RSA_METHOD cryptodev_rsa = { variable1397 if (ENGINE_set_RSA(engine, &cryptodev_rsa)) { in ENGINE_load_cryptodev()1400 cryptodev_rsa.bn_mod_exp = rsa_meth->bn_mod_exp; in ENGINE_load_cryptodev()1401 cryptodev_rsa.rsa_mod_exp = rsa_meth->rsa_mod_exp; in ENGINE_load_cryptodev()1402 cryptodev_rsa.rsa_pub_enc = rsa_meth->rsa_pub_enc; in ENGINE_load_cryptodev()1403 cryptodev_rsa.rsa_pub_dec = rsa_meth->rsa_pub_dec; in ENGINE_load_cryptodev()1404 cryptodev_rsa.rsa_priv_enc = rsa_meth->rsa_priv_enc; in ENGINE_load_cryptodev()1405 cryptodev_rsa.rsa_priv_dec = rsa_meth->rsa_priv_dec; in ENGINE_load_cryptodev()1407 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp; in ENGINE_load_cryptodev()1409 cryptodev_rsa.rsa_mod_exp = in ENGINE_load_cryptodev()[all …]