Searched refs:agesec (Results 1 – 1 of 1) sorted by relevance
1068 uint32_t agesec, agems = 0; in tls_construct_ctos_psk() local1128 agesec = (uint32_t)ossl_time2seconds(t); in tls_construct_ctos_psk()1137 if (agesec > 0) in tls_construct_ctos_psk()1138 agesec--; in tls_construct_ctos_psk()1140 if (s->session->ext.tick_lifetime_hint < agesec) { in tls_construct_ctos_psk()1149 agems = agesec * (uint32_t)1000; in tls_construct_ctos_psk()1151 if (agesec != 0 && agems / (uint32_t)1000 != agesec) { in tls_construct_ctos_psk()