Searched refs:TEST_size_t_ge (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | sanitytest.c | 99 if (!TEST_size_t_ge(sizeof(long long int), 8) in test_sanity_range() 100 || !TEST_size_t_ge(sizeof(unsigned long long int), 8)) in test_sanity_range() 108 if (!TEST_size_t_ge(sizeof(ossl_intmax_t), 8) in test_sanity_range() 109 || !TEST_size_t_ge(sizeof(ossl_uintmax_t), 8) in test_sanity_range() 110 || !TEST_size_t_ge(sizeof(ossl_uintmax_t), sizeof(size_t))) in test_sanity_range()
|
H A D | test_test.c | 184 || !TEST(1, TEST_size_t_ge((size_t)52, (size_t)33)) in test_size_t() 185 || !TEST(1, TEST_size_t_ge((size_t)38, (size_t)38)) in test_size_t() 186 || !TEST(0, TEST_size_t_ge((size_t)33, (size_t)52))) in test_size_t()
|
H A D | params_test.c | 184 if (!TEST_size_t_ge(params->data_size, params->return_size)) in raw_get_params()
|
H A D | quic_stream_test.c | 545 if (!TEST_size_t_ge(readbytes, queued_min - read_off) in test_rstream_random()
|
H A D | bio_dgram_test.c | 569 if (idx == 2 && !TEST_size_t_ge(total, 1 * 1024 * 1024)) in test_bio_dgram_pair()
|
H A D | testutil.h | 493 # define TEST_size_t_ge(a, b) test_size_t_ge(__FILE__, __LINE__, #a, #b, a, b) macro
|
H A D | quic_txp_test.c | 1345 if (!TEST_size_t_ge(h.qrx_pkt->datagram_len, (size_t)op->arg0) in run_script()
|
H A D | quic_multistream_test.c | 4531 if (!TEST_size_t_ge(tc->reason_len, 50) in check_shutdown_reason()
|
/freebsd/crypto/openssl/test/radix/ |
H A D | terp.c | 345 if (!TEST_size_t_ge(srdr->end - srdr->cur, buf_len)) in SRDR_get_operand() 629 if (!TEST_size_t_ge(terp->stk_end - terp->stk_cur, buf_len)) in TERP_stk_pop()
|