Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dsvc_auth_des.c111 long *ixdr; in _svcauth_des() local
142 namelen = IXDR_GET_U_LONG(ixdr); in _svcauth_des()
156 cred->adc_nickname = (u_long)*ixdr++; in _svcauth_des()
168 verf.adv_int_u = (u_long)*ixdr++; in _svcauth_des()
223 ixdr = (long *)cryptbuf; in _svcauth_des()
224 timestamp.tv_sec = IXDR_GET_LONG(ixdr); in _svcauth_des()
239 window = IXDR_GET_U_LONG(ixdr); in _svcauth_des()
240 winverf = IXDR_GET_U_LONG(ixdr); in _svcauth_des()
284 ixdr = (long *)cryptbuf; in _svcauth_des()
286 IXDR_PUT_LONG(ixdr, timestamp.tv_usec); in _svcauth_des()
[all …]
H A Dauth_des.c277 rpc_inline_t *ixdr; in authdes_marshal() local
295 ixdr = (rpc_inline_t *)cryptbuf; in authdes_marshal()
334 IXDR_PUT_INT32(ixdr, AUTH_DES); in authdes_marshal()
335 IXDR_PUT_INT32(ixdr, len); in authdes_marshal()
344 IXDR_PUT_INT32(ixdr, AUTH_DES); in authdes_marshal()
345 IXDR_PUT_INT32(ixdr, len); in authdes_marshal()
365 uint32_t *ixdr; in authdes_validate() local
372 ixdr = (uint32_t *)rverf->oa_base; in authdes_validate()
373 buf.key.high = (uint32_t)*ixdr++; in authdes_validate()
374 buf.key.low = (uint32_t)*ixdr++; in authdes_validate()
[all …]