Home
last modified time | relevance | path

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

/Linux-v4.19/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()
78 struct auth_ops *aops = rqstp->rq_authop; in svc_authorise()
91 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;
775 struct auth_ops svcauth_null = {
857 struct auth_ops svcauth_unix = {
/Linux-v4.19/include/linux/sunrpc/
Dsvcauth.h84 struct auth_ops *flavour;
127 struct auth_ops { struct
156 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops); argument
Dsvc.h243 struct auth_ops * rq_authop; /* authentication flavour */
/Linux-v4.19/net/sunrpc/auth_gss/
Dsvcauth_gss.c771 static struct auth_ops svcauthops_gss;
1775 static struct auth_ops svcauthops_gss = {