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()
1230 struct rpc_gss_wire_cred *gc, __be32 *authp) in svcauth_gss_legacy_init() argument
1239 ret = gss_read_verf(gc, argv, authp, in svcauth_gss_legacy_init()
1342 struct rpc_gss_wire_cred *gc, __be32 *authp) in svcauth_gss_proxy_init() argument
1354 ret = gss_read_proxy_verf(rqstp, gc, authp, in svcauth_gss_proxy_init()
1528 svcauth_gss_accept(struct svc_rqst *rqstp, __be32 *authp) in svcauth_gss_accept() argument
1541 *authp = rpc_autherr_badcred; in svcauth_gss_accept()
1578 *authp = rpc_autherr_badverf; in svcauth_gss_accept()
1583 return svcauth_gss_proxy_init(rqstp, gc, authp); in svcauth_gss_accept()
1585 return svcauth_gss_legacy_init(rqstp, gc, authp); in svcauth_gss_accept()
1589 *authp = rpcsec_gsserr_credproblem; in svcauth_gss_accept()
1593 switch (gss_verify_header(rqstp, rsci, rpcstart, gc, authp)) { in svcauth_gss_accept()
1603 *authp = rpc_autherr_rejectedcred; in svcauth_gss_accept()
1619 *authp = rpcsec_gsserr_ctxproblem; in svcauth_gss_accept()
1625 *authp = rpc_autherr_badcred; in svcauth_gss_accept()