Searched refs:cryptbuf (Results 1 – 2 of 2) sorted by relevance
/sunrpc/ |
A D | svcauth_des.c | 108 des_block cryptbuf[2]; in _svcauth_des() local 222 cryptbuf[0] = verf.adv_xtimestamp; 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() 228 status = cbc_crypt ((char *) sessionkey, (char *) cryptbuf, in _svcauth_des() 233 status = ecb_crypt ((char *) sessionkey, (char *) cryptbuf, in _svcauth_des() 245 ixdr = (uint32_t *) cryptbuf; in _svcauth_des() 320 ixdr = (uint32_t *) cryptbuf; in _svcauth_des() 327 status = ecb_crypt ((char *) sessionkey, (char *) cryptbuf, in _svcauth_des() 334 verf.adv_xtimestamp = cryptbuf[0]; in _svcauth_des()
|
A D | auth_des.c | 245 des_block cryptbuf[2]; in authdes_marshal() local 270 ixdr = (int32_t *) cryptbuf; in authdes_marshal() 278 status = cbc_crypt ((char *) &auth->ah_key, (char *) cryptbuf, in authdes_marshal() 282 status = ecb_crypt ((char *) &auth->ah_key, (char *) cryptbuf, in authdes_marshal() 290 ad->ad_verf.adv_xtimestamp = cryptbuf[0]; in authdes_marshal() 293 ad->ad_cred.adc_fullname.window = cryptbuf[1].key.high; in authdes_marshal() 294 ad->ad_verf.adv_winverf = cryptbuf[1].key.low; in authdes_marshal()
|
Completed in 6 milliseconds