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

/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dprovider_fallback_test.c17 EVP_KEYMGMT *rsameth = NULL; local
22 && TEST_ptr(rsameth = EVP_KEYMGMT_fetch(ctx, "RSA", NULL))
23 && TEST_ptr(prov = EVP_KEYMGMT_get0_provider(rsameth))
26 EVP_KEYMGMT_free(rsameth);
H A Denginetest.c365 RSA_METHOD *rsameth = NULL; local
395 if (!TEST_ptr(rsameth = RSA_meth_dup(RSA_get_default_method())))
398 ENGINE_set_RSA(e, rsameth);
427 RSA_meth_free(rsameth);

Completed in 95 milliseconds