Home
last modified time | relevance | path

Searched refs:TEST_ptr_null (Results 1 – 22 of 22) sorted by relevance

/third_party/openssl/test/
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()
Dthreadstest.c142 if (!TEST_ptr_null(ptr) in thread_local_thread_cb()
164 if (!TEST_ptr_null(ptr) in test_thread_local()
173 if (!TEST_ptr_null(ptr)) in test_thread_local()
Dexdatatest.c34 || !TEST_ptr_null(ptr)) in exnew()
77 || !TEST_ptr_null(ptr) in exnew2()
224 if (!TEST_ptr_null(cp)) in test_exdata()
228 if (!TEST_ptr_null(cp)) in test_exdata()
Dcipherbytes_test.c34 || !TEST_ptr_null(sk) in test_empty()
35 || !TEST_ptr_null(scsv)) in test_empty()
Dhmactest.c115 || !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()
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()
Ddestest.c471 if (!TEST_ptr_null(DES_crypt("testing", "y\202"))) in test_des_crypt()
473 if (!TEST_ptr_null(DES_crypt("testing", "\0A"))) in test_des_crypt()
475 if (!TEST_ptr_null(DES_crypt("testing", "A"))) in test_des_crypt()
Dsecmemtest.c77 TEST_ptr_null(OPENSSL_secure_malloc((size_t)-1)); in test_sec_mem()
Dd2i_test.c60 if (TEST_ptr_null(ASN1_item_d2i_bio(item_type, bio, NULL))) in test_bad_asn1()
Dasn1_decode_test.c192 if (TEST_ptr_null(tmp)) in test_invalid_template()
Dlhash_test.c92 if (!TEST_ptr_null(lh_int_insert(h, int_tests + i))) { in test_int_lhash()
Dservername_test.c201 if (!TEST_ptr_null(SSL_get_servername(serverssl, in server_setup_sni()
Dssl_test_ctx_test.c234 if (!TEST_ptr_null(ctx = SSL_TEST_CTX_create(conf, in test_bad_configuration()
Denginetest.c285 if (!TEST_ptr_null(EVP_PKEY_CTX_new(pkey, e)) in test_redirect()
Dstack_test.c234 if (!TEST_ptr_null(sk_uchar_delete(r, 12))) in test_uchar_stack()
Dasn1_time_test.c240 } else if (td->convert_result == 0 && !TEST_ptr_null(ptime)) { in test_table()
Devp_extra_test.c1146 || TEST_ptr_null(eckey); in test_invalide_ec_char2_pub_range_decode()
1169 if (!TEST_ptr_null(pkey = EVP_PKCS82PKEY(p8inf))) in test_EVP_PKCS82PKEY()
1902 if (!TEST_ptr_null(pkey)) in test_signatures_with_engine()
Dct_test.c290 } else if (!TEST_ptr_null(sct_extension)) { in execute_cert_test()
Dtestutil.h350 # define TEST_ptr_null(a) test_ptr_null(__FILE__, __LINE__, #a, a) macro
Dhandshake_helper.c345 if (!TEST_ptr_null(*out) in parse_protos()
Dbntest.c1734 if (!TEST_ptr_null(BN_mod_sqrt(ret, a, p, ctx))) in file_modsqrt()
Dsslapitest.c6412 } else if (!TEST_ptr_null(sktmp)) { in test_ca_names_int()