Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dsvcauth.c33 extern struct auth_ops svcauth_null;
34 extern struct auth_ops svcauth_unix;
35 extern struct auth_ops svcauth_tls;
37 static struct auth_ops __rcu *authtab[RPC_AUTH_MAXFLAVOR] = {
43 static struct auth_ops *
46 struct auth_ops *aops; in svc_get_auth_ops()
59 svc_put_auth_ops(struct auth_ops *aops) in svc_put_auth_ops()
78 struct auth_ops *aops; in svc_authenticate()
128 struct auth_ops *aops = rqstp->rq_authop; in svc_authorise()
143 struct auth_ops *old; in svc_auth_register()
[all …]
A Dsvcauth_unix.c39 extern struct auth_ops svcauth_null;
40 extern struct auth_ops svcauth_unix;
41 extern struct auth_ops svcauth_tls;
809 struct auth_ops svcauth_null = {
894 struct auth_ops svcauth_tls = {
1010 struct auth_ops svcauth_unix = {
/linux/include/linux/sunrpc/
A Dsvcauth.h83 struct auth_ops *flavour;
141 struct auth_ops { struct
158 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops); argument
A Dsvc.h185 struct auth_ops * rq_authop; /* authentication flavour */
/linux/net/sunrpc/auth_gss/
A Dsvcauth_gss.c799 static struct auth_ops svcauthops_gss;
2006 static struct auth_ops svcauthops_gss = {

Completed in 13 milliseconds