| /freebsd/crypto/openssl/test/ |
| H A D | decoder_propq_test.c | 15 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 D | provfetchtest.c | 234 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 D | pkcs12_api_test.c | 25 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 D | pkcs12_format_test.c | 25 static OSSL_PROVIDER *nullprov = NULL; variable 3621 nullprov = OSSL_PROVIDER_load(NULL, "null"); in setup_tests() 3622 if (!TEST_ptr(nullprov)) in setup_tests() 3674 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
|
| H A D | evp_extra_test.c | 51 static OSSL_PROVIDER *nullprov = NULL; variable 1773 if (nullprov != NULL) in test_EVP_Enveloped() 1847 if (nullprov != NULL) in test_EVP_DigestSignInit() 2002 if (nullprov != NULL) in test_EVP_DigestVerifyInit() 2039 if (nullprov != NULL) in test_ecdsa_digestsign_keccak() 2086 if (nullprov != NULL) in test_siphash_digestsign() 2184 if (nullprov != NULL) in test_EVP_md_null() 3264 return (nullprov != NULL || test_set_get_raw_keys_int(tst, 0, 0)) in test_set_get_raw_keys() 3266 && (nullprov != NULL || test_set_get_raw_keys_int(tst, 1, 0)) in test_set_get_raw_keys() 3388 if (nullprov != NULL) in test_CMAC_keygen() [all …]
|
| H A D | evp_libctx_test.c | 39 static OSSL_PROVIDER *nullprov = NULL; variable 955 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests() 1003 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
|
| H A D | evp_pkey_dhkem_test.c | 30 static OSSL_PROVIDER *nullprov = NULL; variable 813 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests() 901 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
|
| H A D | property_test.c | 479 const OSSL_PROVIDER *nullprov = NULL; in test_property() local 484 &nullprov, &result)) in test_property()
|
| H A D | evp_extra_test2.c | 40 static OSSL_PROVIDER *nullprov = NULL; variable 3478 if (!test_get_libctx(&mainctx, &nullprov, NULL, NULL, NULL)) { in setup_tests() 3535 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
|
| H A D | hpke_test.c | 20 static OSSL_PROVIDER *nullprov = NULL; variable 2077 if (!test_get_libctx(&testctx, &nullprov, NULL, &deflprov, "default")) in setup_tests() 2100 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
|
| H A D | endecode_test.c | 57 static OSSL_PROVIDER *nullprov = NULL; variable 1429 if (!test_get_libctx(&testctx, &nullprov, config_file, &deflprov, prov_name)) in setup_tests() 1719 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
|
| /freebsd/crypto/openssl/providers/ |
| H A D | build.info | 178 SOURCE[$NULLGOAL]=nullprov.c prov_running.c
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Makefile | 394 SRCS+= baseprov.c defltprov.c nullprov.c prov_running.c
|