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