Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c3187 #define MSG6 "test" macro
3416 if (!TEST_true(SSL_write_early_data(serverssl, MSG6, strlen(MSG6), in test_early_data_read_write()
3418 || !TEST_size_t_eq(written, strlen(MSG6))) in test_early_data_read_write()
3433 if (!TEST_false(SSL_write_early_data(clientssl, MSG6, strlen(MSG6), in test_early_data_read_write()
3445 || !TEST_mem_eq(buf, readbytes, MSG6, strlen(MSG6))) in test_early_data_read_write()
3495 if (!TEST_false(SSL_write_early_data(clientssl, MSG6, strlen(MSG6), in test_early_data_read_write()

Completed in 37 milliseconds