Searched refs:crmatch (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/net/sunrpc/ |
D | auth_null.c | 128 .crmatch = nul_match,
|
D | auth_tls.c | 161 .crmatch = tls_match,
|
D | auth_unix.c | 237 .crmatch = unx_match,
|
D | auth.c | 527 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache() 546 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
|
/linux-6.12.1/include/linux/sunrpc/ |
D | auth.h | 131 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); member
|
/linux-6.12.1/net/sunrpc/auth_gss/ |
D | auth_gss.c | 2196 .crmatch = gss_match, 2210 .crmatch = gss_match,
|