Home
last modified time | relevance | path

Searched refs:defctxnull (Results 1 – 6 of 6) sorted by relevance

/openssl/test/
H A Drpktest.c36 static OSSL_PROVIDER *defctxnull = NULL; variable
220 defctxnull = OSSL_PROVIDER_load(NULL, "null"); in test_rpk()
221 if (!TEST_ptr(defctxnull)) in test_rpk()
622 OSSL_PROVIDER_unload(defctxnull); in test_rpk()
623 defctxnull = NULL; in test_rpk()
H A Dssl_test.c23 static OSSL_PROVIDER *defctxnull = NULL, *thisprov = NULL; variable
564 if (!test_arg_libctx(&libctx, &defctxnull, &thisprov, 1, USAGE)) in OPT_TEST_DECLARE_USAGE()
574 OSSL_PROVIDER_unload(defctxnull); in cleanup_tests()
H A Dquicapitest.c25 static OSSL_PROVIDER *defctxnull = NULL; variable
2191 defctxnull = OSSL_PROVIDER_load(NULL, "null"); in setup_tests()
2286 OSSL_PROVIDER_unload(defctxnull); in cleanup_tests()
H A Dssl_old_test.c943 OSSL_PROVIDER *thisprov = NULL, *defctxnull = NULL; in main() local
1397 && !test_get_libctx(&libctx, &defctxnull, config, &thisprov, provider)) in main()
1924 OSSL_PROVIDER_unload(defctxnull); in main()
H A Dsslapitest.c65 static OSSL_PROVIDER *defctxnull = NULL; variable
12348 defctxnull = OSSL_PROVIDER_load(NULL, "null"); in setup_tests()
12688 OSSL_PROVIDER_unload(defctxnull); in cleanup_tests()
/openssl/doc/man7/
H A Dfips_module.pod316 OSSL_PROVIDER *defctxnull = NULL;
330 defctxnull = OSSL_PROVIDER_load(NULL, "null");
378 OSSL_PROVIDER_unload(defctxnull);

Completed in 93 milliseconds