Searched refs:TEST_uint64_t_ge (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | quic_cc_test.c | 373 if (!TEST_uint64_t_ge(allowance = ccm->get_tx_allowance(cc), mdpl)) in test_simulate() 425 if (!TEST_uint64_t_ge(ccm->get_tx_allowance(cc), mdpl)) in test_simulate() 521 if (!TEST_uint64_t_ge(allowance = ccm->get_tx_allowance(cc), 1472)) in test_sanity() 548 if (!TEST_uint64_t_ge(allowance2 = ccm->get_tx_allowance(cc), allowance)) in test_sanity() 567 if (!TEST_uint64_t_ge(allowance = ccm->get_tx_allowance(cc), 1200 + 1300)) in test_sanity()
|
H A D | ssl_handshake_rtt_test.c | 120 if (!TEST_uint64_t_ge(rtt, 1000)) in test_handshake_rtt()
|
H A D | sanitytest.c | 147 if (!TEST_uint64_t_ge(seconds, 1) || !TEST_uint64_t_le(seconds, 20)) in test_sanity_sleep()
|
H A D | quic_txp_test.c | 905 if (!TEST_uint64_t_ge(h->frame.stream.len, 1150) in check_stream_10a() 919 if (!TEST_uint64_t_ge(h->frame.stream.len, 1150) in check_stream_10b() 933 if (!TEST_uint64_t_ge(h->frame.stream.len, 5) in check_stream_10c() 946 if (!TEST_uint64_t_ge(h->frame.stream.len, 5) in check_stream_10d()
|
H A D | testutil.h | 486 # define TEST_uint64_t_ge(a, b) test_uint64_t_ge(__FILE__, __LINE__, #a, #b, a, b) macro
|
H A D | quic_multistream_test.c | 449 if (!TEST_uint64_t_ge((uint64_t)rxke, hl->check_op->arg2)) in check_key_update_ge() 4966 if (!TEST_uint64_t_ge(h->fail_count, 50)) in script_72_check() 5573 || !TEST_uint64_t_ge(size, avail) in check_write_buf_stat() 5574 || !TEST_uint64_t_ge(size, used) in check_write_buf_stat()
|
/freebsd/crypto/openssl/test/radix/ |
H A D | quic_tests.c | 162 if (i == 3 && !TEST_uint64_t_ge(ossl_time2ms(ossl_time_subtract(time_after, time_before)), 100)) in DEF_FUNC()
|