Home
last modified time | relevance | path

Searched refs:ONE_WEEK_SEC (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_srvr.c3653 #define ONE_WEEK_SEC (7 * 24 * 60 * 60) in create_ticket_prequel() macro
3656 if (s->session->timeout > ONE_WEEK_SEC) in create_ticket_prequel()
3657 timeout = ONE_WEEK_SEC; in create_ticket_prequel()
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c3632 #define ONE_WEEK_SEC (7 * 24 * 60 * 60) in create_ticket_prequel() macro
3635 if (s->session->timeout > ONE_WEEK_SEC) in create_ticket_prequel()
3636 timeout = ONE_WEEK_SEC; in create_ticket_prequel()
/third_party/openssl/test/
H A Dsslapitest.c9862 #define ONE_WEEK_SEC (7 * 24 * 60 * 60) in test_ticket_lifetime() macro
9863 #define TWO_WEEK_SEC (2 * ONE_WEEK_SEC) in test_ticket_lifetime()
9899 if (!TEST_ulong_le(SSL_SESSION_get_ticket_lifetime_hint(SSL_get_session(clientssl)), ONE_WEEK_SEC)) in test_ticket_lifetime()

Completed in 21 milliseconds