/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | auth.h | 38 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 struct rpc_credops *);
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | auth.h | 38 struct auth_cred { struct 115 int (*hash_cred)(struct auth_cred *, unsigned int); 116 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); 117 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t); 131 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); 164 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t); 165 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const struct rpc_credops *);
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | auth_null.c | 37 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()
|
H A D | auth.c | 517 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()
|
H A D | auth_unix.c | 44 unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in unx_lookup_cred() 69 * Match credentials against current the auth_cred. 72 unx_match(struct auth_cred *acred, struct rpc_cred *cred, int flags) in unx_match()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | auth_null.c | 37 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()
|
H A D | auth_tls.c | 85 struct auth_cred *acred, int flags) in tls_lookup_cred() 94 static int tls_match(struct auth_cred *acred, struct rpc_cred *cred, int taskflags) in tls_match()
|
H A D | auth.c | 514 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache() 580 struct auth_cred acred; in rpcauth_lookupcred() 592 rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred, in rpcauth_init_cred() 610 struct auth_cred acred = { in rpcauth_bind_root_cred() 626 struct auth_cred acred = { in rpcauth_bind_machine_cred() 653 struct auth_cred acred = { in rpcauth_bindcred()
|
H A D | auth_unix.c | 44 struct auth_cred *acred, int flags) in unx_lookup_cred() 77 * Match credentials against current the auth_cred. 80 unx_match(struct auth_cred *acred, struct rpc_cred *cred, int flags) in unx_match()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 1238 struct auth_cred acred = { in gss_dup_cred() 1348 gss_hash_cred(struct auth_cred *acred, unsigned int hashbits) in gss_hash_cred() 1357 gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_lookup_cred() 1363 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp) in gss_create_cred() 1477 gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags) in gss_match() 1596 struct auth_cred acred = { in gss_renew_cred()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 1257 struct auth_cred acred = { in gss_dup_cred() 1367 gss_hash_cred(struct auth_cred *acred, unsigned int hashbits) in gss_hash_cred() 1376 struct auth_cred *acred, int flags) in gss_lookup_cred() 1383 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp) in gss_create_cred() 1497 gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags) in gss_match() 1616 struct auth_cred acred = { in gss_renew_cred()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | write.c | 1237 struct auth_cred acred = { in nfs_ctx_key_to_expire()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | write.c | 1254 struct auth_cred acred = { in nfs_ctx_key_to_expire()
|