Home
last modified time | relevance | path

Searched refs:ixdr (Results 1 – 2 of 2) sorted by relevance

/sunrpc/
A Dsvcauth_des.c107 register uint32_t *ixdr; in _svcauth_des() local
146 namelen = IXDR_GET_U_INT32 (ixdr); in _svcauth_des()
160 cred->adc_nickname = *ixdr++; in _svcauth_des()
174 verf.adv_xtimestamp.key.high = *ixdr++; in _svcauth_des()
175 verf.adv_xtimestamp.key.low = *ixdr++; in _svcauth_des()
176 verf.adv_int_u = *ixdr++; in _svcauth_des()
245 ixdr = (uint32_t *) cryptbuf; in _svcauth_des()
264 window = IXDR_GET_U_INT32 (ixdr); in _svcauth_des()
265 winverf = IXDR_GET_U_INT32 (ixdr); in _svcauth_des()
320 ixdr = (uint32_t *) cryptbuf; in _svcauth_des()
[all …]
A Dauth_des.c249 register int32_t *ixdr; in authdes_marshal() local
270 ixdr = (int32_t *) cryptbuf; in authdes_marshal()
313 IXDR_PUT_INT32 (ixdr, AUTH_DES); in authdes_marshal()
314 IXDR_PUT_U_INT32 (ixdr, len); in authdes_marshal()
326 IXDR_PUT_INT32 (ixdr, AUTH_DES); in authdes_marshal()
327 IXDR_PUT_U_INT32 (ixdr, len); in authdes_marshal()
349 register uint32_t *ixdr; in authdes_validate() local
354 ixdr = (uint32_t *) rverf->oa_base; in authdes_validate()
355 verf.adv_xtimestamp.key.high = *ixdr++; in authdes_validate()
356 verf.adv_xtimestamp.key.low = *ixdr++; in authdes_validate()
[all …]

Completed in 7 milliseconds