Searched refs:simple_data (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | quic_stream_test.c | 373 static const unsigned char simple_data[] = "Hello world! And thank you for all the fish!"; variable 379 unsigned char buf[sizeof(simple_data)]; in test_rstream_simple() 393 simple_data + 5, 10, 0)) in test_rstream_simple() 395 sizeof(simple_data) - 1, in test_rstream_simple() 396 simple_data + sizeof(simple_data) - 1, in test_rstream_simple() 403 sizeof(simple_data) - 10, in test_rstream_simple() 404 simple_data + sizeof(simple_data) - 10, in test_rstream_simple() 407 simple_data, 1, 0)) in test_rstream_simple() 412 || !TEST_mem_eq(buf, 1, simple_data, 1) in test_rstream_simple() 416 sizeof(simple_data)))) in test_rstream_simple() [all …]
|