Searched refs:RSA_get_default_method (Results 1 – 8 of 8) sorted by relevance
93 RSA_get_default_method(void) in RSA_get_default_method() function100 LCRYPTO_ALIAS(RSA_get_default_method);138 ret->meth = RSA_get_default_method(); in RSA_new_method()
266 const RSA_METHOD *RSA_get_default_method(void);
223 if ((sign_verify_method = RSA_meth_dup(RSA_get_default_method())) == NULL) in sign_and_verify_test()
432 if ((rsa_default = RSA_get_default_method()) == NULL) { in ca_engine_init()
495 if ((rsa_default = RSA_get_default_method()) == NULL) { in rsa_engine_init()
523 if ((rsa_meth = RSA_meth_dup(RSA_get_default_method())) == NULL) in pkcs11_start_helper_methods()
459 rsa_method = RSA_meth_dup(RSA_get_default_method()); in pkcs11_rsa_start_wrapper()
1987 RSA_get_default_method