Home
last modified time | relevance | path

Searched refs:TEST_long_eq (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dtime_test.c21 if (!TEST_long_eq(tv.tv_sec, 0) || !TEST_long_eq(tv.tv_usec, 0)) in test_time_to_timeval()
31 if (!TEST_long_eq(tv.tv_sec, 0) || !TEST_long_eq(tv.tv_usec, 1)) in test_time_to_timeval()
35 if (!TEST_long_eq(tv.tv_sec, 0) || !TEST_long_eq(tv.tv_usec, 1)) in test_time_to_timeval()
39 if (!TEST_long_eq(tv.tv_sec, 0) || !TEST_long_eq(tv.tv_usec, 1)) in test_time_to_timeval()
43 if (!TEST_long_eq(tv.tv_sec, 0) || !TEST_long_eq(tv.tv_usec, 2)) in test_time_to_timeval()
47 if (!TEST_long_eq(tv.tv_sec, 0) || !TEST_long_eq(tv.tv_usec, 999)) in test_time_to_timeval()
51 if (!TEST_long_eq(tv.tv_sec, 1) || !TEST_long_eq(tv.tv_usec, 0)) in test_time_to_timeval()
55 if (!TEST_long_eq(tv.tv_sec, 1) || !TEST_long_eq(tv.tv_usec, 0)) in test_time_to_timeval()
59 if (!TEST_long_eq(tv.tv_sec, 1) || !TEST_long_eq(tv.tv_usec, 0)) in test_time_to_timeval()
63 if (!TEST_long_eq(tv.tv_sec, 1) || !TEST_long_eq(tv.tv_usec, 1)) in test_time_to_timeval()
H A Dbio_callback_test.c70 || !TEST_long_eq(my_param_argl[0], 0L) in test_bio_callback_ex()
76 || !TEST_long_eq(my_param_argl[1], 0L) in test_bio_callback_ex()
89 || !TEST_long_eq(my_param_argl[0], 0L) in test_bio_callback_ex()
95 || !TEST_long_eq(my_param_argl[1], 0L) in test_bio_callback_ex()
109 || !TEST_long_eq(my_param_argl[0], 0L) in test_bio_callback_ex()
115 || !TEST_long_eq(my_param_argl[1], 0L) in test_bio_callback_ex()
129 || !TEST_long_eq(my_param_argl[0], 0L) in test_bio_callback_ex()
135 || !TEST_long_eq(my_param_argl[1], 0L) in test_bio_callback_ex()
146 || !TEST_long_eq(my_param_argl[0], 0L) in test_bio_callback_ex()
152 || !TEST_long_eq(my_param_argl[1], 0L) in test_bio_callback_ex()
[all …]
H A Dexdatatest.c33 || !TEST_long_eq(argl, saved_argl) in exnew()
43 || !TEST_long_eq(argl, saved_argl) in exdup()
54 || !TEST_long_eq(argl, saved_argl) in exfree()
77 || !TEST_long_eq(argl, saved_argl) in exnew2()
96 || !TEST_long_eq(argl, saved_argl) in exdup2()
120 || !TEST_long_eq(argl, saved_argl) in exfree2()
H A Dsanitytest.c56 || !TEST_long_eq(~(-1L), 0L)) in test_sanity_twos_complement()
65 || !TEST_long_eq(-(LONG_MIN + 1), LONG_MAX)) in test_sanity_sign()
74 || !TEST_long_eq((long)((unsigned long)LONG_MAX + 1), LONG_MIN)) in test_sanity_unsigned_conversion()
H A Dconf_include_test.c162 || !TEST_long_eq(val, 123)) { in test_check_null_numbers()
192 || !TEST_long_eq(val, LONG_MAX)) in test_check_overflow()
H A Dtest_test.c127 if (!TEST(1, TEST_long_eq(123l, 123l)) in test_long()
128 || !TEST(0, TEST_long_eq(123l, -123l)) in test_long()
466 && TEST_long_eq(l--, -9000L) in test_single_eval()
467 && TEST_long_eq(++l, -9000L) in test_single_eval()
H A Dgmdifftest.c45 if (!TEST_long_eq(offset, toffset)) in check_time()
H A Dcrltest.c280 if (!TEST_long_eq((long)X509_VERIFY_PARAM_get_time(param), PARAM_TIME)) in verify()
H A Drpktest.c494 if (!TEST_long_eq(SSL_get_verify_result(clientssl), client_verify_result)) in test_rpk()
526 if (!TEST_long_eq(SSL_get_verify_result(serverssl), server_verify_result)) in test_rpk()
H A Dparam_build_test.c165 || !TEST_long_eq((long)i64, -9999999) in template_public_test()
172 || !TEST_long_eq(l, 42) in template_public_test()
H A Ddanetest.c118 || !TEST_long_eq(p - data, len)) { in STACK_OF()
H A Dtestutil.h460 # define TEST_long_eq(a, b) test_long_eq(__FILE__, __LINE__, #a, #b, a, b) macro
H A Dsslapitest.c4114 if (!TEST_long_eq(ERR_peek_error(), 0)) in early_data_skip_helper()
10298 if (rpkidx && !TEST_long_eq(SSL_get_verify_result(clientssl), X509_V_ERR_RPK_UNTRUSTED)) in test_pluggable_signature()
10888 if (!TEST_long_eq(SSL_CTX_set_timeout(sctx, TWO_WEEK_SEC), in test_ticket_lifetime()