Home
last modified time | relevance | path

Searched refs:rpcauth_init_credcache (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/sunrpc/
Dauth.h184 int rpcauth_init_credcache(struct rpc_auth *);
/Linux-v5.4/net/sunrpc/
Dauth.c340 rpcauth_init_credcache(struct rpc_auth *auth) in rpcauth_init_credcache() function
361 EXPORT_SYMBOL_GPL(rpcauth_init_credcache);
/Linux-v5.4/net/sunrpc/auth_gss/
Dauth_gss.c1064 err = rpcauth_init_credcache(auth); in gss_create_new()