Searched refs:MSG6 (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 3349 #define MSG6 "test" macro 3617 if (!TEST_true(SSL_write_early_data(serverssl, MSG6, strlen(MSG6), in test_early_data_read_write() 3619 || !TEST_size_t_eq(written, strlen(MSG6))) in test_early_data_read_write() 3634 if (!TEST_false(SSL_write_early_data(clientssl, MSG6, strlen(MSG6), in test_early_data_read_write() 3646 || !TEST_mem_eq(buf, readbytes, MSG6, strlen(MSG6))) in test_early_data_read_write() 3696 if (!TEST_false(SSL_write_early_data(clientssl, MSG6, strlen(MSG6), in test_early_data_read_write()
|