Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dauth.h181 int rpcauth_init_credcache(struct rpc_auth *);
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dauth.c291 rpcauth_init_credcache(struct rpc_auth *auth) in rpcauth_init_credcache() function
312 EXPORT_SYMBOL_GPL(rpcauth_init_credcache);
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dauth_gss.c1039 err = rpcauth_init_credcache(auth); in gss_create_new()