Searched refs:TEST_ptr_ne (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/test/ |
D | enginetest.c | 379 || !TEST_ptr_ne(duppubkey, pubkey) in test_x509_dup_w_engine() 380 || !TEST_ptr_ne(X509_PUBKEY_get0(duppubkey), X509_PUBKEY_get0(pubkey))) in test_x509_dup_w_engine() 413 || !TEST_ptr_ne(duppubkey, pubkey) in test_x509_dup_w_engine() 414 || !TEST_ptr_ne(X509_PUBKEY_get0(duppubkey), X509_PUBKEY_get0(pubkey))) in test_x509_dup_w_engine()
|
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 | asn1_time_test.c | 343 if (!TEST_ptr_ne(asn1_time_dup, NULL)) { in test_time_dup() 354 if (!TEST_ptr_ne(asn1_time_dup, NULL)) { in test_time_dup() 365 if (!TEST_ptr_ne(asn1_time_dup, NULL)) { in test_time_dup()
|
D | sha_test.c | 31 || !TEST_ptr_ne(sbuf, buf) in test_static_sha_common()
|
D | drbgtest.c | 577 if (!TEST_ptr_ne(public, private) in test_rand_reseed() 578 || !TEST_ptr_ne(public, primary) in test_rand_reseed() 579 || !TEST_ptr_ne(private, primary) in test_rand_reseed()
|
D | property_test.c | 266 && TEST_ptr_ne(red, blue) in test_property_defn_cache() 285 && TEST_ptr_ne(blue2, blue) in test_property_defn_cache()
|
D | stack_test.c | 307 if (!TEST_ptr_ne(p, v[i])) { in test_SS_stack()
|
D | keymgmt_internal_test.c | 224 || !TEST_ptr_ne(km1, km2)) in test_pass_rsa()
|
D | testutil.h | 493 # define TEST_ptr_ne(a, b) test_ptr_ne(__FILE__, __LINE__, #a, #b, a, b) macro
|
D | sslapitest.c | 930 || !TEST_ptr_ne(sesspre, sesspost) in test_ccs_change_cipher() 8196 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown() 8201 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown() 8270 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown() 8281 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown() 9005 || !TEST_ptr_ne(sess = SSL_get1_session(clientssl), NULL) in test_servername() 9343 || !TEST_ptr_ne(clientssl, client2ssl)) in test_ssl_dup()
|
D | evp_extra_test.c | 2529 || !TEST_ptr_ne(xp, xq)) in test_X509_PUBKEY_dup() 2534 || !TEST_ptr_ne(X509_PUBKEY_get0(xq), X509_PUBKEY_get0(xp))) in test_X509_PUBKEY_dup()
|