Home
last modified time | relevance | path

Searched refs:token_ts (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/kdc/
H A Dkdc_preauth.c517 krb5_timestamp token_ts, now; in check_freshness_token() local
535 token_ts = load_32_be(token->data); in check_freshness_token()
541 if (ts_after(now, ts_incr(token_ts, FRESHNESS_LIFETIME))) in check_freshness_token()
553 store_32_be(token_ts, ckbuf); in check_freshness_token()