Home
last modified time | relevance | path

Searched refs:crmatch (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/net/sunrpc/
Dauth_null.c128 .crmatch = nul_match,
Dauth_tls.c161 .crmatch = tls_match,
Dauth_unix.c237 .crmatch = unx_match,
Dauth.c527 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/
Dauth.h131 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); member
/linux-6.12.1/net/sunrpc/auth_gss/
Dauth_gss.c2196 .crmatch = gss_match,
2210 .crmatch = gss_match,