Home
last modified time | relevance | path

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

/openssl/test/
H A Dmembio_test.c20 const char msg3[] = "ABCDEF"; in test_dgram() local
44 if (!TEST_int_eq(BIO_write(bio, msg3, sizeof(msg3)), sizeof(msg3))) in test_dgram()
54 || !TEST_int_eq(BIO_read(bio, buf, sizeof(buf)), sizeof(msg3)) in test_dgram()
55 || !TEST_mem_eq(buf, sizeof(msg3), msg3, sizeof(msg3)) in test_dgram()
68 if (!TEST_int_eq(BIO_write(bio, msg3, sizeof(msg3)), sizeof(msg3))) in test_dgram()
72 || !TEST_int_eq(BIO_read(bio, buf, sizeof(buf)), sizeof(msg3)) in test_dgram()
73 || !TEST_mem_eq(buf, sizeof(msg3), msg3, sizeof(msg3))) in test_dgram()
H A Dcurve448_internal_test.c182 static const uint8_t msg3[1] = { variable
610 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg3, sizeof(msg3), in test_ed448()
H A Dquic_tserver_test.c21 static char msg2[1024], msg3[1024]; variable
263 ret = SSL_read_ex(c_ssl, msg3 + c_total_read, in do_test()
272 msg3, c_total_read)) in do_test()

Completed in 13 milliseconds