Home
last modified time | relevance | path

Searched refs:auth_ops (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/net/sunrpc/
A Dsvcauth.c32 extern struct auth_ops svcauth_null;
33 extern struct auth_ops svcauth_unix;
34 extern struct auth_ops svcauth_tls;
36 static struct auth_ops __rcu *authtab[RPC_AUTH_MAXFLAVOR] = {
39 [RPC_AUTH_TLS] = (struct auth_ops __force __rcu *)&svcauth_tls,
42 static struct auth_ops *
45 struct auth_ops *aops; in svc_get_auth_ops()
58 svc_put_auth_ops(struct auth_ops *aops) in svc_put_auth_ops()
66 struct auth_ops *aops; in svc_authenticate()
105 struct auth_ops *aops = rqstp->rq_authop; in svc_authorise()
[all …]
A Dsvcauth_unix.c38 extern struct auth_ops svcauth_null;
39 extern struct auth_ops svcauth_unix;
40 extern struct auth_ops svcauth_tls;
799 struct auth_ops svcauth_null = {
878 struct auth_ops svcauth_tls = {
994 struct auth_ops svcauth_unix = {
/linux-6.3-rc2/include/linux/sunrpc/
A Dsvcauth.h82 struct auth_ops *flavour;
126 struct auth_ops { struct
155 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops); argument
A Dsvc.h211 struct auth_ops * rq_authop; /* authentication flavour */
/linux-6.3-rc2/net/sunrpc/auth_gss/
A Dsvcauth_gss.c799 static struct auth_ops svcauthops_gss;
2020 static struct auth_ops svcauthops_gss = {

Completed in 21 milliseconds