Searched refs:TEST_ptr_ne (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/test/ |
D | test_test.c | 231 | !TEST(0, TEST_ptr_ne(NULL, NULL)) in test_pointer() 232 | !TEST(1, TEST_ptr_ne(NULL, &y)) in test_pointer() 233 | !TEST(1, TEST_ptr_ne(&y, NULL)) in test_pointer() 234 | !TEST(1, TEST_ptr_ne(&y, &x)) in test_pointer() 235 | !TEST(0, TEST_ptr_ne(&x, &x))) in test_pointer()
|
D | drbgtest.c | 735 if (!TEST_ptr_ne(public, private) in test_rand_drbg_reseed() 736 || !TEST_ptr_ne(public, master) in test_rand_drbg_reseed() 737 || !TEST_ptr_ne(private, master) in test_rand_drbg_reseed()
|
D | stack_test.c | 299 if (!TEST_ptr_ne(p, v[i])) { in test_SS_stack()
|
D | testutil.h | 348 # define TEST_ptr_ne(a, b) test_ptr_ne(__FILE__, __LINE__, #a, #b, a, b) macro
|
D | sslapitest.c | 686 || !TEST_ptr_ne(sesspre, sesspost) in test_ccs_change_cipher() 5941 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown() 5946 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown() 6015 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown() 6026 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown() 6524 || !TEST_ptr_ne(sess = SSL_get1_session(clientssl), NULL) in test_servername() 6653 || !TEST_ptr_ne(clientssl, client2ssl)) in test_ssl_dup()
|