Searched refs:nullprov (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/crypto/openssl/test/ |
| 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_format_test.c | 27 static OSSL_PROVIDER *nullprov = NULL; variable 909 nullprov = OSSL_PROVIDER_load(NULL, "null"); in setup_tests() 910 if (!TEST_ptr(nullprov)) in setup_tests() 960 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
|
| H A D | evp_libctx_test.c | 38 static OSSL_PROVIDER *nullprov = NULL; variable 743 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests() 783 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
|
| H A D | evp_extra_test.c | 47 static OSSL_PROVIDER *nullprov = NULL; variable 1302 if (nullprov != NULL) in test_EVP_Enveloped() 1376 if (nullprov != NULL) in test_EVP_DigestSignInit() 1531 if (nullprov != NULL) in test_EVP_DigestVerifyInit() 1573 if (nullprov != NULL) in test_siphash_digestsign() 1670 if (nullprov != NULL) in test_EVP_md_null() 2460 if (nullprov != NULL) in test_CMAC_keygen() 2929 if (nullprov != NULL) in test_RSA_OAEP_set_get_params() 3170 if (nullprov != NULL) in test_keygen_with_empty_template() 3597 if (nullprov != NULL) in test_ecpub() [all …]
|
| H A D | evp_extra_test2.c | 32 static OSSL_PROVIDER *nullprov = NULL; variable 1244 if (!test_get_libctx(&mainctx, &nullprov, NULL, NULL, NULL)) { in setup_tests() 1294 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
|
| H A D | property_test.c | 457 const OSSL_PROVIDER *nullprov = NULL; in test_property() local 462 &nullprov, &result)) in test_property()
|
| H A D | endecode_test.c | 52 static OSSL_PROVIDER *nullprov = NULL; variable 1335 if (!test_get_libctx(&testctx, &nullprov, config_file, &deflprov, prov_name)) in setup_tests() 1511 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
|
| /freebsd-14.2/crypto/openssl/providers/ |
| H A D | build.info | 177 SOURCE[$NULLGOAL]=nullprov.c prov_running.c
|
| /freebsd-14.2/secure/lib/libcrypto/ |
| H A D | Makefile | 356 SRCS+= baseprov.c defltprov.c nullprov.c prov_running.c
|