HomeSort by: relevance | last modified time | path
    Searched refs:rsameth (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
provider_fallback_test.c 17 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);
enginetest.c 364 RSA_METHOD *rsameth = NULL; local
394 if (!TEST_ptr(rsameth = RSA_meth_dup(RSA_get_default_method())))
397 ENGINE_set_RSA(e, rsameth);
426 RSA_meth_free(rsameth);
  /src/crypto/external/bsd/openssl/dist/test/
provider_fallback_test.c 17 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);
enginetest.c 365 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 30 milliseconds