Searched refs:auth_cred (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/net/sunrpc/ |
D | auth_generic.c | 26 struct auth_cred acred; 52 struct auth_cred acred = { in rpc_lookup_machine_cred() 69 struct auth_cred *acred = &container_of(cred, struct generic_cred, gc_base)->acred; in generic_bind_cred() 78 generic_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in generic_lookup_cred() 84 generic_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in generic_create_cred() 137 machine_cred_match(struct auth_cred *acred, struct generic_cred *gcred, int flags) in machine_cred_match() 151 generic_match(struct auth_cred *acred, struct rpc_cred *cred, int flags) in generic_match() 213 struct auth_cred *acred = &container_of(cred, struct generic_cred, in generic_key_timeout() 273 struct auth_cred *acred = &container_of(cred, struct generic_cred, in generic_key_to_expire()
|
D | auth_null.c | 36 nul_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in nul_lookup_cred() 55 nul_match(struct auth_cred *acred, struct rpc_cred *cred, int taskflags) in nul_match()
|
D | auth_unix.c | 55 unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in unx_lookup_cred() 61 unx_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in unx_create_cred() 117 unx_match(struct auth_cred *acred, struct rpc_cred *rcred, int flags) in unx_match()
|
D | auth.c | 545 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache() 623 struct auth_cred acred; in rpcauth_lookupcred() 640 rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred, in rpcauth_init_cred() 669 struct auth_cred acred = { in rpcauth_bind_root_cred()
|
/linux-4.1.27/include/linux/sunrpc/ |
D | auth.h | 36 struct auth_cred { struct 118 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); 119 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int); 133 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); 170 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int); 171 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1300 gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_lookup_cred() 1306 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_create_cred() 1428 gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags) in gss_match() 1539 struct auth_cred acred = { in gss_renew_cred()
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayoutdev.c | 315 struct auth_cred acred = { in ff_layout_update_mirror_cred()
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4callback.c | 705 struct auth_cred acred = {}; in get_backchannel_cred()
|