Searched refs:rsameth (Results 1 – 2 of 2) sorted by relevance
17 EVP_KEYMGMT *rsameth = NULL; in test_provider() local22 && TEST_ptr(rsameth = EVP_KEYMGMT_fetch(ctx, "RSA", NULL)) in test_provider()23 && TEST_ptr(prov = EVP_KEYMGMT_get0_provider(rsameth)) in test_provider()26 EVP_KEYMGMT_free(rsameth); in test_provider()
365 RSA_METHOD *rsameth = NULL; in test_x509_dup_w_engine() local395 if (!TEST_ptr(rsameth = RSA_meth_dup(RSA_get_default_method()))) in test_x509_dup_w_engine()398 ENGINE_set_RSA(e, rsameth); in test_x509_dup_w_engine()427 RSA_meth_free(rsameth); in test_x509_dup_w_engine()
Completed in 4 milliseconds