Searched refs:agems (Results 1 – 2 of 2) sorted by relevance
1090 uint32_t ticket_age = 0, now, agesec, agems; in tls_parse_ctos_psk() local1132 agems = agesec * (uint32_t)1000; in tls_parse_ctos_psk()1145 && agems / (uint32_t)1000 == agesec in tls_parse_ctos_psk()1146 && ticket_age <= agems + 1000 in tls_parse_ctos_psk()1147 && ticket_age + TICKET_AGE_ALLOWANCE >= agems + 1000) { in tls_parse_ctos_psk()
977 uint32_t now, agesec, agems = 0; in tls_construct_ctos_psk() local1055 agems = agesec * (uint32_t)1000; in tls_construct_ctos_psk()1057 if (agesec != 0 && agems / (uint32_t)1000 != agesec) { in tls_construct_ctos_psk()1069 agems += s->session->ext.tick_age_add; in tls_construct_ctos_psk()1114 || !WPACKET_put_bytes_u32(pkt, agems)) { in tls_construct_ctos_psk()
Completed in 10 milliseconds