Home
last modified time | relevance | path

Searched refs:authp (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/net/sunrpc/
Dsvcauth.c58 svc_authenticate(struct svc_rqst *rqstp, __be32 *authp) in svc_authenticate() argument
63 *authp = rpc_auth_ok; in svc_authenticate()
71 *authp = rpc_autherr_badcred; in svc_authenticate()
79 return aops->accept(rqstp, authp); in svc_authenticate()
Dsvcauth_unix.c735 svcauth_null_accept(struct svc_rqst *rqstp, __be32 *authp) in svcauth_null_accept() argument
746 *authp = rpc_autherr_badcred; in svcauth_null_accept()
751 *authp = rpc_autherr_badverf; in svcauth_null_accept()
795 svcauth_unix_accept(struct svc_rqst *rqstp, __be32 *authp) in svcauth_unix_accept() argument
837 *authp = rpc_autherr_badverf; in svcauth_unix_accept()
849 *authp = rpc_autherr_badcred; in svcauth_unix_accept()
/Linux-v5.4/net/sunrpc/auth_gss/
Dsvcauth_gss.c682 __be32 *rpcstart, struct rpc_gss_wire_cred *gc, __be32 *authp) in gss_verify_header() argument
696 *authp = rpc_autherr_badverf; in gss_verify_header()
708 *authp = rpcsec_gsserr_credproblem; in gss_verify_header()
715 *authp = rpcsec_gsserr_ctxproblem; in gss_verify_header()
1031 struct kvec *argv, __be32 *authp, in gss_read_common_verf() argument
1035 *authp = rpc_autherr_badverf; in gss_read_common_verf()
1043 *authp = rpc_autherr_badcred; in gss_read_common_verf()
1048 *authp = rpc_autherr_badverf; in gss_read_common_verf()
1055 struct kvec *argv, __be32 *authp, in gss_read_verf() argument
1062 res = gss_read_common_verf(gc, argv, authp, in_handle); in gss_read_verf()
[all …]
/Linux-v5.4/include/linux/sunrpc/
Dsvcauth.h132 int (*accept)(struct svc_rqst *rq, __be32 *authp);
154 extern int svc_authenticate(struct svc_rqst *rqstp, __be32 *authp);