Searched refs:cryptbuf (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/rpc/sec/ |
H A D | svcauthdes.c | 140 des_block cryptbuf[2]; in _svcauth_des() local 232 cryptbuf[0] = verf.adv_xtimestamp; in _svcauth_des() 234 cryptbuf[1].key.high = cred->adc_fullname.window; in _svcauth_des() 235 cryptbuf[1].key.low = verf.adv_winverf; in _svcauth_des() 237 status = cbc_crypt((char *)sessionkey, (char *)cryptbuf, in _svcauth_des() 240 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf, in _svcauth_des() 254 ixdr = (int32_t *)cryptbuf; in _svcauth_des() 303 ixdr = (int32_t *)cryptbuf; in _svcauth_des() 310 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf, in _svcauth_des() 319 verf.adv_xtimestamp = cryptbuf[0]; in _svcauth_des()
|
H A D | auth_des.c | 231 des_block cryptbuf[2]; in authdes_marshal() local 253 ixdr = (int32_t *)cryptbuf; in authdes_marshal() 260 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal() 263 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal() 270 ad->ad_verf.adv_xtimestamp = cryptbuf[0]; in authdes_marshal() 272 ad->ad_cred.adc_fullname.window = cryptbuf[1].key.high; in authdes_marshal() 273 ad->ad_verf.adv_winverf = cryptbuf[1].key.low; in authdes_marshal()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | svcauth_des.c | 134 des_block cryptbuf[2]; in __svcauth_des() local 276 cryptbuf[0] = verf.adv_xtimestamp; in __svcauth_des() 278 cryptbuf[1].key.high = cred->adc_fullname.window; in __svcauth_des() 279 cryptbuf[1].key.low = verf.adv_winverf; in __svcauth_des() 281 status = cbc_crypt((char *)sessionkey, (char *)cryptbuf, in __svcauth_des() 285 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf, in __svcauth_des() 303 ixdr = (int32_t *)cryptbuf; in __svcauth_des() 402 ixdr = (int32_t *)cryptbuf; in __svcauth_des() 409 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf, in __svcauth_des() 418 verf.adv_xtimestamp = cryptbuf[0]; in __svcauth_des()
|
H A D | auth_des.c | 252 des_block cryptbuf[2]; in authdes_marshal() local 274 ixdr = (rpc_inline_t *)cryptbuf; in authdes_marshal() 281 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal() 285 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal() 293 ad->ad_verf.adv_xtimestamp = cryptbuf[0]; in authdes_marshal() 295 ad->ad_cred.adc_fullname.window = cryptbuf[1].key.high; in authdes_marshal() 296 ad->ad_verf.adv_winverf = cryptbuf[1].key.low; in authdes_marshal()
|