Lines Matching defs:authp
710 * or return SVC_DENIED and indicate error in authp.
714 __be32 *rpcstart, struct rpc_gss_wire_cred *gc, __be32 *authp)
728 *authp = rpc_autherr_badverf;
740 *authp = rpcsec_gsserr_credproblem;
746 *authp = rpcsec_gsserr_ctxproblem;
1080 struct kvec *argv, __be32 *authp,
1084 *authp = rpc_autherr_badverf;
1092 *authp = rpc_autherr_badcred;
1097 *authp = rpc_autherr_badverf;
1104 struct kvec *argv, __be32 *authp,
1111 res = gss_read_common_verf(gc, argv, authp, in_handle);
1145 struct rpc_gss_wire_cred *gc, __be32 *authp,
1154 res = gss_read_common_verf(gc, argv, authp, in_handle);
1235 struct rpc_gss_wire_cred *gc, __be32 *authp)
1244 ret = gss_read_verf(gc, argv, authp,
1347 struct rpc_gss_wire_cred *gc, __be32 *authp)
1359 ret = gss_read_proxy_verf(rqstp, gc, authp,
1533 svcauth_gss_accept(struct svc_rqst *rqstp, __be32 *authp)
1546 *authp = rpc_autherr_badcred;
1583 *authp = rpc_autherr_badverf;
1588 return svcauth_gss_proxy_init(rqstp, gc, authp);
1590 return svcauth_gss_legacy_init(rqstp, gc, authp);
1594 *authp = rpcsec_gsserr_credproblem;
1598 switch (gss_verify_header(rqstp, rsci, rpcstart, gc, authp)) {
1608 *authp = rpc_autherr_rejectedcred;
1624 *authp = rpcsec_gsserr_ctxproblem;
1630 *authp = rpc_autherr_badcred;