Searched refs:crmatch (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/sunrpc/ |
D | auth_null.c | 128 .crmatch = nul_match,
|
D | auth_unix.c | 243 .crmatch = unx_match,
|
D | auth_generic.c | 288 .crmatch = generic_match,
|
D | auth.c | 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()
|
/linux-4.1.27/include/linux/sunrpc/ |
D | auth.h | 133 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); member
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1993 .crmatch = gss_match, 2007 .crmatch = gss_match,
|