Searched refs:crmatch (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/net/sunrpc/ |
D | auth_null.c | 128 .crmatch = nul_match,
|
D | auth_unix.c | 237 .crmatch = unx_match,
|
D | auth.c | 530 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache() 549 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
|
/linux-5.19.10/include/linux/sunrpc/ |
D | auth.h | 130 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); member
|
/linux-5.19.10/net/sunrpc/auth_gss/ |
D | auth_gss.c | 2165 .crmatch = gss_match, 2179 .crmatch = gss_match,
|