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

/linux-master/net/sunrpc/
H 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] = {
37 [RPC_AUTH_NULL] = (struct auth_ops __force __rcu *)&svcauth_null,
38 [RPC_AUTH_UNIX] = (struct auth_ops __force __rcu *)&svcauth_unix,
39 [RPC_AUTH_TLS] = (struct auth_ops __force __rcu *)&svcauth_tls,
42 static struct auth_ops *
45 struct auth_ops *aops;
58 svc_put_auth_ops(struct auth_ops *aop
[all...]
H A Dsvcauth_unix.c39 extern struct auth_ops svcauth_null;
40 extern struct auth_ops svcauth_unix;
41 extern struct auth_ops svcauth_tls;
808 struct auth_ops svcauth_null = {
893 struct auth_ops svcauth_tls = {
1009 struct auth_ops svcauth_unix = {
/linux-master/include/linux/sunrpc/
H A Dsvcauth.h82 struct auth_ops *flavour;
100 * Each authentication flavour registers an auth_ops
140 struct auth_ops { struct
158 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
H A Dsvc.h182 struct auth_ops * rq_authop; /* authentication flavour */
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c799 static struct auth_ops svcauthops_gss;
2012 static struct auth_ops svcauthops_gss = {

Completed in 145 milliseconds