Searched refs:MSG5 (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | sslapitest.c | 3377 #define MSG5 "a" macro 3615 if (!TEST_true(SSL_write_ex(clientssl, MSG5, strlen(MSG5), &written)) in test_early_data_read_write() 3616 || !TEST_size_t_eq(written, strlen(MSG5)) in test_early_data_read_write() 3663 || !TEST_size_t_eq(readbytes, strlen(MSG5))) in test_early_data_read_write() 3740 if (!TEST_true(SSL_write_ex(clientssl, MSG5, strlen(MSG5), &written)) in test_early_data_read_write() 3741 || !TEST_size_t_eq(written, strlen(MSG5)) in test_early_data_read_write() 3743 || !TEST_size_t_eq(readbytes, strlen(MSG5))) in test_early_data_read_write()
|
Completed in 37 milliseconds