Home
last modified time | relevance | path

Searched refs:auth_cred (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/sunrpc/
Dauth.h38 struct auth_cred { struct
114 int (*hash_cred)(struct auth_cred *, unsigned int);
115 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
116 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t);
129 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
161 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
162 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
/kernel/linux/linux-5.10/net/sunrpc/
Dauth_null.c37 nul_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in nul_lookup_cred()
54 nul_match(struct auth_cred *acred, struct rpc_cred *cred, int taskflags) in nul_match()
Dauth.c517 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache()
583 struct auth_cred acred; in rpcauth_lookupcred()
595 rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred, in rpcauth_init_cred()
613 struct auth_cred acred = { in rpcauth_bind_root_cred()
627 struct auth_cred acred = { in rpcauth_bind_machine_cred()
652 struct auth_cred acred = { in rpcauth_bindcred()
Dauth_unix.c44 unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in unx_lookup_cred()
72 unx_match(struct auth_cred *acred, struct rpc_cred *cred, int flags) in unx_match()
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
Dauth_gss.c1223 struct auth_cred acred = { in gss_dup_cred()
1333 gss_hash_cred(struct auth_cred *acred, unsigned int hashbits) in gss_hash_cred()
1342 gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_lookup_cred()
1348 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp) in gss_create_cred()
1462 gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags) in gss_match()
1581 struct auth_cred acred = { in gss_renew_cred()
/kernel/linux/linux-5.10/fs/nfs/
Dwrite.c1244 struct auth_cred acred = { in nfs_ctx_key_to_expire()