Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_dgram_test.c116 char tx_buf[128]; in test_bio_dgram_impl() local
385 tx_buf[i] = (char)i; in test_bio_dgram_impl()
386 tx_msg[i].data = tx_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()

Completed in 5 milliseconds