Home
last modified time | relevance | path

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

/freebsd/sys/rpc/rpcsec_tls/
H A Dauth_tls.c64 static bool_t authtls_marshal (AUTH *, uint32_t, XDR *, struct mbuf *);
73 .ah_marshal = authtls_marshal,
118 authtls_marshal(AUTH *client, uint32_t xid, XDR *xdrs, struct mbuf *args) in authtls_marshal() function