Searched refs:authdes_cache (Results 1 – 1 of 1) sorted by relevance
75 #define authdes_cache RPC_THREAD_VARIABLE(authdes_cache_s) macro126 if (authdes_cache == NULL) in _svcauth_des()128 if (authdes_cache == NULL) /* No free memory */ in _svcauth_des()213 if (authdes_cache[sid].rname == NULL) in _svcauth_des()215 sessionkey = &authdes_cache[sid].key; in _svcauth_des()283 window = authdes_cache[sid].window; in _svcauth_des()353 entry = &authdes_cache[sid]; in _svcauth_des()399 authdes_cache = (struct cache_entry *) in cache_init()401 if (authdes_cache == NULL) in cache_init()536 authdes_cache[sid].localcred = NULL; in authdes_getucred()[all …]
Completed in 5 milliseconds