Searched refs:ticket_age (Results 1 – 1 of 1) sorted by relevance
1097 uint32_t ticket_age = 0, agesec, agems; in tls_parse_ctos_psk() local1136 ticket_age = (uint32_t)ticket_agel; in tls_parse_ctos_psk()1139 ticket_age -= sess->ext.tick_age_add; in tls_parse_ctos_psk()1152 && ticket_age <= agems + 1000 in tls_parse_ctos_psk()1153 && ticket_age + TICKET_AGE_ALLOWANCE >= agems + 1000) { in tls_parse_ctos_psk()