Lines Matching refs:authp

660 		  __be32 *rpcstart, struct rpc_gss_wire_cred *gc, __be32 *authp)  in gss_verify_header()  argument
674 *authp = rpc_autherr_badverf; in gss_verify_header()
686 *authp = rpcsec_gsserr_credproblem; in gss_verify_header()
693 *authp = rpcsec_gsserr_ctxproblem; in gss_verify_header()
992 struct kvec *argv, __be32 *authp, in gss_read_common_verf() argument
996 *authp = rpc_autherr_badverf; in gss_read_common_verf()
1004 *authp = rpc_autherr_badcred; in gss_read_common_verf()
1009 *authp = rpc_autherr_badverf; in gss_read_common_verf()
1016 struct kvec *argv, __be32 *authp, in gss_read_verf() argument
1023 res = gss_read_common_verf(gc, argv, authp, in_handle); in gss_read_verf()
1050 struct rpc_gss_wire_cred *gc, __be32 *authp, in gss_read_proxy_verf() argument
1058 res = gss_read_common_verf(gc, argv, authp, in_handle); in gss_read_proxy_verf()
1101 struct rpc_gss_wire_cred *gc, __be32 *authp) in svcauth_gss_legacy_init() argument
1110 ret = gss_read_verf(gc, argv, authp, in svcauth_gss_legacy_init()
1210 struct rpc_gss_wire_cred *gc, __be32 *authp) in svcauth_gss_proxy_init() argument
1222 ret = gss_read_proxy_verf(rqstp, gc, authp, in svcauth_gss_proxy_init()
1397 svcauth_gss_accept(struct svc_rqst *rqstp, __be32 *authp) in svcauth_gss_accept() argument
1413 *authp = rpc_autherr_badcred; in svcauth_gss_accept()
1450 *authp = rpc_autherr_badverf; in svcauth_gss_accept()
1455 return svcauth_gss_proxy_init(rqstp, gc, authp); in svcauth_gss_accept()
1457 return svcauth_gss_legacy_init(rqstp, gc, authp); in svcauth_gss_accept()
1461 *authp = rpcsec_gsserr_credproblem; in svcauth_gss_accept()
1465 switch (gss_verify_header(rqstp, rsci, rpcstart, gc, authp)) { in svcauth_gss_accept()
1475 *authp = rpc_autherr_rejectedcred; in svcauth_gss_accept()
1491 *authp = rpcsec_gsserr_ctxproblem; in svcauth_gss_accept()
1497 *authp = rpc_autherr_badcred; in svcauth_gss_accept()