Searched refs:authp (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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() 60 return aops->accept(rqstp, authp); in svc_authenticate()
|
D | svcauth_unix.c | 725 svcauth_null_accept(struct svc_rqst *rqstp, __be32 *authp) in svcauth_null_accept() argument 740 *authp = rpc_autherr_badcred; in svcauth_null_accept() 745 *authp = rpc_autherr_badverf; in svcauth_null_accept() 789 svcauth_unix_accept(struct svc_rqst *rqstp, __be32 *authp) in svcauth_unix_accept() argument 831 *authp = rpc_autherr_badverf; in svcauth_unix_accept() 843 *authp = rpc_autherr_badcred; in svcauth_unix_accept()
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 660 __be32 *rpcstart, struct rpc_gss_wire_cred *gc, __be32 *authp) in gss_verify_header() argument 674 *authp = rpc_autherr_badverf; in gss_verify_header() 686 *authp = rpcsec_gsserr_credproblem; in gss_verify_header() 693 *authp = rpcsec_gsserr_ctxproblem; in gss_verify_header() 992 struct kvec *argv, __be32 *authp, in gss_read_common_verf() argument 996 *authp = rpc_autherr_badverf; in gss_read_common_verf() 1004 *authp = rpc_autherr_badcred; in gss_read_common_verf() 1009 *authp = rpc_autherr_badverf; in gss_read_common_verf() 1016 struct kvec *argv, __be32 *authp, in gss_read_verf() argument 1023 res = gss_read_common_verf(gc, argv, authp, in_handle); in gss_read_verf() [all …]
|
/linux-4.1.27/include/linux/sunrpc/ |
D | svcauth.h | 119 int (*accept)(struct svc_rqst *rq, __be32 *authp); 141 extern int svc_authenticate(struct svc_rqst *rqstp, __be32 *authp);
|