Lines Matching refs:authp
661 __be32 *rpcstart, struct rpc_gss_wire_cred *gc, __be32 *authp) in gss_verify_header() argument
675 *authp = rpc_autherr_badverf; in gss_verify_header()
687 *authp = rpcsec_gsserr_credproblem; in gss_verify_header()
694 *authp = rpcsec_gsserr_ctxproblem; in gss_verify_header()
1010 struct kvec *argv, __be32 *authp, in gss_read_common_verf() argument
1014 *authp = rpc_autherr_badverf; in gss_read_common_verf()
1022 *authp = rpc_autherr_badcred; in gss_read_common_verf()
1027 *authp = rpc_autherr_badverf; in gss_read_common_verf()
1034 struct kvec *argv, __be32 *authp, in gss_read_verf() argument
1041 res = gss_read_common_verf(gc, argv, authp, in_handle); in gss_read_verf()
1068 struct rpc_gss_wire_cred *gc, __be32 *authp, in gss_read_proxy_verf() argument
1076 res = gss_read_common_verf(gc, argv, authp, in_handle); in gss_read_proxy_verf()
1119 struct rpc_gss_wire_cred *gc, __be32 *authp) in svcauth_gss_legacy_init() argument
1128 ret = gss_read_verf(gc, argv, authp, in svcauth_gss_legacy_init()
1228 struct rpc_gss_wire_cred *gc, __be32 *authp) in svcauth_gss_proxy_init() argument
1240 ret = gss_read_proxy_verf(rqstp, gc, authp, in svcauth_gss_proxy_init()
1416 svcauth_gss_accept(struct svc_rqst *rqstp, __be32 *authp) in svcauth_gss_accept() argument
1432 *authp = rpc_autherr_badcred; in svcauth_gss_accept()
1469 *authp = rpc_autherr_badverf; in svcauth_gss_accept()
1474 return svcauth_gss_proxy_init(rqstp, gc, authp); in svcauth_gss_accept()
1476 return svcauth_gss_legacy_init(rqstp, gc, authp); in svcauth_gss_accept()
1480 *authp = rpcsec_gsserr_credproblem; in svcauth_gss_accept()
1484 switch (gss_verify_header(rqstp, rsci, rpcstart, gc, authp)) { in svcauth_gss_accept()
1494 *authp = rpc_autherr_rejectedcred; in svcauth_gss_accept()
1510 *authp = rpcsec_gsserr_ctxproblem; in svcauth_gss_accept()
1516 *authp = rpc_autherr_badcred; in svcauth_gss_accept()