Lines Matching refs:cr_ops
366 if (!cred->cr_ops->crstringify_acceptor) in rpcauth_stringify_acceptor()
368 return cred->cr_ops->crstringify_acceptor(cred); in rpcauth_stringify_acceptor()
579 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
598 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
615 cred->cr_ops->cr_init != NULL && in rpcauth_lookup_credcache()
617 int res = cred->cr_ops->cr_init(auth, cred); in rpcauth_lookup_credcache()
652 cred->cr_ops = ops; in rpcauth_init_cred()
758 cred->cr_ops->crdestroy(cred); in put_rpccred()
774 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; in rpcauth_marshcred()
807 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; in rpcauth_wrap_req()
824 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; in rpcauth_checkverf()
855 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; in rpcauth_unwrap_resp()
865 if (!cred || !cred->cr_ops->crneed_reencode) in rpcauth_xmit_need_reencode()
867 return cred->cr_ops->crneed_reencode(task); in rpcauth_xmit_need_reencode()
884 err = cred->cr_ops->crrefresh(task); in rpcauth_refreshcred()