Searched refs:ONE_WEEK_SEC (Results 1 – 2 of 2) sorted by relevance
3892 #define ONE_WEEK_SEC (7 * 24 * 60 * 60) in create_ticket_prequel() macro3896 ossl_seconds2time(ONE_WEEK_SEC)) > 0) in create_ticket_prequel()3897 timeout = ONE_WEEK_SEC; in create_ticket_prequel()
10695 #define ONE_WEEK_SEC (7 * 24 * 60 * 60) in test_ticket_lifetime() macro10696 #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