Lines Matching refs:window
78 uint_t window; /* credential lifetime window */ member
143 uint_t window; in __svcauth_des() local
183 cred->adc_fullname.window = (uint32_t)*ixdr++; in __svcauth_des()
278 cryptbuf[1].key.high = cred->adc_fullname.window; in __svcauth_des()
319 window = IXDR_GET_U_INT32(ixdr); in __svcauth_des()
321 if (winverf != window - 1) { in __svcauth_des()
347 window = _rpc_authdes_cache[sid].window; in __svcauth_des()
378 current.tv_sec -= window; /* allow for expiration */ in __svcauth_des()
450 cred->adc_fullname.window = window; in __svcauth_des()
463 entry->window = window; in __svcauth_des()
473 cred->adc_fullname.window = entry->window; in __svcauth_des()