Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
Dsvcauth.c32 extern struct auth_ops svcauth_null;
33 extern struct auth_ops svcauth_unix;
35 static struct auth_ops __rcu *authtab[RPC_AUTH_MAXFLAVOR] = {
36 [RPC_AUTH_NULL] = (struct auth_ops __force __rcu *)&svcauth_null,
37 [RPC_AUTH_UNIX] = (struct auth_ops __force __rcu *)&svcauth_unix,
40 static struct auth_ops *
43 struct auth_ops *aops; in svc_get_auth_ops()
56 svc_put_auth_ops(struct auth_ops *aops) in svc_put_auth_ops()
65 struct auth_ops *aops; in svc_authenticate()
100 struct auth_ops *aops = rqstp->rq_authop; in svc_authorise()
[all …]
Dsvcauth_unix.c38 extern struct auth_ops svcauth_null;
39 extern struct auth_ops svcauth_unix;
795 struct auth_ops svcauth_null = {
880 struct auth_ops svcauth_unix = {
/kernel/linux/linux-5.10/include/linux/sunrpc/
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
Dsvc.h243 struct auth_ops * rq_authop; /* authentication flavour */
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
Dsvcauth_gss.c820 static struct auth_ops svcauthops_gss;
1904 static struct auth_ops svcauthops_gss = {