Searched refs:RSA_new_method (Results 1 – 4 of 4) sorted by relevance
7 RSA,function,106,RSA_new_method
77 RSA *RSA_new(void) { return RSA_new_method(NULL); } in RSA_new()79 RSA *RSA_new_method(const ENGINE *engine) { in RSA_new_method() function82 OPENSSL_PUT_ERROR(RSA, RSA_new_method, ERR_R_MALLOC_FAILURE); in RSA_new_method()
80 OPENSSL_EXPORT RSA *RSA_new_method(const ENGINE *engine);
3041 Unique_RSA rsa(RSA_new_method(g_engine));