Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dstatem_srvr.c3668 #define ONE_WEEK_SEC (7 * 24 * 60 * 60) in create_ticket_prequel() macro
3671 if (s->session->timeout > ONE_WEEK_SEC) in create_ticket_prequel()
3672 timeout = ONE_WEEK_SEC; in create_ticket_prequel()
/openssl/test/
H A Dsslapitest.c9534 #define ONE_WEEK_SEC (7 * 24 * 60 * 60) in test_ticket_lifetime() macro
9535 #define TWO_WEEK_SEC (2 * ONE_WEEK_SEC) in test_ticket_lifetime()
9571 …if (!TEST_ulong_le(SSL_SESSION_get_ticket_lifetime_hint(SSL_get_session(clientssl)), ONE_WEEK_SEC)) in test_ticket_lifetime()

Completed in 44 milliseconds