Searched refs:prov_null (Results 1 – 3 of 3) sorted by relevance
/openssl/test/ |
H A D | rsa_x931_test.c | 17 static OSSL_PROVIDER *prov_null = NULL; variable 37 if (!test_get_libctx(&libctx, &prov_null, NULL, NULL, NULL)) in setup_tests() 46 OSSL_PROVIDER_unload(prov_null); in cleanup_tests()
|
H A D | acvp_test.c | 45 static OSSL_PROVIDER *prov_null = NULL; variable 1711 if (!test_get_libctx(&libctx, &prov_null, config_file, NULL, NULL)) in setup_tests() 1769 OSSL_PROVIDER_unload(prov_null); in cleanup_tests()
|
H A D | evp_test.c | 84 static OSSL_PROVIDER *prov_null = NULL; variable 5131 if (!test_get_libctx(&libctx, &prov_null, config_file, &libprov, provider_name)) in setup_tests() 5145 OSSL_PROVIDER_unload(prov_null); in cleanup_tests()
|
Completed in 23 milliseconds