Searched refs:libprov (Results 1 – 5 of 5) sorted by relevance
| /src/crypto/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 955 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests() 1001 OSSL_PROVIDER_unload(libprov); in cleanup_tests()
|
| H A D | evp_pkey_dhkem_test.c | 31 static OSSL_PROVIDER *libprov = NULL; variable 813 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests() 899 OSSL_PROVIDER_unload(libprov); in cleanup_tests()
|
| H A D | evp_test.c | 86 static OSSL_PROVIDER *libprov = NULL; variable 5433 if (!test_get_libctx(&libctx, &prov_null, config_file, &libprov, provider_name)) in setup_tests() 5446 OSSL_PROVIDER_unload(libprov); in cleanup_tests()
|