Searched refs:window (Results 1 – 4 of 4) sorted by relevance
/sunrpc/ |
A D | svcauth_des.c | 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() [all …]
|
A D | authdes_prot.c | 56 ATTEMPT (xdr_opaque (xdrs, (caddr_t) & cred->adc_fullname.window, in xdr_authdes_cred() 57 sizeof (cred->adc_fullname.window))); in xdr_authdes_cred()
|
A D | auth_des.c | 102 authdes_create (const char *servername, u_int window, in authdes_create() argument 117 return authdes_pk_create (servername, &pkey, window, syncaddr, ckey); in authdes_create() 126 authdes_pk_create (const char *servername, netobj *pkey, u_int window, in libc_hidden_def() 175 ad->ad_window = window; in libc_hidden_def() 293 ad->ad_cred.adc_fullname.window = cryptbuf[1].key.high; in authdes_marshal()
|
/sunrpc/rpc/ |
A D | auth_des.h | 39 uint32_t window; /* associated window */ member
|
Completed in 9 milliseconds