Home
last modified time | relevance | path

Searched refs:sshpkt_putb (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/openssh/
H A Dpacket.h187 int sshpkt_putb(struct ssh *ssh, const struct sshbuf *b);
H A Dserverloop.c860 (success && resp != NULL && (r = sshpkt_putb(ssh, resp)) != 0) || in server_input_global_request()
H A Dkex.c578 (r = sshpkt_putb(ssh, kex->my)) != 0 || in kex_send_kexinit()
H A Dsshconnect2.c1500 (r = sshpkt_putb(ssh, b)) != 0 || in sign_and_send_pubkey()
H A Dpacket.c2462 sshpkt_putb(struct ssh *ssh, const struct sshbuf *b) in sshpkt_putb() function
H A Dchannels.c3063 (r = sshpkt_putb(ssh, modified)) != 0 || in channel_proxy_downstream()