Searched refs:TEST_ptr_null (Results 1 – 22 of 22) sorted by relevance
/third_party/openssl/test/ |
D | asn1_string_table_test.c | 24 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()
|
D | threadstest.c | 142 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()
|
D | exdatatest.c | 34 || !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()
|
D | cipherbytes_test.c | 34 || !TEST_ptr_null(sk) in test_empty() 35 || !TEST_ptr_null(scsv)) in test_empty()
|
D | hmactest.c | 115 || !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()
|
D | test_test.c | 224 | !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()
|
D | destest.c | 471 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()
|
D | secmemtest.c | 77 TEST_ptr_null(OPENSSL_secure_malloc((size_t)-1)); in test_sec_mem()
|
D | d2i_test.c | 60 if (TEST_ptr_null(ASN1_item_d2i_bio(item_type, bio, NULL))) in test_bad_asn1()
|
D | asn1_decode_test.c | 192 if (TEST_ptr_null(tmp)) in test_invalid_template()
|
D | lhash_test.c | 92 if (!TEST_ptr_null(lh_int_insert(h, int_tests + i))) { in test_int_lhash()
|
D | servername_test.c | 201 if (!TEST_ptr_null(SSL_get_servername(serverssl, in server_setup_sni()
|
D | ssl_test_ctx_test.c | 234 if (!TEST_ptr_null(ctx = SSL_TEST_CTX_create(conf, in test_bad_configuration()
|
D | enginetest.c | 285 if (!TEST_ptr_null(EVP_PKEY_CTX_new(pkey, e)) in test_redirect()
|
D | stack_test.c | 234 if (!TEST_ptr_null(sk_uchar_delete(r, 12))) in test_uchar_stack()
|
D | asn1_time_test.c | 240 } else if (td->convert_result == 0 && !TEST_ptr_null(ptime)) { in test_table()
|
D | evp_extra_test.c | 1146 || 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()
|
D | ct_test.c | 290 } else if (!TEST_ptr_null(sct_extension)) { in execute_cert_test()
|
D | testutil.h | 350 # define TEST_ptr_null(a) test_ptr_null(__FILE__, __LINE__, #a, a) macro
|
D | handshake_helper.c | 345 if (!TEST_ptr_null(*out) in parse_protos()
|
D | bntest.c | 1734 if (!TEST_ptr_null(BN_mod_sqrt(ret, a, p, ctx))) in file_modsqrt()
|
D | sslapitest.c | 6412 } else if (!TEST_ptr_null(sktmp)) { in test_ca_names_int()
|