Searched refs:rpcauth_init_cred (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/sunrpc/ |
D | auth.h | 187 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
|
/Linux-v4.19/net/sunrpc/ |
D | auth_unix.c | 79 rpcauth_init_cred(&cred->uc_base, acred, auth, &unix_credops); in unx_create_cred()
|
D | auth_generic.c | 107 rpcauth_init_cred(&gcred->gc_base, acred, &generic_auth, &generic_credops); in generic_create_cred()
|
D | auth.c | 643 rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred, in rpcauth_init_cred() function 654 EXPORT_SYMBOL_GPL(rpcauth_init_cred);
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1367 rpcauth_init_cred(&cred->gc_base, acred, auth, &gss_credops); in gss_create_cred()
|