Lines Matching refs:cr_ops
364 if (!cred->cr_ops->crkey_to_expire) in rpcauth_cred_key_to_expire()
366 return cred->cr_ops->crkey_to_expire(cred); in rpcauth_cred_key_to_expire()
373 if (!cred->cr_ops->crstringify_acceptor) in rpcauth_stringify_acceptor()
375 return cred->cr_ops->crstringify_acceptor(cred); in rpcauth_stringify_acceptor()
558 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
591 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
606 cred->cr_ops->cr_init != NULL && in rpcauth_lookup_credcache()
608 int res = cred->cr_ops->cr_init(auth, cred); in rpcauth_lookup_credcache()
647 cred->cr_ops = ops; in rpcauth_init_cred()
699 new = cred->cr_ops->crbind(task, cred, lookupflags); in rpcauth_bindcred()
718 cred->cr_ops->crdestroy(cred); in put_rpccred()
741 cred->cr_ops->crdestroy(cred); in put_rpccred()
756 return cred->cr_ops->crmarshal(task, p); in rpcauth_marshcred()
767 return cred->cr_ops->crvalidate(task, p); in rpcauth_checkverf()
786 task->tk_pid, cred->cr_ops->cr_name, cred); in rpcauth_wrap_req()
787 if (cred->cr_ops->crwrap_req) in rpcauth_wrap_req()
788 return cred->cr_ops->crwrap_req(task, encode, rqstp, data, obj); in rpcauth_wrap_req()
811 task->tk_pid, cred->cr_ops->cr_name, cred); in rpcauth_unwrap_resp()
812 if (cred->cr_ops->crunwrap_resp) in rpcauth_unwrap_resp()
813 return cred->cr_ops->crunwrap_resp(task, decode, rqstp, in rpcauth_unwrap_resp()
835 err = cred->cr_ops->crrefresh(task); in rpcauth_refreshcred()