Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dquic_client_test.c143 if (!TEST_size_t_lt(c_total_read, sizeof(msg2) - 1)) in test_quic_client_ex()
H A Dtest_test.c177 || !TEST(1, TEST_size_t_lt((size_t)30, (size_t)88)) in test_size_t()
178 || !TEST(0, TEST_size_t_lt((size_t)88, (size_t)30)) in test_size_t()
H A Dsslbuffertest.c269 || !TEST_size_t_lt(readbytes, sizeof(buf)) in test_free_buffers()
H A Dquic_fc_test.c501 if (!TEST_size_t_lt(op->stream_idx, OSSL_NELEM(stream_rxfc)) in run_rxfc_script()
H A Dparams_test.c158 if (!TEST_size_t_lt(data_length, sizeof(obj->p5))) in raw_set_params()
H A Dbio_dgram_test.c566 if (idx <= 1 && !TEST_size_t_lt(total, 1 * 1024 * 1024)) in test_bio_dgram_pair()
H A Dtestutil.h490 # define TEST_size_t_lt(a, b) test_size_t_lt(__FILE__, __LINE__, #a, #b, a, b) macro
H A Dthreadstest.c784 if (!TEST_size_t_lt(n, MAXIMUM_PROVIDERS) in thread_setup_libctx()
H A Devp_pkey_provided_test.c107 || !TEST_size_t_lt(readbytes, sizeof(buf))) in compare_with_file()
H A Dquic_multistream_test.c1201 if (!TEST_size_t_lt(repeat_stack_len, OSSL_NELEM(repeat_stack_idx))) in run_script_worker()
H A Devp_test.c2237 if (!TEST_size_t_lt(params_n, params_max)) in encapsulate()
H A Dsslapitest.c3641 || !TEST_size_t_lt(rawread, sizeof(data)) in test_early_data_read_write()
/freebsd/crypto/openssl/test/radix/
H A Dquic_bindings.c670 if (!TEST_size_t_lt(idx, NUM_SLOTS) in expect_slot_ssl()