H A D | svcauth_gss.c | 656 * 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
|