Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
Dsvcauth.c62 svc_authenticate(struct svc_rqst *rqstp, __be32 *authp) in svc_authenticate() argument
67 *authp = rpc_auth_ok; in svc_authenticate()
75 *authp = rpc_autherr_badcred; in svc_authenticate()
83 return aops->accept(rqstp, authp); in svc_authenticate()
Dsvcauth_unix.c737 svcauth_null_accept(struct svc_rqst *rqstp, __be32 *authp) in svcauth_null_accept() argument
748 *authp = rpc_autherr_badcred; in svcauth_null_accept()
753 *authp = rpc_autherr_badverf; in svcauth_null_accept()
797 svcauth_unix_accept(struct svc_rqst *rqstp, __be32 *authp) in svcauth_unix_accept() argument
839 *authp = rpc_autherr_badverf; in svcauth_unix_accept()
851 *authp = rpc_autherr_badcred; in svcauth_unix_accept()
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
Dsvcauth_gss.c714 __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()
[all …]
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dsvcauth.h130 int (*accept)(struct svc_rqst *rq, __be32 *authp);
152 extern int svc_authenticate(struct svc_rqst *rqstp, __be32 *authp);