Searched refs:MSG5 (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | sslapitest.c | 2268 #define MSG5 "a" macro 2463 if (!TEST_true(SSL_write_ex(clientssl, MSG5, strlen(MSG5), &written)) in test_early_data_read_write() 2464 || !TEST_size_t_eq(written, strlen(MSG5)) in test_early_data_read_write() 2511 || !TEST_size_t_eq(readbytes, strlen(MSG5))) in test_early_data_read_write() 2588 if (!TEST_true(SSL_write_ex(clientssl, MSG5, strlen(MSG5), &written)) in test_early_data_read_write() 2589 || !TEST_size_t_eq(written, strlen(MSG5)) in test_early_data_read_write() 2591 || !TEST_size_t_eq(readbytes, strlen(MSG5))) in test_early_data_read_write()
|