Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-passwd.c60 if ((r = sshpkt_get_u8(ssh, &change)) != 0 || in userauth_passwd()
H A Dpacket.h200 int sshpkt_get_u8(struct ssh *ssh, u_char *valp);
H A Dserverloop.c744 (r = sshpkt_get_u8(ssh, &want_reply)) != 0) in server_input_global_request()
844 (r = sshpkt_get_u8(ssh, &want_reply)) != 0) in server_input_channel_req()
H A Dkex.c630 if ((r = sshpkt_get_u8(ssh, NULL)) != 0) { in kex_input_kexinit()
651 if ((r = sshpkt_get_u8(ssh, NULL)) != 0 || /* first_kex_follows */ in kex_input_kexinit()
H A Dauth2-pubkey.c105 if ((r = sshpkt_get_u8(ssh, &have_sig)) != 0 || in userauth_pubkey()
H A Dclientloop.c1967 (r = sshpkt_get_u8(ssh, &reply)) != 0) in client_input_channel_req()
2646 (r = sshpkt_get_u8(ssh, &want_reply)) != 0) in client_input_global_request()
H A Dsshconnect2.c631 sshpkt_get_u8(ssh, &partial) != 0 || in input_userauth_failure()
1983 (r = sshpkt_get_u8(ssh, &echo)) != 0) in input_userauth_info_req()
H A Dpacket.c1849 if ((r = sshpkt_get_u8(ssh, NULL)) != 0 || in ssh_packet_read_poll_seqnr()
2680 sshpkt_get_u8(struct ssh *ssh, u_char *valp) in sshpkt_get_u8() function
H A Dssh_namespace.h963 #define sshpkt_get_u8 Fssh_sshpkt_get_u8 macro
H A Dsession.c2011 if ((r = sshpkt_get_u8(ssh, &single_connection)) != 0 || in session_x11_req()