Home
last modified time | relevance | path

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

/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dpacket.h196 int sshpkt_putb(ncrack_ssh_state *nstate, const struct sshbuf *b);
H A Dkex.c515 (r = sshpkt_putb(nstate, kex->my)) != 0 || in kex_send_kexinit()
H A Dpacket.c2834 sshpkt_putb(ncrack_ssh_state *nstate, const struct sshbuf *b) in sshpkt_putb() function
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dpacket.h184 int sshpkt_putb(struct ssh *ssh, const struct sshbuf *b);
H A Dserverloop.c906 (success && resp != NULL && (r = sshpkt_putb(ssh, resp)) != 0) || in server_input_global_request()
H A Dkex.c528 (r = sshpkt_putb(ssh, kex->my)) != 0 || in kex_send_kexinit()
H A Dsshconnect2.c1348 (r = sshpkt_putb(ssh, b)) != 0 || in sign_and_send_pubkey()
H A Dpacket.c2447 sshpkt_putb(struct ssh *ssh, const struct sshbuf *b)
H A Dchannels.c2835 (r = sshpkt_putb(ssh, modified)) != 0 ||
/dports/security/openssh-portable/openssh-8.8p1/
H A Dpacket.h186 int sshpkt_putb(struct ssh *ssh, const struct sshbuf *b);
H A Dserverloop.c868 (success && resp != NULL && (r = sshpkt_putb(ssh, resp)) != 0) || in server_input_global_request()
H A Dkex.c560 (r = sshpkt_putb(ssh, kex->my)) != 0 || in kex_send_kexinit()
H A Dsshconnect2.c1478 (r = sshpkt_putb(ssh, b)) != 0 || in sign_and_send_pubkey()
H A Dpacket.c2457 sshpkt_putb(struct ssh *ssh, const struct sshbuf *b) in sshpkt_putb() function
H A Dchannels.c2814 (r = sshpkt_putb(ssh, modified)) != 0 ||