Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A 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()
H A 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()
H A 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()
H A Dsha_test.c31 || !TEST_ptr_ne(sbuf, buf) in test_static_sha_common()
H A 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()
H A Dproperty_test.c273 && TEST_ptr_ne(red, blue) in test_property_defn_cache()
292 && TEST_ptr_ne(blue2, blue) in test_property_defn_cache()
H A Dstack_test.c307 if (!TEST_ptr_ne(p, v[i])) { in test_SS_stack()
H A Dkeymgmt_internal_test.c224 || !TEST_ptr_ne(km1, km2)) in test_pass_rsa()
H A Dbntest.c2954 if (!TEST_ptr_ne(str = BN_bn2dec(r), NULL)) in test_mod_inverse()
2994 if (!TEST_ptr_ne(str = BN_bn2dec(r), NULL)) in test_mod_exp_alias()
3008 if (!TEST_ptr_ne(str = BN_bn2dec(r), NULL)) in test_mod_exp_alias()
3023 if (!TEST_ptr_ne(str = BN_bn2dec(c), NULL)) in test_mod_exp_alias()
H A Dtestutil.h493 # define TEST_ptr_ne(a, b) test_ptr_ne(__FILE__, __LINE__, #a, #b, a, b) macro
H A Dsslapitest.c930 || !TEST_ptr_ne(sesspre, sesspost) in test_ccs_change_cipher()
8212 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown()
8217 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown()
8286 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown()
8297 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown()
9021 || !TEST_ptr_ne(sess = SSL_get1_session(clientssl), NULL) in test_servername()
9359 || !TEST_ptr_ne(clientssl, client2ssl)) in test_ssl_dup()
H A Devp_extra_test.c2629 || !TEST_ptr_ne(xp, xq)) in test_X509_PUBKEY_dup()
2634 || !TEST_ptr_ne(X509_PUBKEY_get0(xq), X509_PUBKEY_get0(xp))) in test_X509_PUBKEY_dup()