Searched defs:acred (Results 1 – 5 of 5) sorted by relevance
/net/sunrpc/ |
D | auth_generic.c | 26 struct auth_cred acred; member 46 struct auth_cred acred = { in rpc_lookup_machine_cred() local 63 struct auth_cred *acred = &container_of(cred, struct generic_cred, gc_base)->acred; in generic_bind_cred() local 72 generic_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in generic_lookup_cred() 78 generic_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in generic_create_cred() 130 machine_cred_match(struct auth_cred *acred, struct generic_cred *gcred, int flags) in machine_cred_match() 144 generic_match(struct auth_cred *acred, struct rpc_cred *cred, int flags) in generic_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_null.c | 36 nul_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in nul_lookup_cred() 53 nul_match(struct auth_cred *acred, struct rpc_cred *cred, int taskflags) in nul_match()
|
D | auth.c | 478 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache() 546 struct auth_cred acred; in rpcauth_lookupcred() local 564 rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred, in rpcauth_init_cred() 593 struct auth_cred acred = { in rpcauth_bind_root_cred() local
|
/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1079 gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_lookup_cred() 1085 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_create_cred() 1130 gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags) in gss_match() 1219 struct auth_cred acred = { in gss_renew_cred() local
|