Searched refs:authp (Results 1 - 3 of 3) sorted by relevance

/net/sunrpc/
H A Dsvcauth.c37 svc_authenticate(struct svc_rqst *rqstp, __be32 *authp) argument
42 *authp = rpc_auth_ok;
52 *authp = rpc_autherr_badcred;
60 return aops->accept(rqstp, authp);
H A Dsvcauth_unix.c725 svcauth_null_accept(struct svc_rqst *rqstp, __be32 *authp) argument
740 *authp = rpc_autherr_badcred;
745 *authp = rpc_autherr_badverf;
789 svcauth_unix_accept(struct svc_rqst *rqstp, __be32 *authp) argument
831 *authp = rpc_autherr_badverf;
843 *authp = rpc_autherr_badcred;
/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c654 * or return SVC_DENIED and indicate error in authp.
658 __be32 *rpcstart, struct rpc_gss_wire_cred *gc, __be32 *authp)
672 *authp = rpc_autherr_badverf;
684 *authp = rpcsec_gsserr_credproblem;
691 *authp = rpcsec_gsserr_ctxproblem;
990 struct kvec *argv, __be32 *authp,
994 *authp = rpc_autherr_badverf;
1002 *authp = rpc_autherr_badcred;
1007 *authp = rpc_autherr_badverf;
1014 struct kvec *argv, __be32 *authp,
657 gss_verify_header(struct svc_rqst *rqstp, struct rsc *rsci, __be32 *rpcstart, struct rpc_gss_wire_cred *gc, __be32 *authp) argument
989 gss_read_common_verf(struct rpc_gss_wire_cred *gc, struct kvec *argv, __be32 *authp, struct xdr_netobj *in_handle) argument
1013 gss_read_verf(struct rpc_gss_wire_cred *gc, struct kvec *argv, __be32 *authp, struct xdr_netobj *in_handle, struct xdr_netobj *in_token) argument
1047 gss_read_proxy_verf(struct svc_rqst *rqstp, struct rpc_gss_wire_cred *gc, __be32 *authp, struct xdr_netobj *in_handle, struct gssp_in_token *in_token) argument
1098 svcauth_gss_legacy_init(struct svc_rqst *rqstp, struct rpc_gss_wire_cred *gc, __be32 *authp) argument
1207 svcauth_gss_proxy_init(struct svc_rqst *rqstp, struct rpc_gss_wire_cred *gc, __be32 *authp) argument
1395 svcauth_gss_accept(struct svc_rqst *rqstp, __be32 *authp) argument
[all...]

Completed in 53 milliseconds