Home
last modified time | relevance | path

Searched refs:TEST_int_lt (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dbio_memleak_test.c87 if (!TEST_int_lt(BIO_write(bio, "test", 4), 0)) in test_bio_new_mem_buf()
214 if (!TEST_int_lt(BIO_read(bio, data, 16), 1)) in test_bio_nonclear_rst()
H A Dbio_readbuffer_test.c38 || !TEST_int_lt(readbytes, sizeof(expected))) in test_readbuffer_file_bio()
H A Dtest_test.c39 || !TEST(1, TEST_int_lt(4, 9)) in test_int()
40 || !TEST(0, TEST_int_lt(9, 4)) in test_int()
H A Dsslcorrupttest.c234 if (!TEST_int_lt(SSL_read(server, junk, sizeof(junk)), 0)) in test_ssl_corrupt()
H A Drsa_test.c261 if (!TEST_int_lt(num, 0)) in test_rsa_simple()
H A Decdsatest.c45 || !TEST_int_lt(fbytes_counter, OSSL_NELEM(numbers)) in fbytes()
H A Dproperty_test.c570 res = TEST_int_gt(errors, tail) && TEST_int_lt(errors, max - tail); in test_query_cache_stochastic()
H A Dtestutil.h431 # define TEST_int_lt(a, b) test_int_lt(__FILE__, __LINE__, #a, #b, a, b) macro
H A Devp_extra_test.c3566 || !TEST_int_lt(len, 1024)) in test_ecpub()
/freebsd/crypto/openssl/test/testutil/
H A Dstanza.c138 if (!TEST_int_lt(s->numpairs++, TESTMAXPAIRS) in test_readstanza()