Searched refs:authp (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/net/sunrpc/
H A Dsvcauth.c37 svc_authenticate(struct svc_rqst *rqstp, __be32 *authp) svc_authenticate() argument
42 *authp = rpc_auth_ok; svc_authenticate()
52 *authp = rpc_autherr_badcred; svc_authenticate()
60 return aops->accept(rqstp, authp); svc_authenticate()
H A Dsvcauth_unix.c725 svcauth_null_accept(struct svc_rqst *rqstp, __be32 *authp) svcauth_null_accept() argument
740 *authp = rpc_autherr_badcred; svcauth_null_accept()
745 *authp = rpc_autherr_badverf; svcauth_null_accept()
789 svcauth_unix_accept(struct svc_rqst *rqstp, __be32 *authp) svcauth_unix_accept() argument
831 *authp = rpc_autherr_badverf; svcauth_unix_accept()
843 *authp = rpc_autherr_badcred; svcauth_unix_accept()
/linux-4.1.27/include/linux/sunrpc/
H A Dsvcauth.h82 * If there is a problem with the authentication *authp should be set.
92 * DENIED - authp holds reason for denial.
106 * DENIED - authp holds a reason for MSG_DENIED
119 int (*accept)(struct svc_rqst *rq, __be32 *authp);
141 extern int svc_authenticate(struct svc_rqst *rqstp, __be32 *authp);
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c656 * or return SVC_DENIED and indicate error in authp.
660 __be32 *rpcstart, struct rpc_gss_wire_cred *gc, __be32 *authp) gss_verify_header()
674 *authp = rpc_autherr_badverf; gss_verify_header()
686 *authp = rpcsec_gsserr_credproblem; gss_verify_header()
693 *authp = rpcsec_gsserr_ctxproblem; gss_verify_header()
992 struct kvec *argv, __be32 *authp, gss_read_common_verf()
996 *authp = rpc_autherr_badverf; gss_read_common_verf()
1004 *authp = rpc_autherr_badcred; gss_read_common_verf()
1009 *authp = rpc_autherr_badverf; gss_read_common_verf()
1016 struct kvec *argv, __be32 *authp, gss_read_verf()
1023 res = gss_read_common_verf(gc, argv, authp, in_handle); gss_read_verf()
1050 struct rpc_gss_wire_cred *gc, __be32 *authp, gss_read_proxy_verf()
1058 res = gss_read_common_verf(gc, argv, authp, in_handle); gss_read_proxy_verf()
1101 struct rpc_gss_wire_cred *gc, __be32 *authp) svcauth_gss_legacy_init()
1110 ret = gss_read_verf(gc, argv, authp, svcauth_gss_legacy_init()
1210 struct rpc_gss_wire_cred *gc, __be32 *authp) svcauth_gss_proxy_init()
1222 ret = gss_read_proxy_verf(rqstp, gc, authp, svcauth_gss_proxy_init()
1397 svcauth_gss_accept(struct svc_rqst *rqstp, __be32 *authp) svcauth_gss_accept() argument
1413 *authp = rpc_autherr_badcred; svcauth_gss_accept()
1450 *authp = rpc_autherr_badverf; svcauth_gss_accept()
1455 return svcauth_gss_proxy_init(rqstp, gc, authp); svcauth_gss_accept()
1457 return svcauth_gss_legacy_init(rqstp, gc, authp); svcauth_gss_accept()
1461 *authp = rpcsec_gsserr_credproblem; svcauth_gss_accept()
1465 switch (gss_verify_header(rqstp, rsci, rpcstart, gc, authp)) { svcauth_gss_accept()
1475 *authp = rpc_autherr_rejectedcred; svcauth_gss_accept()
1491 *authp = rpcsec_gsserr_ctxproblem; svcauth_gss_accept()
1497 *authp = rpc_autherr_badcred; svcauth_gss_accept()
659 gss_verify_header(struct svc_rqst *rqstp, struct rsc *rsci, __be32 *rpcstart, struct rpc_gss_wire_cred *gc, __be32 *authp) gss_verify_header() argument
991 gss_read_common_verf(struct rpc_gss_wire_cred *gc, struct kvec *argv, __be32 *authp, struct xdr_netobj *in_handle) gss_read_common_verf() argument
1015 gss_read_verf(struct rpc_gss_wire_cred *gc, struct kvec *argv, __be32 *authp, struct xdr_netobj *in_handle, struct xdr_netobj *in_token) gss_read_verf() argument
1049 gss_read_proxy_verf(struct svc_rqst *rqstp, struct rpc_gss_wire_cred *gc, __be32 *authp, struct xdr_netobj *in_handle, struct gssp_in_token *in_token) gss_read_proxy_verf() argument
1100 svcauth_gss_legacy_init(struct svc_rqst *rqstp, struct rpc_gss_wire_cred *gc, __be32 *authp) svcauth_gss_legacy_init() argument
1209 svcauth_gss_proxy_init(struct svc_rqst *rqstp, struct rpc_gss_wire_cred *gc, __be32 *authp) svcauth_gss_proxy_init() argument

Completed in 138 milliseconds