Lines Matching refs:AUTH
64 static void authloopback_nextverf(AUTH *);
65 static bool_t authloopback_marshal(AUTH *, XDR *, struct cred *);
66 static bool_t authloopback_validate(AUTH *, struct opaque_auth *);
67 static bool_t authloopback_refresh(AUTH *, struct rpc_msg *, cred_t *);
68 static void authloopback_destroy(AUTH *);
84 AUTH *
100 AUTH *auth = (AUTH *)buf; in authloopback_init()
114 authloopback_nextverf(AUTH *auth) in authloopback_nextverf()
121 authloopback_marshal(AUTH *auth, XDR *xdrs, struct cred *cr) in authloopback_marshal()
244 authloopback_validate(AUTH *auth, struct opaque_auth *verf) in authloopback_validate()
251 authloopback_refresh(AUTH *auth, struct rpc_msg *msg, cred_t *cr) in authloopback_refresh()
257 authloopback_destroy(register AUTH *auth) in authloopback_destroy()