Lines Matching defs:auth
32 #include <rpc/auth.h>
55 * Returns an auth handle.
61 * Allocate and set up auth handle
73 AUTH *auth = (AUTH *)buf;
75 auth->ah_ops = &auth_none_ops;
85 auth->ah_cred = auth->ah_verf = _null_auth;
95 authnone_nextverf(AUTH *auth)
102 authnone_marshal(AUTH *auth, XDR *xdrs, struct cred *cr)
123 if ((xdr_opaque_auth(xdrs, &(auth->ah_cred))) &&
124 (xdr_opaque_auth(xdrs, &(auth->ah_verf))))
132 authnone_validate(AUTH *auth, struct opaque_auth *verf)
139 authnone_refresh(AUTH *auth, struct rpc_msg *msg, cred_t *cr)
145 authnone_destroy(AUTH *auth)
147 kmem_cache_free(authnone_cache, auth);