Searched refs:lookup_cred (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/sunrpc/ |
| D | auth.c | 638 ret = auth->au_ops->lookup_cred(auth, &acred, flags); in rpcauth_lookupcred() 667 ret = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_root_cred() 683 return auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_machine_cred() 711 new = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bindcred() 721 new = authnull_ops.lookup_cred(NULL, NULL, 0); in rpcauth_bindcred()
|
| D | auth_null.c | 110 .lookup_cred = nul_lookup_cred,
|
| D | auth_unix.c | 212 .lookup_cred = unx_lookup_cred,
|
| /Linux-v5.4/include/linux/sunrpc/ |
| D | auth.h | 116 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); member
|
| /Linux-v5.4/fs/nfs/ |
| D | write.c | 1269 cred = auth->au_ops->lookup_cred(auth, &acred, 0); in nfs_ctx_key_to_expire()
|
| /Linux-v5.4/net/sunrpc/auth_gss/ |
| D | auth_gss.c | 2119 .lookup_cred = gss_lookup_cred,
|