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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_des.c252 des_block cryptbuf[2]; local
274 ixdr = (rpc_inline_t *)cryptbuf;
281 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf,
285 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf,
293 ad->ad_verf.adv_xtimestamp = cryptbuf[0];
295 ad->ad_cred.adc_fullname.window = cryptbuf[1].key.high;
296 ad->ad_verf.adv_winverf = cryptbuf[1].key.low;
H A Dsvcauth_des.c122 des_block cryptbuf[2]; local
267 cryptbuf[0] = verf.adv_xtimestamp;
269 cryptbuf[1].key.high = cred->adc_fullname.window;
270 cryptbuf[1].key.low = verf.adv_winverf;
272 status = cbc_crypt((char *)sessionkey, (char *)cryptbuf,
276 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf,
294 ixdr = (int32_t *)cryptbuf;
393 ixdr = (int32_t *)cryptbuf;
400 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf,
409 verf.adv_xtimestamp = cryptbuf[
[all...]
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c231 des_block cryptbuf[2]; local
253 ixdr = (int32_t *)cryptbuf;
260 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf,
263 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf,
270 ad->ad_verf.adv_xtimestamp = cryptbuf[0];
272 ad->ad_cred.adc_fullname.window = cryptbuf[1].key.high;
273 ad->ad_verf.adv_winverf = cryptbuf[1].key.low;
H A Dsvcauthdes.c138 des_block cryptbuf[2]; local
229 cryptbuf[0] = verf.adv_xtimestamp;
231 cryptbuf[1].key.high = cred->adc_fullname.window;
232 cryptbuf[1].key.low = verf.adv_winverf;
234 status = cbc_crypt((char *)sessionkey, (char *)cryptbuf,
237 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf,
251 ixdr = (int32_t *)cryptbuf;
300 ixdr = (int32_t *)cryptbuf;
307 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf,
316 verf.adv_xtimestamp = cryptbuf[
[all...]

Completed in 61 milliseconds