Home
last modified time | relevance | path

Searched refs:sshpkt_get_bignum2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dkexgexc.c105 if ((r = sshpkt_get_bignum2(ssh, &p)) != 0 || in input_kex_dh_gex_group()
106 (r = sshpkt_get_bignum2(ssh, &g)) != 0 || in input_kex_dh_gex_group()
173 if ((r = sshpkt_get_bignum2(ssh, &dh_server_pub)) != 0 || in input_kex_dh_gex_reply()
H A Dkexgexs.c148 if ((r = sshpkt_get_bignum2(ssh, &dh_client_pub)) != 0 || in input_kex_dh_gex_init()
H A Dpacket.h207 int sshpkt_get_bignum2(struct ssh *ssh, BIGNUM **valp);
H A Dssh_namespace.h937 #define sshpkt_get_bignum2 Fssh_sshpkt_get_bignum2 macro
H A Dpacket.c2633 sshpkt_get_bignum2(struct ssh *ssh, BIGNUM **valp) in sshpkt_get_bignum2() function