Searched refs:lookup_cred (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/sunrpc/ |
H A D | auth.c | 586 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 D | auth_null.c | 110 .lookup_cred = nul_lookup_cred,
|
H A D | auth_tls.c | 144 .lookup_cred = tls_lookup_cred,
|
H A D | auth_unix.c | 220 .lookup_cred = unx_lookup_cred,
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | auth.h | 116 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); member
|
/openbmc/linux/fs/nfs/ |
H A D | write.c | 1266 new = auth->au_ops->lookup_cred(auth, &acred, 0); in nfs_ctx_key_to_expire()
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 2186 .lookup_cred = gss_lookup_cred,
|