Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c111 static struct authdes_cache_entry *authdes_cache_get(uint32_t);
218 if (!(nick_entry = authdes_cache_get(cred->adc_nickname))) { in _svcauth_des()
439 if (!(nickentry = authdes_cache_get(adc->adc_nickname))) { in kauthdes_getucred()
555 authdes_cache_get(uint32_t nickname) { in authdes_cache_get() function