Home
last modified time | relevance | path

Searched refs:MSG7 (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Dsslapitest.c3334 #define MSG7 "message." macro
3617 if (!TEST_true(SSL_write_ex(serverssl, MSG7, strlen(MSG7), &written)) in test_early_data_read_write()
3618 || !TEST_size_t_eq(written, strlen(MSG7)) in test_early_data_read_write()
3620 || !TEST_mem_eq(buf, readbytes, MSG7, strlen(MSG7))) in test_early_data_read_write()

Completed in 14 milliseconds