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

/freebsd-13-stable/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.c280 des_block cryptbuf[2]; local
302 ixdr = (rpc_inline_t *)cryptbuf;
309 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf,
313 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf,
321 ad->ad_verf.adv_xtimestamp = cryptbuf[0];
323 ad->ad_cred.adc_fullname.window = cryptbuf[1].key.high;
324 ad->ad_verf.adv_winverf = cryptbuf[1].key.low;

Completed in 109 milliseconds