Searched refs:rpcauth_init_cred (Results 1 – 4 of 4) sorted by relevance
/net/sunrpc/ |
D | auth_unix.c | 74 rpcauth_init_cred(&cred->uc_base, acred, auth, &unix_credops); in unx_create_cred()
|
D | auth_generic.c | 92 rpcauth_init_cred(&gcred->gc_base, acred, &generic_auth, &generic_credops); in generic_create_cred()
|
D | auth.c | 640 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/ |
D | auth_gss.c | 1324 rpcauth_init_cred(&cred->gc_base, acred, auth, &gss_credops); in gss_create_cred()
|