Searched refs:sshpkt_get_u8 (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/usr.bin/ssh/ |
| D | auth2-passwd.c | 58 if ((r = sshpkt_get_u8(ssh, &change)) != 0 || in userauth_passwd()
|
| D | packet.h | 194 int sshpkt_get_u8(struct ssh *ssh, u_char *valp);
|
| D | serverloop.c | 734 (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()
|
| D | kex.c | 625 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()
|
| D | auth2-pubkey.c | 103 if ((r = sshpkt_get_u8(ssh, &have_sig)) != 0 || in userauth_pubkey()
|
| D | sshconnect2.c | 624 sshpkt_get_u8(ssh, &partial) != 0 || in input_userauth_failure() 1971 (r = sshpkt_get_u8(ssh, &echo)) != 0) in input_userauth_info_req()
|
| D | clientloop.c | 1953 (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()
|
| D | packet.c | 1823 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
|
| D | session.c | 1676 if ((r = sshpkt_get_u8(ssh, &single_connection)) != 0 || in session_x11_req()
|