Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dauth_des.c76 static bool_t authdes_marshal(AUTH *, XDR *);
267 authdes_marshal(AUTH *auth, XDR *xdrs) in authdes_marshal() function
485 ops.ah_marshal = authdes_marshal; in authdes_ops()