Searched refs:authp (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/sunrpc/ |
D | svcauth.c | 37 svc_authenticate(struct svc_rqst *rqstp, __be32 *authp) in svc_authenticate() argument 42 *authp = rpc_auth_ok; in svc_authenticate() 52 *authp = rpc_autherr_badcred; in svc_authenticate() 61 return aops->accept(rqstp, authp); in svc_authenticate()
|
D | svcauth_unix.c | 726 svcauth_null_accept(struct svc_rqst *rqstp, __be32 *authp) in svcauth_null_accept() argument 737 *authp = rpc_autherr_badcred; in svcauth_null_accept() 742 *authp = rpc_autherr_badverf; in svcauth_null_accept() 786 svcauth_unix_accept(struct svc_rqst *rqstp, __be32 *authp) in svcauth_unix_accept() argument 825 *authp = rpc_autherr_badverf; in svcauth_unix_accept() 837 *authp = rpc_autherr_badcred; in svcauth_unix_accept()
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 661 __be32 *rpcstart, struct rpc_gss_wire_cred *gc, __be32 *authp) in gss_verify_header() argument 675 *authp = rpc_autherr_badverf; in gss_verify_header() 687 *authp = rpcsec_gsserr_credproblem; in gss_verify_header() 694 *authp = rpcsec_gsserr_ctxproblem; in gss_verify_header() 1010 struct kvec *argv, __be32 *authp, in gss_read_common_verf() argument 1014 *authp = rpc_autherr_badverf; in gss_read_common_verf() 1022 *authp = rpc_autherr_badcred; in gss_read_common_verf() 1027 *authp = rpc_autherr_badverf; in gss_read_common_verf() 1034 struct kvec *argv, __be32 *authp, in gss_read_verf() argument 1041 res = gss_read_common_verf(gc, argv, authp, in_handle); in gss_read_verf() [all …]
|
/Linux-v4.19/include/linux/sunrpc/ |
D | svcauth.h | 131 int (*accept)(struct svc_rqst *rq, __be32 *authp); 153 extern int svc_authenticate(struct svc_rqst *rqstp, __be32 *authp);
|