Lines Matching refs:key
69 des_block key; /* conversation key */ member
155 cred->adc_fullname.key.key.high = *ixdr++; in _svcauth_des()
156 cred->adc_fullname.key.key.low = *ixdr++; in _svcauth_des()
174 verf.adv_xtimestamp.key.high = *ixdr++; in _svcauth_des()
175 verf.adv_xtimestamp.key.low = *ixdr++; in _svcauth_des()
186 sessionkey = &cred->adc_fullname.key; in _svcauth_des()
215 sessionkey = &authdes_cache[sid].key; in _svcauth_des()
225 cryptbuf[1].key.high = cred->adc_fullname.window; in _svcauth_des()
226 cryptbuf[1].key.low = verf.adv_winverf; in _svcauth_des()
227 ivec.key.high = ivec.key.low = 0; in _svcauth_des()
340 *ixdr++ = verf.adv_xtimestamp.key.high; in _svcauth_des()
341 *ixdr++ = verf.adv_xtimestamp.key.low; in _svcauth_des()
373 entry->key = *sessionkey; in _svcauth_des()
384 cred->adc_fullname.key = entry->key; in _svcauth_des()
448 cache_spot (register des_block *key, char *name, in cache_spot() argument
455 hi = key->key.high; in cache_spot()
458 if (cp->key.key.high == hi && in cache_spot()
459 cp->key.key.low == key->key.low && in cache_spot()