Lines Matching defs:window
39 * (2) The timestamp plus the window is less than the current time.
43 * It is up to the server to determine if the window size is
76 uint_t window; /* credential lifetime window */
131 uint_t window;
174 cred->adc_fullname.window = (uint32_t)*ixdr++;
269 cryptbuf[1].key.high = cred->adc_fullname.window;
310 window = IXDR_GET_U_INT32(ixdr);
312 if (winverf != window - 1) {
319 "_svcauth_des: corrupted window from",
338 window = _rpc_authdes_cache[sid].window;
369 current.tv_sec -= window; /* allow for expiration */
441 cred->adc_fullname.window = window;
454 entry->window = window;
464 cred->adc_fullname.window = entry->window;