Home
last modified time | relevance | path

Searched refs:bytesread (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Dquic_newcid_test.c59 size_t bytesread; in test_ncid_frame() local
82 &bytesread))) in test_ncid_frame()
90 if (!TEST_mem_eq(msg, msglen, buf, bytesread)) in test_ncid_frame()
121 if (!TEST_mem_eq(msg, msglen, buf, bytesread)) in test_ncid_frame()
129 &bytesread))) in test_ncid_frame()
133 if (!TEST_size_t_eq(bytesread, 0)) in test_ncid_frame()
136 if (!TEST_mem_eq(msg, msglen, buf, bytesread)) in test_ncid_frame()
H A Dquicfaultstest.c32 size_t bytesread; in test_basic() local
48 if (!TEST_true(ossl_quic_tserver_read(qtserv, 0, buf, sizeof(buf), &bytesread))) in test_basic()
56 if (!TEST_mem_eq(msg, msglen, buf, bytesread)) in test_basic()
270 size_t bytesread, byteswritten; in test_corrupted_data() local
350 if (!TEST_true(SSL_read_ex(cssl, buf, sizeof(buf), &bytesread))) in test_corrupted_data()
353 if (!TEST_mem_eq(msg, msglen, buf, bytesread)) in test_corrupted_data()

Completed in 5 milliseconds