Home
last modified time | relevance | path

Searched refs:rsameth (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Dprovider_fallback_test.c17 EVP_KEYMGMT *rsameth = NULL; in test_provider() local
22 && 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()
H A Denginetest.c365 RSA_METHOD *rsameth = NULL; in test_x509_dup_w_engine() local
395 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