Home
last modified time | relevance | path

Searched refs:sshpkt_get_u8 (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/usr.bin/ssh/
Dauth2-passwd.c58 if ((r = sshpkt_get_u8(ssh, &change)) != 0 || in userauth_passwd()
Dpacket.h194 int sshpkt_get_u8(struct ssh *ssh, u_char *valp);
Dserverloop.c734 (r = sshpkt_get_u8(ssh, &want_reply)) != 0) in server_input_global_request()
834 (r = sshpkt_get_u8(ssh, &want_reply)) != 0) in server_input_channel_req()
Dkex.c625 if ((r = sshpkt_get_u8(ssh, NULL)) != 0) { in kex_input_kexinit()
646 if ((r = sshpkt_get_u8(ssh, NULL)) != 0 || /* first_kex_follows */ in kex_input_kexinit()
Dauth2-pubkey.c103 if ((r = sshpkt_get_u8(ssh, &have_sig)) != 0 || in userauth_pubkey()
Dsshconnect2.c624 sshpkt_get_u8(ssh, &partial) != 0 || in input_userauth_failure()
1971 (r = sshpkt_get_u8(ssh, &echo)) != 0) in input_userauth_info_req()
Dclientloop.c1953 (r = sshpkt_get_u8(ssh, &reply)) != 0) in client_input_channel_req()
2632 (r = sshpkt_get_u8(ssh, &want_reply)) != 0) in client_input_global_request()
Dpacket.c1823 if ((r = sshpkt_get_u8(ssh, NULL)) != 0 || in ssh_packet_read_poll_seqnr()
2641 sshpkt_get_u8(struct ssh *ssh, u_char *valp) in sshpkt_get_u8() function
Dsession.c1676 if ((r = sshpkt_get_u8(ssh, &single_connection)) != 0 || in session_x11_req()