Searched refs:TEST_size_t_lt (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | quic_client_test.c | 143 if (!TEST_size_t_lt(c_total_read, sizeof(msg2) - 1)) in test_quic_client_ex()
|
H A D | test_test.c | 177 || !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 D | sslbuffertest.c | 269 || !TEST_size_t_lt(readbytes, sizeof(buf)) in test_free_buffers()
|
H A D | quic_fc_test.c | 501 if (!TEST_size_t_lt(op->stream_idx, OSSL_NELEM(stream_rxfc)) in run_rxfc_script()
|
H A D | params_test.c | 158 if (!TEST_size_t_lt(data_length, sizeof(obj->p5))) in raw_set_params()
|
H A D | bio_dgram_test.c | 566 if (idx <= 1 && !TEST_size_t_lt(total, 1 * 1024 * 1024)) in test_bio_dgram_pair()
|
H A D | testutil.h | 490 # define TEST_size_t_lt(a, b) test_size_t_lt(__FILE__, __LINE__, #a, #b, a, b) macro
|
H A D | threadstest.c | 784 if (!TEST_size_t_lt(n, MAXIMUM_PROVIDERS) in thread_setup_libctx()
|
H A D | evp_pkey_provided_test.c | 107 || !TEST_size_t_lt(readbytes, sizeof(buf))) in compare_with_file()
|
H A D | quic_multistream_test.c | 1201 if (!TEST_size_t_lt(repeat_stack_len, OSSL_NELEM(repeat_stack_idx))) in run_script_worker()
|
H A D | evp_test.c | 2237 if (!TEST_size_t_lt(params_n, params_max)) in encapsulate()
|
H A D | sslapitest.c | 3641 || !TEST_size_t_lt(rawread, sizeof(data)) in test_early_data_read_write()
|
/freebsd/crypto/openssl/test/radix/ |
H A D | quic_bindings.c | 670 if (!TEST_size_t_lt(idx, NUM_SLOTS) in expect_slot_ssl()
|