Searched refs:TEST_ptr_ne (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A D | sha_test.c | 31 || !TEST_ptr_ne(sbuf, buf) in test_static_sha_common()
|
H A 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()
|
H A D | property_test.c | 273 && TEST_ptr_ne(red, blue) in test_property_defn_cache() 292 && TEST_ptr_ne(blue2, blue) in test_property_defn_cache()
|
H A D | stack_test.c | 307 if (!TEST_ptr_ne(p, v[i])) { in test_SS_stack()
|
H A D | keymgmt_internal_test.c | 224 || !TEST_ptr_ne(km1, km2)) in test_pass_rsa()
|
H A D | bntest.c | 2954 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 D | testutil.h | 493 # define TEST_ptr_ne(a, b) test_ptr_ne(__FILE__, __LINE__, #a, #b, a, b) macro
|
H A D | sslapitest.c | 930 || !TEST_ptr_ne(sesspre, sesspost) in test_ccs_change_cipher() 8270 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown() 8275 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown() 8344 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown() 8355 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown() 9199 || !TEST_ptr_ne(sess = SSL_get1_session(clientssl), NULL) in test_servername() 9530 || !TEST_ptr_ne(clientssl, client2ssl)) in test_ssl_dup()
|
H A D | evp_extra_test.c | 2674 || !TEST_ptr_ne(xp, xq)) in test_X509_PUBKEY_dup() 2679 || !TEST_ptr_ne(X509_PUBKEY_get0(xq), X509_PUBKEY_get0(xp))) in test_X509_PUBKEY_dup()
|