Home
last modified time | relevance | path

Searched refs:TEST_ptr_null (Results 1 - 25 of 43) sorted by relevance

12

/third_party/openssl/test/
H A Dasn1_string_table_test.c24 if (!TEST_ptr_null(tmp)) { in test_string_tbl()
57 if (!TEST_ptr_null(tmp)) { in test_string_tbl()
63 if (!TEST_ptr_null(tmp)) { in test_string_tbl()
H A Dexdatatest.c35 || !TEST_ptr_null(ptr)) in exnew()
79 || !TEST_ptr_null(ptr) in exnew2()
182 if (TEST_ptr_null(ex_data = CRYPTO_get_ex_data(&obj->ex_data, saved_idx3)) in MYOBJ_allochello3()
255 if (!TEST_ptr_null(CRYPTO_get_ex_data(&t1->ex_data, saved_idx3))) in test_exdata()
274 if (!TEST_ptr_null(cp)) in test_exdata()
278 if (!TEST_ptr_null(cp)) in test_exdata()
H A Dsparse_array_test.c44 || !TEST_ptr_null(ossl_sa_char_get(sa, 3)) in test_sparse_array()
45 || !TEST_ptr_null(ossl_sa_char_get(sa, 0)) in test_sparse_array()
46 || !TEST_ptr_null(ossl_sa_char_get(sa, UINT_MAX))) in test_sparse_array()
H A Dhttp_test.c186 res = res && TEST_ptr_null(rsp) in test_http_keep_alive()
283 && TEST_ptr_null(host) in test_http_url_invalid()
284 && TEST_ptr_null(port) in test_http_url_invalid()
285 && TEST_ptr_null(path); in test_http_url_invalid()
H A Dcipherbytes_test.c34 || !TEST_ptr_null(sk) in test_empty()
35 || !TEST_ptr_null(scsv)) in test_empty()
H A Dproperty_test.c193 if (!TEST_ptr_null(p = ossl_parse_query(NULL, ps, 1))) in test_property_parse_error()
195 } else if (!TEST_ptr_null(p = ossl_parse_property(NULL, ps))) { in test_property_parse_error()
480 || !TEST_ptr_null(result)) { in test_property()
512 || !TEST_ptr_null(result)) { in test_property()
H A Ddefltfips_test.c47 if (!TEST_ptr_null(sha256)) { in test_is_fips_enabled()
H A Dec_internal_test.c179 if (!TEST_ptr_null(group1 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) in ec2m_field_sanity()
185 if (!TEST_ptr_null(group2 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) in ec2m_field_sanity()
192 if (!TEST_ptr_null(group3 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) in ec2m_field_sanity()
334 || !TEST_ptr_null(key->priv_key)) in set_private_key()
H A Dx509_internal_test.c89 if (!TEST_ptr_null(ip)) { in test_a2i_ipaddress()
H A Dthreadstest.c98 if (!TEST_ptr_null(ptr) in thread_local_thread_cb()
120 if (!TEST_ptr_null(ptr) in test_thread_local()
129 if (!TEST_ptr_null(ptr)) in test_thread_local()
H A Dcmp_msg_test.c74 TEST_ptr_null(msg = (expr)); \
405 if (!TEST_ptr_null(ossl_cmp_certrepmessage_get0_certresponse(crepmsg, 88))) in execute_certrep_create()
480 if (!TEST_ptr_null(ossl_cmp_pollrepcontent_get0_pollrep(pollrep->body-> in execute_pollrep_create()
H A Dhmactest.c114 || !TEST_ptr_null(HMAC_CTX_get_md(ctx)) in test_hmac_bad()
140 || !TEST_ptr_null(HMAC_CTX_get_md(ctx)) in test_hmac_run()
H A Devp_fetch_prov_test.c190 if (!TEST_ptr_null(md)) in test_explicit_EVP_MD_fetch()
307 if (!TEST_ptr_null(cipher)) in test_explicit_EVP_CIPHER_fetch()
H A Dtest_test.c224 || !TEST(0, TEST_ptr_null(&y)) in test_pointer()
225 || !TEST(1, TEST_ptr_null(NULL)) in test_pointer()
492 && TEST_ptr_null(p = NULL) in test_single_eval()
H A Dsecmemtest.c77 TEST_ptr_null(OPENSSL_secure_malloc((size_t)-1)); in test_sec_mem()
H A Dtrace_api_test.c50 is_cat_name_eq = TEST_ptr_null(cat_name); in test_trace_categories()
H A Dbio_core_test.c83 || !TEST_ptr_null((cbiobad = BIO_new_from_core_bio(NULL, &corebio))) in test_bio_core()
H A Dasn1_decode_test.c192 if (TEST_ptr_null(tmp)) in test_invalid_template()
H A Dd2i_test.c60 if (TEST_ptr_null(ASN1_item_d2i_bio(item_type, bio, NULL))) in test_bad_asn1()
H A Dhexstr_test.c104 if (!TEST_ptr_null(buf = OPENSSL_hexstr2buf(test->in, &len))) in test_hexstr_to_from()
H A Dprovider_internal_test.c120 if (!TEST_ptr_null(md = EVP_MD_fetch(ctx, "SHA256", NULL))) { in test_cache_flushes()
H A Dlhash_test.c103 if (!TEST_ptr_null(lh_int_insert(h, int_tests + i))) { in test_int_lhash()
H A Dossl_store_test.c66 ret = TEST_ptr_null(search = OSSL_STORE_SEARCH_by_key_fingerprint( in test_store_search_by_key_fingerprint_fail()
H A Dcmp_client_test.c115 TEST_ptr(itavs) : TEST_ptr_null(itavs); in execute_exec_GENM_ses_test_single()
137 return TEST_ptr_null(res); in execute_exec_certrequest_ses_test()
H A Dparams_api_test.c525 if (!TEST_ptr_null(OSSL_PARAM_locate(p, "fnord"))) in test_param_construct()
675 ret = TEST_ptr_null(OSSL_PARAM_dup(NULL)) in test_param_copy_null()
690 && TEST_ptr_null(OSSL_PARAM_merge(NULL, NULL)); in test_param_copy_null()

Completed in 14 milliseconds

12