Lines Matching refs:rx_buf
114 char rx_buf[128], rx_buf2[128]; in test_bio_dgram_impl() local
214 if (!TEST_int_eq(BIO_read(b2, rx_buf, sizeof(rx_buf)), 5)) in test_bio_dgram_impl()
217 if (!TEST_mem_eq(rx_buf, 5, "hello", 5)) in test_bio_dgram_impl()
282 rx_msg[0].data = rx_buf; in test_bio_dgram_impl()
283 rx_msg[0].data_len = sizeof(rx_buf); in test_bio_dgram_impl()
287 memset(rx_buf, 0, sizeof(rx_buf)); in test_bio_dgram_impl()
305 if (!TEST_int_eq((int)rx_msg[0].data_len, sizeof(rx_buf))) in test_bio_dgram_impl()
364 rx_msg[0].data_len = sizeof(rx_buf); in test_bio_dgram_impl()
401 rx_buf[i] = '\0'; in test_bio_dgram_impl()
402 rx_msg[i].data = rx_buf + i; in test_bio_dgram_impl()
412 if (!TEST_mem_eq(tx_buf, OSSL_NELEM(tx_msg), rx_buf, OSSL_NELEM(tx_msg))) in test_bio_dgram_impl()