Searched refs:ENGINE_set_RSA_method (Results 1 – 3 of 3) sorted by relevance
56 OPENSSL_EXPORT int ENGINE_set_RSA_method(ENGINE *engine,
65 int ENGINE_set_RSA_method(ENGINE *engine, const RSA_METHOD *method, in ENGINE_set_RSA_method() function
780 ENGINE_set_RSA_method(g_engine, &g_rsa_method, sizeof(g_rsa_method)); in init_engine_globals()