Searched refs:TEST_int_lt (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | bio_memleak_test.c | 87 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 D | bio_readbuffer_test.c | 38 || !TEST_int_lt(readbytes, sizeof(expected))) in test_readbuffer_file_bio()
|
H A D | test_test.c | 39 || !TEST(1, TEST_int_lt(4, 9)) in test_int() 40 || !TEST(0, TEST_int_lt(9, 4)) in test_int()
|
H A D | sslcorrupttest.c | 234 if (!TEST_int_lt(SSL_read(server, junk, sizeof(junk)), 0)) in test_ssl_corrupt()
|
H A D | rsa_test.c | 261 if (!TEST_int_lt(num, 0)) in test_rsa_simple()
|
H A D | ecdsatest.c | 45 || !TEST_int_lt(fbytes_counter, OSSL_NELEM(numbers)) in fbytes()
|
H A D | property_test.c | 570 res = TEST_int_gt(errors, tail) && TEST_int_lt(errors, max - tail); in test_query_cache_stochastic()
|
H A D | testutil.h | 431 # define TEST_int_lt(a, b) test_int_lt(__FILE__, __LINE__, #a, #b, a, b) macro
|
H A D | evp_extra_test.c | 3611 || !TEST_int_lt(len, 1024)) in test_ecpub()
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | stanza.c | 138 if (!TEST_int_lt(s->numpairs++, TESTMAXPAIRS) in test_readstanza()
|