Home
last modified time | relevance | path

Searched refs:nullprov (Results 1 – 12 of 12) sorted by relevance

/openssl/test/
H A Ddecoder_propq_test.c15 static OSSL_PROVIDER *nullprov = NULL; variable
107 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests()
118 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
H A Dprovfetchtest.c234 OSSL_PROVIDER *nullprov = NULL; in fetch_test() local
247 || !TEST_ptr(nullprov = OSSL_PROVIDER_load(libctx, "default")) in fetch_test()
287 OSSL_PROVIDER_unload(nullprov); in fetch_test()
H A Dpkcs12_api_test.c25 static OSSL_PROVIDER *nullprov = NULL; variable
286 if (!test_get_libctx(&testctx, &nullprov, NULL, NULL, NULL)) { in setup_tests()
301 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
H A Dpkcs12_format_test.c25 static OSSL_PROVIDER *nullprov = NULL; variable
992 nullprov = OSSL_PROVIDER_load(NULL, "null"); in setup_tests()
993 if (!TEST_ptr(nullprov)) in setup_tests()
1045 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
H A Devp_libctx_test.c39 static OSSL_PROVIDER *nullprov = NULL; variable
778 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests()
822 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
H A Devp_extra_test.c48 static OSSL_PROVIDER *nullprov = NULL; variable
1657 if (nullprov != NULL) in test_EVP_Enveloped()
1731 if (nullprov != NULL) in test_EVP_DigestSignInit()
1886 if (nullprov != NULL) in test_EVP_DigestVerifyInit()
1928 if (nullprov != NULL) in test_siphash_digestsign()
2025 if (nullprov != NULL) in test_EVP_md_null()
2815 if (nullprov != NULL) in test_CMAC_keygen()
3284 if (nullprov != NULL) in test_RSA_OAEP_set_get_params()
3377 if (nullprov != NULL) in test_RSA_legacy()
3589 if (nullprov != NULL) in test_keygen_with_empty_template()
[all …]
H A Devp_pkey_dhkem_test.c30 static OSSL_PROVIDER *nullprov = NULL; variable
792 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests()
882 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
H A Dproperty_test.c479 const OSSL_PROVIDER *nullprov = NULL; in test_property() local
484 &nullprov, &result)) in test_property()
H A Devp_extra_test2.c32 static OSSL_PROVIDER *nullprov = NULL; variable
1349 if (!test_get_libctx(&mainctx, &nullprov, NULL, NULL, NULL)) { in setup_tests()
1404 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
H A Dendecode_test.c56 static OSSL_PROVIDER *nullprov = NULL; variable
1339 if (!test_get_libctx(&testctx, &nullprov, config_file, &deflprov, prov_name)) in setup_tests()
1525 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
H A Dhpke_test.c20 static OSSL_PROVIDER *nullprov = NULL; variable
1981 if (!test_get_libctx(&testctx, &nullprov, NULL, &deflprov, "default")) in setup_tests()
2004 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
/openssl/providers/
H A Dbuild.info178 SOURCE[$NULLGOAL]=nullprov.c prov_running.c

Completed in 56 milliseconds