Home
last modified time | relevance | path

Searched refs:authdes_cache (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dsvc_auth_des.c86 static struct cache_entry *authdes_cache/* [AUTHDES_CACHESZ] */; variable
128 if (authdes_cache == NULL) { in _svcauth_des()
196 sessionkey = &authdes_cache[sid].key; in _svcauth_des()
253 window = authdes_cache[sid].window; in _svcauth_des()
263 &authdes_cache[sid].laststamp)) { in _svcauth_des()
316 entry = &authdes_cache[sid]; in _svcauth_des()
356 authdes_cache = (struct cache_entry *) in cache_init()
358 bzero((char *)authdes_cache, in cache_init()
413 for (cp = authdes_cache, i = 0; i < AUTHDES_CACHESZ; i++, cp++) { in cache_spot()
469 cred = (struct bsdcred *)authdes_cache[sid].localcred; in authdes_getucred()
[all …]