Searched refs:entry (Results 1 – 1 of 1) sorted by relevance
112 register struct cache_entry *entry; in _svcauth_des() local353 entry = &authdes_cache[sid]; in _svcauth_des()354 entry->laststamp = timestamp; in _svcauth_des()362 if (entry->rname != NULL) in _svcauth_des()363 mem_free (entry->rname, strlen (entry->rname) + 1); in _svcauth_des()366 if (entry->rname != NULL) in _svcauth_des()373 entry->key = *sessionkey; in _svcauth_des()374 entry->window = window; in _svcauth_des()383 cred->adc_fullname.name = entry->rname; in _svcauth_des()384 cred->adc_fullname.key = entry->key; in _svcauth_des()[all …]
Completed in 5 milliseconds