Searched defs:acred (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/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() 128 machine_cred_match(struct auth_cred *acred, struct generic_cred *gcred, int flags) in machine_cred_match() 142 generic_match(struct auth_cred *acred, struct rpc_cred *cred, int flags) in generic_match()
|
D | auth_unix.c | 54 unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in unx_lookup_cred() 60 unx_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in unx_create_cred() 115 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 | 351 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache() 420 struct auth_cred acred; in rpcauth_lookupcred() local 438 rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred, in rpcauth_init_cred() 467 struct auth_cred acred = { in rpcauth_bind_root_cred() local
|
/linux-3.3/net/sunrpc/auth_gss/ |
D | auth_gss.c | 971 gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_lookup_cred() 977 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_create_cred() 1021 gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags) in gss_match() 1110 struct auth_cred acred = { in gss_renew_cred() local
|