Lines Matching defs:window
40 * (2) The timestamp plus the window is less than the current time.
44 * It is up to the server to determine if the window size is
92 uint32_t window; /* credential lifetime window */
146 uint32_t window, winverf, namelen;
186 cred->adc_fullname.window = (uint32_t)*ixdr++;
234 cryptbuf[1].key.high = cred->adc_fullname.window;
265 window = IXDR_GET_U_INT32(ixdr);
267 if (winverf != window - 1) {
268 RPCLOG(1, "_svcauth_des: window verifier mismatch %d\n",
273 window = nick_entry->window;
290 current_time.tv_sec -= window; /* allow for expiration */
327 sessionkey, window))) {
362 cred->adc_fullname.window = window;
367 cred->adc_fullname.window = nick_entry->window;
497 authdes_cache_new(char *fullname, des_block *sessionkey, uint32_t window) {
523 new->window = window;