Searched refs:MSG7 (Results 1 – 1 of 1) sorted by relevance
3379 #define MSG7 "message." macro3693 if (!TEST_true(SSL_write_ex(serverssl, MSG7, strlen(MSG7), &written)) in test_early_data_read_write()3694 || !TEST_size_t_eq(written, strlen(MSG7)) in test_early_data_read_write()3696 || !TEST_mem_eq(buf, readbytes, MSG7, strlen(MSG7))) in test_early_data_read_write()
Completed in 29 milliseconds