Searched refs:crmatch (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/sunrpc/ |
D | auth_null.c | 130 .crmatch = nul_match,
|
D | auth_unix.c | 250 .crmatch = unx_match,
|
D | auth_generic.c | 297 .crmatch = generic_match,
|
D | auth.c | 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()
|
/Linux-v4.19/include/linux/sunrpc/ |
D | auth.h | 148 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); member
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | auth_gss.c | 2047 .crmatch = gss_match, 2061 .crmatch = gss_match,
|