Lines Matching refs:verf
110 struct authdes_verf verf; in _svcauth_des() local
174 verf.adv_xtimestamp.key.high = *ixdr++; in _svcauth_des()
175 verf.adv_xtimestamp.key.low = *ixdr++; in _svcauth_des()
176 verf.adv_int_u = *ixdr++; in _svcauth_des()
222 cryptbuf[0] = verf.adv_xtimestamp; in _svcauth_des()
226 cryptbuf[1].key.low = verf.adv_winverf; in _svcauth_des()
315 verf.adv_nickname = sid; in _svcauth_des()
334 verf.adv_xtimestamp = cryptbuf[0]; in _svcauth_des()
340 *ixdr++ = verf.adv_xtimestamp.key.high; in _svcauth_des()
341 *ixdr++ = verf.adv_xtimestamp.key.low; in _svcauth_des()
342 *ixdr++ = verf.adv_int_u; in _svcauth_des()