Symbol: auth_cred
fs/nfs/write.c
1181
struct auth_cred acred = {
include/linux/sunrpc/auth.h
115
int (*hash_cred)(struct auth_cred *, unsigned int);
include/linux/sunrpc/auth.h
116
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
include/linux/sunrpc/auth.h
117
struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t);
include/linux/sunrpc/auth.h
131
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
include/linux/sunrpc/auth.h
164
struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
include/linux/sunrpc/auth.h
165
void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const struct rpc_credops *);
net/sunrpc/auth.c
514
rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred,
net/sunrpc/auth.c
580
struct auth_cred acred;
net/sunrpc/auth.c
592
rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred,
net/sunrpc/auth.c
610
struct auth_cred acred = {
net/sunrpc/auth.c
626
struct auth_cred acred = {
net/sunrpc/auth.c
653
struct auth_cred acred = {
net/sunrpc/auth_gss/auth_gss.c
1251
struct auth_cred acred = {
net/sunrpc/auth_gss/auth_gss.c
1361
gss_hash_cred(struct auth_cred *acred, unsigned int hashbits)
net/sunrpc/auth_gss/auth_gss.c
1370
struct auth_cred *acred, int flags)
net/sunrpc/auth_gss/auth_gss.c
1377
gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp)
net/sunrpc/auth_gss/auth_gss.c
1491
gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags)
net/sunrpc/auth_gss/auth_gss.c
1612
struct auth_cred acred = {
net/sunrpc/auth_null.c
37
nul_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
net/sunrpc/auth_null.c
54
nul_match(struct auth_cred *acred, struct rpc_cred *cred, int taskflags)
net/sunrpc/auth_tls.c
85
struct auth_cred *acred, int flags)
net/sunrpc/auth_tls.c
94
static int tls_match(struct auth_cred *acred, struct rpc_cred *cred, int taskflags)
net/sunrpc/auth_unix.c
44
struct auth_cred *acred, int flags)
net/sunrpc/auth_unix.c
80
unx_match(struct auth_cred *acred, struct rpc_cred *cred, int flags)