Home
last modified time | relevance | path

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

/openssl/test/
H A Dclienthellotest.c68 char *dummytick = "Hello World!"; in test_client_hello() local
184 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 6 milliseconds