Lines Matching refs:auth
102 AUTH *auth = (AUTH *)buf; in authloopback_init() local
104 auth->ah_ops = &authloopback_ops; in authloopback_init()
105 auth->ah_cred.oa_flavor = AUTH_LOOPBACK; in authloopback_init()
106 auth->ah_verf = _null_auth; in authloopback_init()
116 authloopback_nextverf(AUTH *auth) in authloopback_nextverf() argument
123 authloopback_marshal(AUTH *auth, XDR *xdrs, struct cred *cr) in authloopback_marshal() argument
184 cred = &(auth->ah_cred); in authloopback_marshal()
191 if ((xdr_opaque_auth(xdrs, &(auth->ah_cred))) && in authloopback_marshal()
192 (xdr_opaque_auth(xdrs, &(auth->ah_verf)))) in authloopback_marshal()
203 authloopback_validate(AUTH *auth, struct opaque_auth *verf) in authloopback_validate() argument
210 authloopback_refresh(AUTH *auth, struct rpc_msg *msg, cred_t *cr) in authloopback_refresh() argument
216 authloopback_destroy(register AUTH *auth) in authloopback_destroy() argument
218 kmem_cache_free(authloopback_cache, auth); in authloopback_destroy()