Searched refs:dummytick (Results 1 – 1 of 1) sorted by relevance
68 char *dummytick = "Hello World!"; in test_client_hello() local184 if (!TEST_true(SSL_set_session_ticket_ext(con, dummytick, in test_client_hello()185 strlen(dummytick)))) in test_client_hello()226 if (TEST_true(PACKET_equal(&pkt3, dummytick, in test_client_hello()227 strlen(dummytick)))) { in test_client_hello()
Completed in 3 milliseconds