Home
last modified time | relevance | path

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

/test/
A Dmembio_test.c19 const char msg2[] = "abcdefghijklmno"; in test_dgram() local
42 if (!TEST_int_eq(BIO_write(bio, msg2, sizeof(msg2)), sizeof(msg2))) in test_dgram()
52 || !TEST_int_eq(BIO_read(bio, buf, sizeof(buf)), sizeof(msg2)) in test_dgram()
53 || !TEST_mem_eq(buf, sizeof(msg2), msg2, sizeof(msg2)) in test_dgram()
63 if (!TEST_int_eq(BIO_write(bio, msg2, sizeof(msg2)), sizeof(msg2))) in test_dgram()
70 if (!TEST_int_eq(BIO_read(bio, buf, sizeof(buf)), sizeof(msg2)) in test_dgram()
71 || !TEST_mem_eq(buf, sizeof(msg2), msg2, sizeof(msg2)) in test_dgram()
82 if (!TEST_int_eq(BIO_write(bio, msg2, sizeof(msg2)), sizeof(msg2))) in test_dgram()
87 if (!TEST_int_eq(BIO_read(bio, buf, sizeof(buf)), sizeof(msg2)) in test_dgram()
88 || !TEST_mem_eq(buf, sizeof(msg2), msg2, sizeof(msg2))) in test_dgram()
A Dquic_client_test.c19 static char msg2[16000]; variable
130 if (c_write_done && !c_shutdown && c_total_read < sizeof(msg2) - 1) { in test_quic_client_ex()
131 ret = SSL_read_ex(c_ssl, msg2 + c_total_read, in test_quic_client_ex()
132 sizeof(msg2) - 1 - c_total_read, &l); in test_quic_client_ex()
136 TEST_info("Message:\n%s\n", msg2); in test_quic_client_ex()
143 if (!TEST_size_t_lt(c_total_read, sizeof(msg2) - 1)) in test_quic_client_ex()
A Dml_dsa_test.c449 static uint8_t msg2[2048] = {0}; variable
467 { msg2, sizeof(msg2), NULL, 0, 0, 1 },
468 { msg2, sizeof(msg2), NULL, 0, 1, 1 },
469 { msg2, sizeof(msg2), ctx1, sizeof(ctx1), 0, 1 },
470 { msg2, sizeof(msg2), ctx1, sizeof(ctx1), 1, 1 },
471 { msg2, sizeof(msg2), ctx2, sizeof(ctx2), 0, 0 },
472 { msg2, sizeof(msg2), ctx2, sizeof(ctx2), 1, 0 },
A Dquic_tserver_test.c21 static char msg2[1024], msg3[1024]; variable
244 (unsigned char *)msg2 + s_total_read, in do_test()
245 sizeof(msg2) - s_total_read, &l)) { in do_test()
249 if (!TEST_mem_eq(msg1, sizeof(msg1) - 1, msg2, s_total_read)) in do_test()
263 (unsigned char *)msg2 + s_total_written, in do_test()
A Dcurve448_internal_test.c149 static const uint8_t msg2[1] = { variable
607 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg2, sizeof(msg2), in test_ed448()

Completed in 44 milliseconds