Searched refs:sshpkt_put_bignum2 (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dkexgexs.c109 (r = sshpkt_put_bignum2(ssh, dh_p)) != 0 ||
110 (r = sshpkt_put_bignum2(ssh, dh_g)) != 0 ||
235 (r = sshpkt_put_bignum2(ssh, pub_key)) != 0 || /* f */
H A Dkexdhc.c91 (r = sshpkt_put_bignum2(ssh, pub_key)) != 0 ||
H A Dkexdhs.c201 (r = sshpkt_put_bignum2(ssh, pub_key)) != 0 || /* f */
H A Dkexgexc.c128 (r = sshpkt_put_bignum2(ssh, pub_key)) != 0 ||
H A Dopacket.c87 if ((r = sshpkt_put_bignum2(ssh, value)) != 0)
H A Dpacket.h191 int sshpkt_put_bignum2(struct ssh *ssh, const BIGNUM *v);
H A Dssh_namespace.h807 #define sshpkt_put_bignum2 Fssh_sshpkt_put_bignum2 macro
H A Dpacket.c2485 sshpkt_put_bignum2(struct ssh *ssh, const BIGNUM *v) function

Completed in 120 milliseconds