Searched refs:MSG6 (Results 1 - 1 of 1) sorted by relevance
/third_party/openssl/test/ |
H A D | sslapitest.c | 3333 #define MSG6 "test" macro 3574 if (!TEST_true(SSL_write_early_data(serverssl, MSG6, strlen(MSG6), in test_early_data_read_write() 3576 || !TEST_size_t_eq(written, strlen(MSG6))) in test_early_data_read_write() 3591 if (!TEST_false(SSL_write_early_data(clientssl, MSG6, strlen(MSG6), in test_early_data_read_write() 3603 || !TEST_mem_eq(buf, readbytes, MSG6, strlen(MSG6))) in test_early_data_read_write() 3653 if (!TEST_false(SSL_write_early_data(clientssl, MSG6, strlen(MSG6), in test_early_data_read_write() [all...] |
Completed in 7 milliseconds