Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c3585 if (!TEST_true(SSL_write_early_data(serverssl, MSG2, strlen(MSG2), in test_early_data_read_write()
3589 || !TEST_mem_eq(buf, readbytes, MSG2, strlen(MSG2))) in test_early_data_read_write()
4054 if (!TEST_false(SSL_write_ex(clientssl, MSG2, strlen(MSG2), in early_data_skip_helper()
4092 if (!TEST_true(SSL_write_ex(clientssl, MSG2, strlen(MSG2), &written)) in early_data_skip_helper()
4097 || !TEST_mem_eq(buf, readbytes, MSG2, strlen(MSG2))) in early_data_skip_helper()
4205 || !SSL_write_ex(serverssl, MSG2, strlen(MSG2), &written) in test_early_data_not_sent()
4210 || !TEST_mem_eq(buf, readbytes, MSG2, strlen(MSG2))) in test_early_data_not_sent()
4550 if (!TEST_true(SSL_write_ex(clientssl, MSG2, strlen(MSG2), &written)) in test_early_data_psk_with_all_ciphers()
4555 || !TEST_mem_eq(buf, readbytes, MSG2, strlen(MSG2))) in test_early_data_psk_with_all_ciphers()
4617 || !TEST_mem_eq(buf, readbytes, MSG2, strlen(MSG2))) in test_early_data_not_expected()
[all …]

Completed in 44 milliseconds