Searched refs:MSG3 (Results 1 – 1 of 1) sorted by relevance
3375 #define MSG3 "This" macro3591 if (!TEST_true(SSL_write_early_data(clientssl, MSG3, strlen(MSG3), in test_early_data_read_write()3593 || !TEST_size_t_eq(written, strlen(MSG3))) in test_early_data_read_write()3600 || !TEST_mem_eq(buf, readbytes, MSG3, strlen(MSG3))) in test_early_data_read_write()
Completed in 26 milliseconds