Home
last modified time | relevance | path

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

/titanic_44/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.c80 ATTEMPT(xdr_opaque(xdrs, (caddr_t)&verf->adv_xtimestamp, in xdr_authdes_verf()
H A Dauth_des.c270 ad->ad_verf.adv_xtimestamp = cryptbuf[0]; in authdes_marshal()
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c200 verf.adv_xtimestamp.key.high = (uint32_t)*ixdr++; in __svcauth_des()
201 verf.adv_xtimestamp.key.low = (uint32_t)*ixdr++; in __svcauth_des()
276 cryptbuf[0] = verf.adv_xtimestamp; in __svcauth_des()
418 verf.adv_xtimestamp = cryptbuf[0]; in __svcauth_des()
425 *ixdr++ = (int32_t)verf.adv_xtimestamp.key.high; in __svcauth_des()
426 *ixdr++ = (int32_t)verf.adv_xtimestamp.key.low; in __svcauth_des()
H A Dauthdes_prot.c80 if (!xdr_opaque(xdrs, (caddr_t)&verf->adv_xtimestamp, in xdr_authdes_verf()
H A Dauth_des.c293 ad->ad_verf.adv_xtimestamp = cryptbuf[0]; in authdes_marshal()
/titanic_44/usr/src/lib/libbc/inc/include/rpc/
H A Dauth_des.h82 #define adv_xtimestamp adv_time_u.adv_xtime macro
/titanic_44/usr/src/uts/common/rpc/
H A Dauth_des.h101 #define adv_xtimestamp adv_time_u.adv_xtime macro