Searched refs:rpcauth_init_cred (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/linux/sunrpc/ |
D | auth.h | 162 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
|
/Linux-v5.10/net/sunrpc/ |
D | auth_unix.c | 48 rpcauth_init_cred(ret, acred, auth, &unix_credops); in unx_lookup_cred()
|
D | auth.c | 595 rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred, in rpcauth_init_cred() function 607 EXPORT_SYMBOL_GPL(rpcauth_init_cred);
|
/Linux-v5.10/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1257 rpcauth_init_cred(&new->gc_base, &acred, in gss_dup_cred() 1385 rpcauth_init_cred(&cred->gc_base, acred, auth, &gss_credops); in gss_create_cred()
|