| /freebsd/crypto/openssh/ |
| H A D | auth2-kbdint.c | 53 if ((r = sshpkt_get_cstring(ssh, &lang, NULL)) != 0 || in userauth_kbdint() 54 (r = sshpkt_get_cstring(ssh, &devs, NULL)) != 0 || in userauth_kbdint()
|
| H A D | serverloop.c | 425 if ((r = sshpkt_get_cstring(ssh, &target, NULL)) != 0 || in server_request_direct_tcpip() 427 (r = sshpkt_get_cstring(ssh, &originator, NULL)) != 0 || in server_request_direct_tcpip() 477 if ((r = sshpkt_get_cstring(ssh, &target, NULL)) != 0 || in server_request_direct_streamlocal() 478 (r = sshpkt_get_cstring(ssh, &originator, NULL)) != 0 || in server_request_direct_streamlocal() 619 if ((r = sshpkt_get_cstring(ssh, &ctype, NULL)) != 0 || in server_input_channel_open() 769 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in server_input_global_request() 776 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_host, NULL)) != 0 || in server_input_global_request() 802 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_host, NULL)) != 0 || in server_input_global_request() 813 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_path, NULL)) != 0) in server_input_global_request() 831 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_path, NULL)) != 0) in server_input_global_request() [all …]
|
| H A D | auth2-passwd.c | 61 (r = sshpkt_get_cstring(ssh, &password, &len)) != 0 || in userauth_passwd() 62 (change && (r = sshpkt_get_cstring(ssh, NULL, NULL)) != 0) || in userauth_passwd()
|
| H A D | auth2-hostbased.c | 71 if ((r = sshpkt_get_cstring(ssh, &pkalg, &alen)) != 0 || in userauth_hostbased() 73 (r = sshpkt_get_cstring(ssh, &chost, NULL)) != 0 || in userauth_hostbased() 74 (r = sshpkt_get_cstring(ssh, &cuser, NULL)) != 0 || in userauth_hostbased()
|
| H A D | sshconnect2.c | 499 if ((r = sshpkt_get_cstring(ssh, &reply, NULL)) != 0) in input_userauth_service_accept() 577 if ((r = sshpkt_get_cstring(ssh, &msg, &len)) != 0 || in input_userauth_banner() 578 (r = sshpkt_get_cstring(ssh, NULL, NULL)) != 0) in input_userauth_banner() 631 if (sshpkt_get_cstring(ssh, &authlist, NULL) != 0 || in input_userauth_failure() 696 if ((r = sshpkt_get_cstring(ssh, &pkalg, NULL)) != 0 || in input_userauth_pk_ok() 1007 (r = sshpkt_get_cstring(ssh, &msg, NULL)) != 0 || in input_gssapi_error() 1008 (r = sshpkt_get_cstring(ssh, &lang, NULL)) != 0) in input_gssapi_error() 1092 if ((r = sshpkt_get_cstring(ssh, &info, NULL)) != 0 || in input_userauth_passwd_changereq() 1093 (r = sshpkt_get_cstring(ssh, &lang, NULL)) != 0) in input_userauth_passwd_changereq() 1966 if ((r = sshpkt_get_cstring(ssh, &name, NULL)) != 0 || in input_userauth_info_req() [all …]
|
| H A D | auth2.c | 190 if ((r = sshpkt_get_cstring(ssh, &service, NULL)) != 0 || in input_service_request() 280 if ((r = sshpkt_get_cstring(ssh, &user, NULL)) != 0 || in input_userauth_request() 281 (r = sshpkt_get_cstring(ssh, &service, NULL)) != 0 || in input_userauth_request() 282 (r = sshpkt_get_cstring(ssh, &method, NULL)) != 0) in input_userauth_request()
|
| H A D | session.c | 1888 if ((r = sshpkt_get_cstring(ssh, &s->term, NULL)) != 0 || in session_pty_req() 1932 if ((r = sshpkt_get_cstring(ssh, &s->subsys, NULL)) != 0 || in session_subsystem_req() 1980 (r = sshpkt_get_cstring(ssh, &s->auth_proto, NULL)) != 0 || in session_x11_req() 1981 (r = sshpkt_get_cstring(ssh, &s->auth_data, NULL)) != 0 || in session_x11_req() 2024 if ((r = sshpkt_get_cstring(ssh, &command, NULL)) != 0 || in session_exec_req() 2056 if ((r = sshpkt_get_cstring(ssh, &name, NULL)) != 0 || in session_env_req() 2057 (r = sshpkt_get_cstring(ssh, &val, NULL)) != 0 || in session_env_req() 2116 if ((r = sshpkt_get_cstring(ssh, &signame, NULL)) != 0 || in session_signal_req()
|
| H A D | clientloop.c | 1724 if ((r = sshpkt_get_cstring(ssh, &listen_address, NULL)) != 0 || in client_request_forwarded_tcpip() 1726 (r = sshpkt_get_cstring(ssh, &originator_address, NULL)) != 0 || in client_request_forwarded_tcpip() 1782 if ((r = sshpkt_get_cstring(ssh, &listen_path, NULL)) != 0 || in client_request_forwarded_streamlocal() 1814 if ((r = sshpkt_get_cstring(ssh, &originator, NULL)) != 0 || in client_request_x11() 1926 if ((r = sshpkt_get_cstring(ssh, &ctype, &len)) != 0 || in client_input_channel_open() 1994 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in client_input_channel_req() 2674 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in client_input_global_request()
|
| H A D | packet.h | 207 int sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp);
|
| H A D | auth2-chall.c | 322 if ((r = sshpkt_get_cstring(ssh, &response[i], NULL)) != 0) in input_userauth_info_response()
|
| H A D | auth2-pubkey.c | 105 (r = sshpkt_get_cstring(ssh, &pkalg, NULL)) != 0 || in userauth_pubkey()
|
| H A D | ssh_namespace.h | 958 #define sshpkt_get_cstring Fssh_sshpkt_get_cstring macro
|
| H A D | kex.c | 505 if ((r = sshpkt_get_cstring(ssh, &name, NULL)) != 0) in kex_input_ext_info()
|
| H A D | packet.c | 2789 sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp) in sshpkt_get_cstring() function
|
| H A D | channels.c | 3715 if ((r = sshpkt_get_cstring(ssh, &msg, NULL)) != 0 || in channel_input_open_failure()
|