Searched defs:acred (Results 1 – 4 of 4) sorted by relevance
/linux/net/sunrpc/ |
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() local 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() local 626 struct auth_cred acred = { in rpcauth_bind_machine_cred() local 653 struct auth_cred acred = { in rpcauth_bindcred() local
|
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_unix.c | 44 struct auth_cred *acred, int flags) in unx_lookup_cred() 80 unx_match(struct auth_cred *acred, struct rpc_cred *cred, int flags) in unx_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()
|