Home
last modified time | relevance | path

Searched refs:au_ops (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dauth.c251 auth->au_ops->destroy(auth); in rpcauth_release()
523 nr = auth->au_ops->hash_cred(acred, cache->hashbits); in rpcauth_lookup_credcache()
538 new = auth->au_ops->crcreate(auth, acred, flags, gfp); in rpcauth_lookup_credcache()
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()
H A Dauth_null.c119 .au_ops = &authnull_ops,
H A Dauth_tls.c153 .au_ops = &authtls_ops,
H A Dauth_unix.c228 .au_ops = &authunix_ops,
H A Dclnt.c2860 if (clnt->cl_auth->au_ops->ping) in rpc_ping()
2861 return clnt->cl_auth->au_ops->ping(clnt); in rpc_ping()
/openbmc/linux/include/linux/sunrpc/
H A Dauth.h80 const struct rpc_authops *au_ops; member
/openbmc/linux/fs/nfs/
H A Dsuper.c694 seq_printf(m, "\n\tsec:\tflavor=%u", auth->au_ops->au_flavor); in nfs_show_stats()
H A Dwrite.c1266 new = auth->au_ops->lookup_cred(auth, &acred, 0); in nfs_ctx_key_to_expire()
H A Dnfs4proc.c6499 clp->cl_rpcclient->cl_auth->au_ops->au_name, in nfs4_proc_setclientid()
6537 clp->cl_rpcclient->cl_auth->au_ops->au_name, in nfs4_proc_setclientid_confirm()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c1066 auth->au_ops = &authgss_ops; in gss_create_new()