Home
last modified time | relevance | path

Searched refs:lookup_cred (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dauth.c586 ret = auth->au_ops->lookup_cred(auth, &acred, flags); in rpcauth_lookupcred()
617 ret = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_root_cred()
635 return auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_machine_cred()
663 new = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bindcred()
673 new = authnull_ops.lookup_cred(NULL, NULL, 0); in rpcauth_bindcred()
H A Dauth_null.c110 .lookup_cred = nul_lookup_cred,
H A Dauth_tls.c144 .lookup_cred = tls_lookup_cred,
H A Dauth_unix.c220 .lookup_cred = unx_lookup_cred,
/openbmc/linux/include/linux/sunrpc/
H A Dauth.h116 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); member
/openbmc/linux/fs/nfs/
H A Dwrite.c1266 new = auth->au_ops->lookup_cred(auth, &acred, 0); in nfs_ctx_key_to_expire()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c2186 .lookup_cred = gss_lookup_cred,