Searched refs:auth_cred (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/sunrpc/ |
H A D | auth.h | 38 struct auth_cred { struct 115 int (*hash_cred)(struct auth_cred *, unsigned int); 116 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); 117 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t); 131 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); 164 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t); 165 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
|
/openbmc/linux/net/sunrpc/ |
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_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()
|
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() 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() 626 struct auth_cred acred = { in rpcauth_bind_machine_cred() 653 struct auth_cred acred = { in rpcauth_bindcred()
|
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()
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 1257 struct auth_cred acred = { in gss_dup_cred() 1367 gss_hash_cred(struct auth_cred *acred, unsigned int hashbits) in gss_hash_cred() 1376 struct auth_cred *acred, int flags) in gss_lookup_cred() 1383 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp) in gss_create_cred() 1497 gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags) in gss_match() 1616 struct auth_cred acred = { in gss_renew_cred()
|
/openbmc/linux/fs/nfs/ |
H A D | write.c | 1254 struct auth_cred acred = { in nfs_ctx_key_to_expire()
|