Lines Matching refs:cr_ops
365 if (!cred->cr_ops->crkey_to_expire) in rpcauth_cred_key_to_expire()
367 return cred->cr_ops->crkey_to_expire(cred); in rpcauth_cred_key_to_expire()
374 if (!cred->cr_ops->crstringify_acceptor) in rpcauth_stringify_acceptor()
376 return cred->cr_ops->crstringify_acceptor(cred); in rpcauth_stringify_acceptor()
561 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
594 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
609 cred->cr_ops->cr_init != NULL && in rpcauth_lookup_credcache()
611 int res = cred->cr_ops->cr_init(auth, cred); in rpcauth_lookup_credcache()
650 cred->cr_ops = ops; in rpcauth_init_cred()
699 new = cred->cr_ops->crbind(task, cred, lookupflags); in rpcauth_bindcred()
719 cred->cr_ops->crdestroy(cred); in put_rpccred()
742 cred->cr_ops->crdestroy(cred); in put_rpccred()
757 return cred->cr_ops->crmarshal(task, p); in rpcauth_marshcred()
768 return cred->cr_ops->crvalidate(task, p); in rpcauth_checkverf()
787 task->tk_pid, cred->cr_ops->cr_name, cred); in rpcauth_wrap_req()
788 if (cred->cr_ops->crwrap_req) in rpcauth_wrap_req()
789 return cred->cr_ops->crwrap_req(task, encode, rqstp, data, obj); in rpcauth_wrap_req()
812 task->tk_pid, cred->cr_ops->cr_name, cred); in rpcauth_unwrap_resp()
813 if (cred->cr_ops->crunwrap_resp) in rpcauth_unwrap_resp()
814 return cred->cr_ops->crunwrap_resp(task, decode, rqstp, in rpcauth_unwrap_resp()
836 err = cred->cr_ops->crrefresh(task); in rpcauth_refreshcred()