Home
last modified time | relevance | path

Searched refs:adv_xtimestamp (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c202 verf.adv_xtimestamp.key.high = (uint32_t)*ixdr++; in _svcauth_des()
203 verf.adv_xtimestamp.key.low = (uint32_t)*ixdr++; in _svcauth_des()
232 cryptbuf[0] = verf.adv_xtimestamp; in _svcauth_des()
319 verf.adv_xtimestamp = cryptbuf[0]; in _svcauth_des()
342 *ixdr++ = (int32_t)verf.adv_xtimestamp.key.high; in _svcauth_des()
343 *ixdr++ = (int32_t)verf.adv_xtimestamp.key.low; in _svcauth_des()
H A Dauthdesprt.c78 ATTEMPT(xdr_opaque(xdrs, (caddr_t)&verf->adv_xtimestamp, in xdr_authdes_verf()
H A Dauth_des.c268 ad->ad_verf.adv_xtimestamp = cryptbuf[0]; in authdes_marshal()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c201 verf.adv_xtimestamp.key.high = (uint32_t)*ixdr++; in __svcauth_des()
202 verf.adv_xtimestamp.key.low = (uint32_t)*ixdr++; in __svcauth_des()
277 cryptbuf[0] = verf.adv_xtimestamp; in __svcauth_des()
419 verf.adv_xtimestamp = cryptbuf[0]; in __svcauth_des()
426 *ixdr++ = (int32_t)verf.adv_xtimestamp.key.high; in __svcauth_des()
427 *ixdr++ = (int32_t)verf.adv_xtimestamp.key.low; in __svcauth_des()
H A Dauthdes_prot.c78 if (!xdr_opaque(xdrs, (caddr_t)&verf->adv_xtimestamp, in xdr_authdes_verf()
H A Dauth_des.c291 ad->ad_verf.adv_xtimestamp = cryptbuf[0]; in authdes_marshal()
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth_des.h99 #define adv_xtimestamp adv_time_u.adv_xtime macro