Lines Matching refs:NULL

34 static const char *inputdir = NULL;
35 static const char *infile = NULL;
36 static const char *sm2file = NULL;
37 static const char *datadir = NULL;
42 OSSL_STORE_CTX *sctx = NULL; in test_store_open()
43 OSSL_STORE_SEARCH *search = NULL; in test_store_open()
44 UI_METHOD *ui_method = NULL; in test_store_open()
50 && TEST_ptr(sctx = OSSL_STORE_open_ex(input, NULL, NULL, ui_method, in test_store_open()
51 NULL, NULL, NULL, NULL)) in test_store_open()
52 && TEST_false(OSSL_STORE_find(sctx, NULL)) in test_store_open()
64 OSSL_STORE_SEARCH *search = NULL; in test_store_search_by_key_fingerprint_fail()
67 EVP_sha256(), NULL, 0)); in test_store_search_by_key_fingerprint_fail()
74 EVP_PKEY *pkey = NULL; in get_params()
75 OSSL_STORE_CTX *ctx = NULL; in get_params()
79 ctx = OSSL_STORE_open_ex(uri, NULL, NULL, NULL, NULL, NULL, NULL, NULL); in get_params()
84 && (info = OSSL_STORE_load(ctx)) != NULL in get_params()
85 && pkey == NULL) { in get_params()
90 info = NULL; in get_params()
93 if (pkey != NULL) in get_params()
159 OSSL_STORE_CTX *store_ctx = NULL; in test_store_attach_unregistered_scheme()
160 OSSL_PROVIDER *provider = NULL; in test_store_attach_unregistered_scheme()
161 OSSL_LIB_CTX *libctx = NULL; in test_store_attach_unregistered_scheme()
162 BIO *bio = NULL; in test_store_attach_unregistered_scheme()
169 && TEST_ptr(store_ctx = OSSL_STORE_attach(bio, "file", libctx, NULL, in test_store_attach_unregistered_scheme()
170 NULL, NULL, NULL, NULL, NULL)) in test_store_attach_unregistered_scheme()
191 { NULL } in test_get_options()
222 if (datadir == NULL) { in setup_tests()
226 if (inputdir == NULL) { in setup_tests()
231 if (infile != NULL) in setup_tests()
235 if (sm2file != NULL) in setup_tests()