Searched refs:TEST_uint64_t_lt (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | quic_cc_test.c | 599 if (!TEST_uint64_t_lt(ccm->get_tx_allowance(cc), allowance)) in test_sanity()
|
H A D | quic_record_test.c | 3651 if (!TEST_uint64_t_lt(max_value, UINT64_MAX)) in tx_run_script() 3655 if (!TEST_uint64_t_lt(old_value, UINT64_MAX)) in tx_run_script()
|
H A D | quic_wire_test.c | 1402 if (!TEST_uint64_t_lt(f.ack_ranges[i].end, 1000)) in ack_generic_decode()
|
H A D | testutil.h | 483 # define TEST_uint64_t_lt(a, b) test_uint64_t_lt(__FILE__, __LINE__, #a, #b, a, b) macro
|
H A D | quicapitest.c | 1808 if (!TEST_uint64_t_lt(real_bw, TEST_BW_LIMIT)) in test_bw_limit()
|
H A D | quic_multistream_test.c | 461 if (!TEST_uint64_t_lt(txke, hl->check_op->arg2)) in check_key_update_lt()
|
/freebsd/crypto/openssl/test/radix/ |
H A D | quic_ops.c | 939 if (!TEST_uint64_t_lt(slot, NUM_SLOTS)) in DEF_FUNC() 955 if (!TEST_uint64_t_lt(slot, NUM_SLOTS)) in DEF_FUNC()
|