Searched refs:rpcauth_lookup_credcache (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/sunrpc/ |
D | auth.h | 174 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int);
|
/linux-4.4.14/net/sunrpc/ |
D | auth_unix.c | 57 return rpcauth_lookup_credcache(auth, acred, flags); in unx_lookup_cred()
|
D | auth_generic.c | 80 return rpcauth_lookup_credcache(&generic_auth, acred, flags); in generic_lookup_cred()
|
D | auth.c | 545 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache() function 618 EXPORT_SYMBOL_GPL(rpcauth_lookup_credcache);
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1302 return rpcauth_lookup_credcache(auth, acred, flags); in gss_lookup_cred()
|