Searched refs:au_ops (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/net/sunrpc/ |
H A D | auth.c | 251 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 D | auth_null.c | 119 .au_ops = &authnull_ops,
|
H A D | auth_tls.c | 153 .au_ops = &authtls_ops,
|
H A D | auth_unix.c | 228 .au_ops = &authunix_ops,
|
H A D | clnt.c | 2860 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 D | auth.h | 80 const struct rpc_authops *au_ops; member
|
/openbmc/linux/fs/nfs/ |
H A D | super.c | 694 seq_printf(m, "\n\tsec:\tflavor=%u", auth->au_ops->au_flavor); in nfs_show_stats()
|
H A D | write.c | 1266 new = auth->au_ops->lookup_cred(auth, &acred, 0); in nfs_ctx_key_to_expire()
|
H A D | nfs4proc.c | 6499 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 D | auth_gss.c | 1066 auth->au_ops = &authgss_ops; in gss_create_new()
|