Searched refs:crmatch (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/net/sunrpc/ |
A D | auth_null.c | 128 .crmatch = nul_match,
|
A D | auth_unix.c | 237 .crmatch = unx_match,
|
A 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-6.3-rc2/include/linux/sunrpc/ |
A D | auth.h | 130 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); member
|
/linux-6.3-rc2/net/sunrpc/auth_gss/ |
A D | auth_gss.c | 2194 .crmatch = gss_match, 2208 .crmatch = gss_match,
|
Completed in 11 milliseconds