Home
last modified time | relevance | path

Searched refs:rpcauth_init_cred (Results 1 – 4 of 4) sorted by relevance

/net/sunrpc/
Dauth_unix.c74 rpcauth_init_cred(&cred->uc_base, acred, auth, &unix_credops); in unx_create_cred()
Dauth_generic.c92 rpcauth_init_cred(&gcred->gc_base, acred, &generic_auth, &generic_credops); in generic_create_cred()
Dauth.c640 rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred, in rpcauth_init_cred() function
654 EXPORT_SYMBOL_GPL(rpcauth_init_cred);
/net/sunrpc/auth_gss/
Dauth_gss.c1324 rpcauth_init_cred(&cred->gc_base, acred, auth, &gss_credops); in gss_create_cred()