Home
last modified time | relevance | path

Searched defs:acred (Results 1 – 4 of 4) sorted by relevance

/linux/net/sunrpc/
H A Dauth.c514 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 Dauth_null.c37 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 Dauth_unix.c44 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 Dauth_tls.c85 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()