Lines Matching refs:AUTH
37 static void authnone_nextverf(AUTH *);
38 static bool_t authnone_marshal(AUTH *, XDR *, struct cred *);
39 static bool_t authnone_validate(AUTH *, struct opaque_auth *);
40 static bool_t authnone_refresh(AUTH *, struct rpc_msg *, cred_t *);
41 static void authnone_destroy(AUTH *);
57 AUTH *
73 AUTH *auth = (AUTH *)buf; in authnone_init()
95 authnone_nextverf(AUTH *auth) in authnone_nextverf()
102 authnone_marshal(AUTH *auth, XDR *xdrs, struct cred *cr) in authnone_marshal()
132 authnone_validate(AUTH *auth, struct opaque_auth *verf) in authnone_validate()
139 authnone_refresh(AUTH *auth, struct rpc_msg *msg, cred_t *cr) in authnone_refresh()
145 authnone_destroy(AUTH *auth) in authnone_destroy()