Home
last modified time | relevance | path

Searched refs:TEST_size_t_ge (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dsanitytest.c99 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 Dtest_test.c184 || !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 Dparams_test.c184 if (!TEST_size_t_ge(params->data_size, params->return_size)) in raw_get_params()
H A Dquic_stream_test.c545 if (!TEST_size_t_ge(readbytes, queued_min - read_off) in test_rstream_random()
H A Dbio_dgram_test.c569 if (idx == 2 && !TEST_size_t_ge(total, 1 * 1024 * 1024)) in test_bio_dgram_pair()
H A Dtestutil.h493 # define TEST_size_t_ge(a, b) test_size_t_ge(__FILE__, __LINE__, #a, #b, a, b) macro
H A Dquic_txp_test.c1345 if (!TEST_size_t_ge(h.qrx_pkt->datagram_len, (size_t)op->arg0) in run_script()
H A Dquic_multistream_test.c4531 if (!TEST_size_t_ge(tc->reason_len, 50) in check_shutdown_reason()
/freebsd/crypto/openssl/test/radix/
H A Dterp.c345 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()