Lines Matching refs:window
71 u_int window; /* credential lifetime window */ member
116 u_int window; in _svcauth_des() local
157 cred->adc_fullname.window = *ixdr++; in _svcauth_des()
225 cryptbuf[1].key.high = cred->adc_fullname.window; in _svcauth_des()
264 window = IXDR_GET_U_INT32 (ixdr); in _svcauth_des()
266 if (winverf != window - 1) in _svcauth_des()
283 window = authdes_cache[sid].window; in _svcauth_des()
303 current.tv_sec -= window; /* allow for expiration */ in _svcauth_des()
360 cred->adc_fullname.window = window; in _svcauth_des()
374 entry->window = window; in _svcauth_des()
385 cred->adc_fullname.window = entry->window; in _svcauth_des()