Searched refs:cryptbuf (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libc/rpc/
H A Dsvc_auth_des.c118 des_block cryptbuf[2]; local
209 cryptbuf[0] = verf.adv_xtimestamp;
211 cryptbuf[1].key.high = cred->adc_fullname.window;
212 cryptbuf[1].key.low = verf.adv_winverf;
214 status = cbc_crypt((char *)sessionkey, (char *)cryptbuf,
218 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf,
229 ixdr = (long *)cryptbuf;
290 ixdr = (long *)cryptbuf;
297 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf,
303 verf.adv_xtimestamp = cryptbuf[
[all...]
H A Dauth_des.c278 des_block cryptbuf[2]; local
300 ixdr = (rpc_inline_t *)cryptbuf;
307 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf,
311 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf,
319 ad->ad_verf.adv_xtimestamp = cryptbuf[0];
321 ad->ad_cred.adc_fullname.window = cryptbuf[1].key.high;
322 ad->ad_verf.adv_winverf = cryptbuf[1].key.low;

Completed in 46 milliseconds