Home
last modified time | relevance | path

Searched refs:TEST_long_ge (Results 1 – 5 of 5) sorted by relevance

/openssl-master/test/
A Dtest_test.c138 | !TEST(1, TEST_long_ge(84325677l, 12345l)) in test_long()
139 | !TEST(1, TEST_long_ge(465869l, 465869l)) in test_long()
140 | !TEST(0, TEST_long_ge(12345l, 84325677l))) in test_long()
A Dclienthellotest.c194 if (!TEST_long_ge(len = BIO_get_mem_data(wbio, (char **)&data), 0) in test_client_hello()
A Dservername_test.c55 if (!TEST_long_ge(len = BIO_get_mem_data(bio, (char **)&data), 0) in get_sni_from_client_hello()
A Dendecoder_legacy_test.c292 return TEST_long_ge(len_legacy, 0) in test_membio_str_eq()
293 && TEST_long_ge(len_provided, 0) in test_membio_str_eq()
A Dtestutil.h424 # define TEST_long_ge(a, b) test_long_ge(__FILE__, __LINE__, #a, #b, a, b) macro

Completed in 9 milliseconds