Home
last modified time | relevance | path

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

/sunrpc/
A Dsvcauth_des.c174 verf.adv_xtimestamp.key.high = *ixdr++; in _svcauth_des()
175 verf.adv_xtimestamp.key.low = *ixdr++; in _svcauth_des()
222 cryptbuf[0] = verf.adv_xtimestamp; in _svcauth_des()
334 verf.adv_xtimestamp = cryptbuf[0]; in _svcauth_des()
340 *ixdr++ = verf.adv_xtimestamp.key.high; in _svcauth_des()
341 *ixdr++ = verf.adv_xtimestamp.key.low; in _svcauth_des()
A Dauth_des.c290 ad->ad_verf.adv_xtimestamp = cryptbuf[0]; in authdes_marshal()
355 verf.adv_xtimestamp.key.high = *ixdr++; in authdes_validate()
356 verf.adv_xtimestamp.key.low = *ixdr++; in authdes_validate()
362 status = ecb_crypt ((char *) &auth->ah_key, (char *) &verf.adv_xtimestamp, in authdes_validate()
374 ixdr = (uint32_t *) verf.adv_xtimestamp.c; in authdes_validate()
A Dauthdes_prot.c76 ATTEMPT (xdr_opaque (xdrs, (caddr_t) & verf->adv_xtimestamp, in libc_hidden_nolink_sunrpc()
/sunrpc/rpc/
A Dauth_des.h75 #define adv_xtimestamp adv_time_u.adv_xtime macro

Completed in 8 milliseconds