Home
last modified time | relevance | path

Searched refs:TEST_ptr_ne (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/test/
Denginetest.c379 || !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()
Dtest_test.c231 || !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()
Dasn1_time_test.c343 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()
Dsha_test.c31 || !TEST_ptr_ne(sbuf, buf) in test_static_sha_common()
Ddrbgtest.c577 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()
Dproperty_test.c266 && TEST_ptr_ne(red, blue) in test_property_defn_cache()
285 && TEST_ptr_ne(blue2, blue) in test_property_defn_cache()
Dstack_test.c307 if (!TEST_ptr_ne(p, v[i])) { in test_SS_stack()
Dkeymgmt_internal_test.c224 || !TEST_ptr_ne(km1, km2)) in test_pass_rsa()
Dtestutil.h493 # define TEST_ptr_ne(a, b) test_ptr_ne(__FILE__, __LINE__, #a, #b, a, b) macro
Dsslapitest.c930 || !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()
Devp_extra_test.c2529 || !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()