Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dauth.h184 int rpcauth_init_credcache(struct rpc_auth *);
/linux/net/sunrpc/
H A Dauth.c288 rpcauth_init_credcache(struct rpc_auth *auth) in rpcauth_init_credcache() function
309 EXPORT_SYMBOL_GPL(rpcauth_init_credcache);
/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c1073 err = rpcauth_init_credcache(auth); in gss_create_new()