Home
last modified time | relevance | path

Searched refs:sshpkt_get_cstring (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/crypto/openssh/
H A Dauth2-kbdint.c52 if ((r = sshpkt_get_cstring(ssh, &lang, NULL)) != 0 || in userauth_kbdint()
53 (r = sshpkt_get_cstring(ssh, &devs, NULL)) != 0 || in userauth_kbdint()
H A Dauth2-passwd.c60 (r = sshpkt_get_cstring(ssh, &password, &len)) != 0 || in userauth_passwd()
61 (change && (r = sshpkt_get_cstring(ssh, NULL, NULL)) != 0) || in userauth_passwd()
H A Dserverloop.c433 if ((r = sshpkt_get_cstring(ssh, &target, NULL)) != 0 || in server_request_direct_tcpip()
435 (r = sshpkt_get_cstring(ssh, &originator, NULL)) != 0 || in server_request_direct_tcpip()
485 if ((r = sshpkt_get_cstring(ssh, &target, NULL)) != 0 || in server_request_direct_streamlocal()
486 (r = sshpkt_get_cstring(ssh, &originator, NULL)) != 0 || in server_request_direct_streamlocal()
627 if ((r = sshpkt_get_cstring(ssh, &ctype, NULL)) != 0 || in server_input_channel_open()
776 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in server_input_global_request()
783 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_host, NULL)) != 0 || in server_input_global_request()
811 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_host, NULL)) != 0 || in server_input_global_request()
822 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_path, NULL)) != 0) in server_input_global_request()
841 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_path, NULL)) != 0) in server_input_global_request()
[all …]
H A Dauth2-hostbased.c70 if ((r = sshpkt_get_cstring(ssh, &pkalg, &alen)) != 0 || in userauth_hostbased()
72 (r = sshpkt_get_cstring(ssh, &chost, NULL)) != 0 || in userauth_hostbased()
73 (r = sshpkt_get_cstring(ssh, &cuser, NULL)) != 0 || in userauth_hostbased()
H A Dsshconnect2.c499 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()
1004 (r = sshpkt_get_cstring(ssh, &msg, NULL)) != 0 || in input_gssapi_error()
1005 (r = sshpkt_get_cstring(ssh, &lang, NULL)) != 0) in input_gssapi_error()
1088 if ((r = sshpkt_get_cstring(ssh, &info, NULL)) != 0 || in input_userauth_passwd_changereq()
1089 (r = sshpkt_get_cstring(ssh, &lang, NULL)) != 0) in input_userauth_passwd_changereq()
1957 if ((r = sshpkt_get_cstring(ssh, &name, NULL)) != 0 || in input_userauth_info_req()
[all …]
H A Dauth2.c191 if ((r = sshpkt_get_cstring(ssh, &service, NULL)) != 0 || in input_service_request()
281 if ((r = sshpkt_get_cstring(ssh, &user, NULL)) != 0 || in input_userauth_request()
282 (r = sshpkt_get_cstring(ssh, &service, NULL)) != 0 || in input_userauth_request()
283 (r = sshpkt_get_cstring(ssh, &method, NULL)) != 0) in input_userauth_request()
H A Dsession.c1931 if ((r = sshpkt_get_cstring(ssh, &s->term, NULL)) != 0 || in session_pty_req()
1979 if ((r = sshpkt_get_cstring(ssh, &s->subsys, NULL)) != 0 || in session_subsystem_req()
2027 (r = sshpkt_get_cstring(ssh, &s->auth_proto, NULL)) != 0 || in session_x11_req()
2028 (r = sshpkt_get_cstring(ssh, &s->auth_data, NULL)) != 0 || in session_x11_req()
2071 if ((r = sshpkt_get_cstring(ssh, &command, NULL)) != 0 || in session_exec_req()
2103 if ((r = sshpkt_get_cstring(ssh, &name, NULL)) != 0 || in session_env_req()
2104 (r = sshpkt_get_cstring(ssh, &val, NULL)) != 0 || in session_env_req()
2163 if ((r = sshpkt_get_cstring(ssh, &signame, NULL)) != 0 || in session_signal_req()
H A Dclientloop.c1715 if ((r = sshpkt_get_cstring(ssh, &listen_address, NULL)) != 0 || in client_request_forwarded_tcpip()
1717 (r = sshpkt_get_cstring(ssh, &originator_address, NULL)) != 0 || in client_request_forwarded_tcpip()
1773 if ((r = sshpkt_get_cstring(ssh, &listen_path, NULL)) != 0 || in client_request_forwarded_streamlocal()
1805 if ((r = sshpkt_get_cstring(ssh, &originator, NULL)) != 0 || in client_request_x11()
1917 if ((r = sshpkt_get_cstring(ssh, &ctype, &len)) != 0 || in client_input_channel_open()
1984 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in client_input_channel_req()
2682 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in client_input_global_request()
H A Dpacket.h204 int sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp);
H A Dauth2-chall.c318 if ((r = sshpkt_get_cstring(ssh, &response[i], NULL)) != 0) in input_userauth_info_response()
H A Dauth2-pubkey.c105 (r = sshpkt_get_cstring(ssh, &pkalg, NULL)) != 0 || in userauth_pubkey()
H A Dssh_namespace.h938 #define sshpkt_get_cstring Fssh_sshpkt_get_cstring macro
H A Dkex.c749 if ((r = sshpkt_get_cstring(ssh, &name, NULL)) != 0) in kex_input_ext_info()
H A Dpacket.c2618 sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp) in sshpkt_get_cstring() function
H A Dchannels.c3640 if ((r = sshpkt_get_cstring(ssh, &msg, NULL)) != 0 || in channel_input_open_failure()