/external/openssh/ |
D | auth2-kbdint.c | 52 if ((r = sshpkt_get_cstring(ssh, &lang, NULL)) != 0 || in userauth_kbdint() 53 (r = sshpkt_get_cstring(ssh, &devs, NULL)) != 0 || in userauth_kbdint()
|
D | auth2-passwd.c | 60 (r = sshpkt_get_cstring(ssh, &password, &len)) != 0 || in userauth_passwd() 61 (change && (r = sshpkt_get_cstring(ssh, NULL, NULL)) != 0) || in userauth_passwd()
|
D | serverloop.c | 488 if ((r = sshpkt_get_cstring(ssh, &target, NULL)) != 0 || in server_request_direct_tcpip() 490 (r = sshpkt_get_cstring(ssh, &originator, NULL)) != 0 || in server_request_direct_tcpip() 540 if ((r = sshpkt_get_cstring(ssh, &target, NULL)) != 0 || in server_request_direct_streamlocal() 541 (r = sshpkt_get_cstring(ssh, &originator, NULL)) != 0 || in server_request_direct_streamlocal() 682 if ((r = sshpkt_get_cstring(ssh, &ctype, NULL)) != 0 || in server_input_channel_open() 825 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in server_input_global_request() 832 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_host, NULL)) != 0 || in server_input_global_request() 860 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_host, NULL)) != 0 || in server_input_global_request() 871 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_path, NULL)) != 0) in server_input_global_request() 890 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_path, NULL)) != 0) in server_input_global_request() [all …]
|
D | auth2-hostbased.c | 72 if ((r = sshpkt_get_cstring(ssh, &pkalg, &alen)) != 0 || in userauth_hostbased() 74 (r = sshpkt_get_cstring(ssh, &chost, NULL)) != 0 || in userauth_hostbased() 75 (r = sshpkt_get_cstring(ssh, &cuser, NULL)) != 0 || in userauth_hostbased()
|
D | sshconnect2.c | 450 if ((r = sshpkt_get_cstring(ssh, &reply, NULL)) != 0) in input_userauth_service_accept() 535 if ((r = sshpkt_get_cstring(ssh, &msg, &len)) != 0 || in input_userauth_banner() 536 (r = sshpkt_get_cstring(ssh, NULL, NULL)) != 0) in input_userauth_banner() 590 if (sshpkt_get_cstring(ssh, &authlist, NULL) != 0 || in input_userauth_failure() 655 if ((r = sshpkt_get_cstring(ssh, &pkalg, NULL)) != 0 || in input_userauth_pk_ok() 969 (r = sshpkt_get_cstring(ssh, &msg, NULL)) != 0 || in input_gssapi_error() 970 (r = sshpkt_get_cstring(ssh, &lang, NULL)) != 0) in input_gssapi_error() 1054 if ((r = sshpkt_get_cstring(ssh, &info, NULL)) != 0 || in input_userauth_passwd_changereq() 1055 (r = sshpkt_get_cstring(ssh, &lang, NULL)) != 0) in input_userauth_passwd_changereq() 1856 if ((r = sshpkt_get_cstring(ssh, &name, NULL)) != 0 || in input_userauth_info_req() [all …]
|
D | auth2.c | 190 if ((r = sshpkt_get_cstring(ssh, &service, NULL)) != 0 || in input_service_request() 273 if ((r = sshpkt_get_cstring(ssh, &user, NULL)) != 0 || in input_userauth_request() 274 (r = sshpkt_get_cstring(ssh, &service, NULL)) != 0 || in input_userauth_request() 275 (r = sshpkt_get_cstring(ssh, &method, NULL)) != 0) in input_userauth_request()
|
D | clientloop.c | 1491 if ((r = sshpkt_get_cstring(ssh, &listen_address, NULL)) != 0 || in client_request_forwarded_tcpip() 1493 (r = sshpkt_get_cstring(ssh, &originator_address, NULL)) != 0 || in client_request_forwarded_tcpip() 1550 if ((r = sshpkt_get_cstring(ssh, &listen_path, NULL)) != 0 || in client_request_forwarded_streamlocal() 1582 if ((r = sshpkt_get_cstring(ssh, &originator, NULL)) != 0 || in client_request_x11() 1689 if ((r = sshpkt_get_cstring(ssh, &ctype, &len)) != 0 || in client_input_channel_open() 1756 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in client_input_channel_req() 2256 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in client_input_global_request()
|
D | session.c | 1920 if ((r = sshpkt_get_cstring(ssh, &s->term, NULL)) != 0 || in session_pty_req() 1968 if ((r = sshpkt_get_cstring(ssh, &s->subsys, NULL)) != 0 || in session_subsystem_req() 2012 (r = sshpkt_get_cstring(ssh, &s->auth_proto, NULL)) != 0 || in session_x11_req() 2013 (r = sshpkt_get_cstring(ssh, &s->auth_data, NULL)) != 0 || in session_x11_req() 2053 if ((r = sshpkt_get_cstring(ssh, &command, NULL)) != 0 || in session_exec_req() 2083 if ((r = sshpkt_get_cstring(ssh, &name, NULL)) != 0 || in session_env_req() 2084 (r = sshpkt_get_cstring(ssh, &val, NULL)) != 0 || in session_env_req() 2143 if ((r = sshpkt_get_cstring(ssh, &signame, NULL)) != 0 || in session_signal_req()
|
D | packet.h | 202 int sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp);
|
D | auth2-chall.c | 319 if ((r = sshpkt_get_cstring(ssh, &response[i], in input_userauth_info_response()
|
D | auth2-pubkey.c | 105 (r = sshpkt_get_cstring(ssh, &pkalg, NULL)) != 0 || in userauth_pubkey()
|
D | kex.c | 485 if ((r = sshpkt_get_cstring(ssh, &name, NULL)) != 0) in kex_input_ext_info()
|
D | packet.c | 2594 sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp) in sshpkt_get_cstring() function
|
D | channels.c | 3223 if ((r = sshpkt_get_cstring(ssh, &msg, NULL)) != 0 ||
|