Searched refs:libprov (Results 1 – 5 of 5) sorted by relevance
/openssl/test/ |
H A D | fips_version_test.c | 15 static OSSL_PROVIDER *libprov = NULL; variable 63 if (!test_get_libctx(&libctx, NULL, config_file, &libprov, NULL)) in setup_tests() 76 OSSL_PROVIDER_unload(libprov); in cleanup_tests()
|
H A D | decoder_propq_test.c | 16 static OSSL_PROVIDER *libprov = NULL; variable 107 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests() 116 OSSL_PROVIDER_unload(libprov); in cleanup_tests()
|
H A D | evp_libctx_test.c | 40 static OSSL_PROVIDER *libprov = NULL; variable 796 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests() 838 OSSL_PROVIDER_unload(libprov); in cleanup_tests()
|
H A D | evp_pkey_dhkem_test.c | 31 static OSSL_PROVIDER *libprov = NULL; variable 792 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests() 880 OSSL_PROVIDER_unload(libprov); in cleanup_tests()
|
H A D | evp_test.c | 85 static OSSL_PROVIDER *libprov = NULL; variable 5131 if (!test_get_libctx(&libctx, &prov_null, config_file, &libprov, provider_name)) in setup_tests() 5144 OSSL_PROVIDER_unload(libprov); in cleanup_tests()
|
Completed in 25 milliseconds