Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Dsvcauth.c27 extern struct auth_ops svcauth_null;
28 extern struct auth_ops svcauth_unix;
31 static struct auth_ops *authtab[RPC_AUTH_MAXFLAVOR] = {
40 struct auth_ops *aops; in svc_authenticate()
76 struct auth_ops *aops = rqstp->rq_authop; in svc_authorise()
89 svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) in svc_auth_register()
Dsvcauth_unix.c37 extern struct auth_ops svcauth_null;
38 extern struct auth_ops svcauth_unix;
778 struct auth_ops svcauth_null = {
863 struct auth_ops svcauth_unix = {
/linux-4.1.27/include/linux/sunrpc/
Dsvcauth.h72 struct auth_ops *flavour;
115 struct auth_ops { struct
144 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops); argument
Dsvc.h236 struct auth_ops * rq_authop; /* authentication flavour */
/linux-4.1.27/net/sunrpc/auth_gss/
Dsvcauth_gss.c763 static struct auth_ops svcauthops_gss;
1754 static struct auth_ops svcauthops_gss = {