Home
last modified time | relevance | path

Searched refs:cr_ops (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/net/sunrpc/
Dauth.c365 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
389 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
403 cred->cr_ops->cr_init != NULL && in rpcauth_lookup_credcache()
405 int res = cred->cr_ops->cr_init(auth, cred); in rpcauth_lookup_credcache()
445 cred->cr_ops = ops; in rpcauth_init_cred()
497 new = cred->cr_ops->crbind(task, cred, lookupflags); in rpcauth_bindcred()
516 cred->cr_ops->crdestroy(cred); in put_rpccred()
539 cred->cr_ops->crdestroy(cred); in put_rpccred()
554 return cred->cr_ops->crmarshal(task, p); in rpcauth_marshcred()
565 return cred->cr_ops->crvalidate(task, p); in rpcauth_checkverf()
[all …]
Dauth_null.c136 .cr_ops = &null_credops,
/linux-3.4.99/include/linux/sunrpc/
Dauth.h43 const struct rpc_credops *cr_ops; member
/linux-3.4.99/net/sunrpc/auth_gss/
Dauth_gss.c959 cred->cr_ops = &gss_nullops; in gss_destroying_context()