Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c140 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 Dauth_des.c229 des_block cryptbuf[2]; in authdes_marshal() local
251 ixdr = (int32_t *)cryptbuf; in authdes_marshal()
258 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
261 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
268 ad->ad_verf.adv_xtimestamp = cryptbuf[0]; in authdes_marshal()
270 ad->ad_cred.adc_fullname.window = cryptbuf[1].key.high; in authdes_marshal()
271 ad->ad_verf.adv_winverf = cryptbuf[1].key.low; in authdes_marshal()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c135 des_block cryptbuf[2]; in __svcauth_des() local
277 cryptbuf[0] = verf.adv_xtimestamp; in __svcauth_des()
279 cryptbuf[1].key.high = cred->adc_fullname.window; in __svcauth_des()
280 cryptbuf[1].key.low = verf.adv_winverf; in __svcauth_des()
282 status = cbc_crypt((char *)sessionkey, (char *)cryptbuf, in __svcauth_des()
286 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf, in __svcauth_des()
304 ixdr = (int32_t *)cryptbuf; in __svcauth_des()
403 ixdr = (int32_t *)cryptbuf; in __svcauth_des()
410 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf, in __svcauth_des()
419 verf.adv_xtimestamp = cryptbuf[0]; in __svcauth_des()
H A Dauth_des.c250 des_block cryptbuf[2]; in authdes_marshal() local
272 ixdr = (rpc_inline_t *)cryptbuf; in authdes_marshal()
279 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
283 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
291 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()