Lines Matching refs:window
82 u_int window; /* credential lifetime window */ member
120 u_int window; in _svcauth_des() local
153 cred->adc_fullname.window = (u_long)*ixdr++; in _svcauth_des()
205 cryptbuf[1].key.high = cred->adc_fullname.window; in _svcauth_des()
239 window = IXDR_GET_U_LONG(ixdr); in _svcauth_des()
241 if (winverf != window - 1) { in _svcauth_des()
253 window = authdes_cache[sid].window; in _svcauth_des()
268 current.tv_sec -= window; /* allow for expiration */ in _svcauth_des()
320 cred->adc_fullname.window = window; in _svcauth_des()
333 entry->window = window; in _svcauth_des()
342 cred->adc_fullname.window = entry->window; in _svcauth_des()