Home
last modified time | relevance | path

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

/openssl/test/
H A Dpackettest.c13 #define BUF_LEN 255 macro
15 static unsigned char smbuf[BUF_LEN + 1];
204 unsigned char tmp[BUF_LEN]; in test_PACKET_copy_all()
210 || !TEST_size_t_eq(len, BUF_LEN) in test_PACKET_copy_all()
211 || !TEST_mem_eq(smbuf, BUF_LEN, tmp, BUF_LEN) in test_PACKET_copy_all()
305 unsigned char buf1[BUF_LEN] = { 0 }; in test_PACKET_buf_init()
350 unsigned char buf1[BUF_LEN]; in test_PACKET_get_length_prefixed_1()
357 for (i = 1; i < BUF_LEN; i++) in test_PACKET_get_length_prefixed_1()
423 unsigned char buf1[BUF_LEN]; in test_PACKET_as_length_prefixed_1()
430 for (i = 1; i < BUF_LEN; i++) in test_PACKET_as_length_prefixed_1()
[all …]

Completed in 5 milliseconds