Searched refs:ENGINE_set_RSA (Results 1 – 5 of 5) sorted by relevance
114 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth) in ENGINE_set_RSA() function
138 || !ENGINE_set_RSA(e, RSA_get_default_method()) in bind_helper()
477 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth);
1397 if (ENGINE_set_RSA(engine, &cryptodev_rsa)) { in ENGINE_load_cryptodev()