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.c3892 #define ONE_WEEK_SEC (7 * 24 * 60 * 60) in create_ticket_prequel() macro
3896 ossl_seconds2time(ONE_WEEK_SEC)) > 0) in create_ticket_prequel()
3897 timeout = ONE_WEEK_SEC; in create_ticket_prequel()
/openssl/test/
H A Dsslapitest.c10695 #define ONE_WEEK_SEC (7 * 24 * 60 * 60) in test_ticket_lifetime() macro
10696 #define TWO_WEEK_SEC (2 * ONE_WEEK_SEC) in test_ticket_lifetime()
10732 …if (!TEST_ulong_le(SSL_SESSION_get_ticket_lifetime_hint(SSL_get_session(clientssl)), ONE_WEEK_SEC)) in test_ticket_lifetime()

Completed in 36 milliseconds