Lines Matching refs:MSG1

3344 #define MSG1    "Hello"  macro
3529 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write()
3531 || !TEST_size_t_eq(written, strlen(MSG1))) in test_early_data_read_write()
3541 if (!TEST_mem_eq(MSG1, readbytes, buf, strlen(MSG1)) in test_early_data_read_write()
3682 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write()
3684 || !TEST_size_t_eq(written, strlen(MSG1)) in test_early_data_read_write()
3688 || !TEST_mem_eq(buf, readbytes, MSG1, strlen(MSG1))) in test_early_data_read_write()
3814 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_replay_int()
3816 || !TEST_size_t_eq(written, strlen(MSG1))) in test_early_data_replay_int()
3838 if (!TEST_mem_eq(MSG1, strlen(MSG1), buf, readbytes) in test_early_data_replay_int()
3965 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in early_data_skip_helper()
3967 || !TEST_size_t_eq(written, strlen(MSG1))) in early_data_skip_helper()
4141 if (!TEST_false(SSL_write_ex(clientssl, MSG1, strlen(MSG1), &written))) in test_early_data_not_sent()
4156 if (!TEST_true(SSL_write_ex(clientssl, MSG1, strlen(MSG1), &written)) in test_early_data_not_sent()
4157 || !TEST_size_t_eq(written, strlen(MSG1)) in test_early_data_not_sent()
4159 || !TEST_mem_eq(buf, readbytes, MSG1, strlen(MSG1)) in test_early_data_not_sent()
4349 if (!TEST_false(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_psk()
4357 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_psk()
4368 && !TEST_mem_eq(buf, readbytes, MSG1, strlen(MSG1))) in test_early_data_psk()
4458 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_psk_with_all_ciphers()
4469 if (!TEST_mem_eq(buf, readbytes, MSG1, strlen(MSG1)) in test_early_data_psk_with_all_ciphers()
4521 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_not_expected()
4583 if (!TEST_false(SSL_write_ex(clientssl, MSG1, strlen(MSG1), &written))) in test_early_data_tls1_2()
4600 if (!TEST_false(SSL_write_ex(clientssl, MSG1, strlen(MSG1), &written)) in test_early_data_tls1_2()
4610 if (!TEST_true(SSL_write_ex(clientssl, MSG1, strlen(MSG1), &written)) in test_early_data_tls1_2()
4611 || !TEST_size_t_eq(written, strlen(MSG1)) in test_early_data_tls1_2()
4615 || !TEST_mem_eq(buf, readbytes, MSG1, strlen(MSG1)) in test_early_data_tls1_2()
7536 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_info_callback()
7538 || !TEST_size_t_eq(written, strlen(MSG1))) in test_info_callback()
7548 if (!TEST_mem_eq(MSG1, readbytes, buf, strlen(MSG1)) in test_info_callback()