Searched refs:nullprov (Results 1 – 8 of 8) sorted by relevance
/openssl-master/test/ |
A D | provfetchtest.c | 233 OSSL_PROVIDER *nullprov = NULL; in fetch_test() local 245 || !TEST_ptr(nullprov = OSSL_PROVIDER_load(libctx, "default")) in fetch_test() 280 OSSL_PROVIDER_unload(nullprov); in fetch_test()
|
A D | pkcs12_format_test.c | 27 static OSSL_PROVIDER *nullprov = NULL; variable 842 nullprov = OSSL_PROVIDER_load(NULL, "null"); in setup_tests() 843 if (!TEST_ptr(nullprov)) in setup_tests() 891 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
|
A D | evp_extra_test2.c | 31 static OSSL_PROVIDER *nullprov = NULL; variable 823 if (!test_get_libctx(&mainctx, &nullprov, NULL, NULL, NULL)) { in setup_tests() 852 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
|
A D | evp_extra_test.c | 43 static OSSL_PROVIDER *nullprov = NULL; variable 1088 if (nullprov != NULL) in test_EVP_Enveloped() 1162 if (nullprov != NULL) in test_EVP_DigestSignInit() 1317 if (nullprov != NULL) in test_EVP_DigestVerifyInit() 1359 if (nullprov != NULL) in test_siphash_digestsign() 2199 if (nullprov != NULL) in test_CMAC_keygen() 2783 if (nullprov != NULL) in test_keygen_with_empty_template() 2950 if (nullprov != NULL && idx < 6) in test_evp_iv_aes() 3185 if (nullprov != NULL) in test_ecpub() 4234 nullprov = OSSL_PROVIDER_load(NULL, "null"); in setup_tests() [all …]
|
A D | evp_libctx_test.c | 39 static OSSL_PROVIDER *nullprov = NULL; variable 726 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests() 766 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
|
A D | property_test.c | 419 const OSSL_PROVIDER *nullprov = NULL; in test_property() local 424 &nullprov, &result)) in test_property()
|
A D | endecode_test.c | 51 static OSSL_PROVIDER *nullprov = NULL; variable 1304 if (!test_get_libctx(&testctx, &nullprov, config_file, &deflprov, prov_name)) in setup_tests() 1465 OSSL_PROVIDER_unload(nullprov); in cleanup_tests()
|
/openssl-master/providers/ |
A D | build.info | 164 SOURCE[$NULLGOAL]=nullprov.c prov_running.c
|
Completed in 22 milliseconds