Searched refs:sshpkt_put_ec (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dkexecdhs.c182 (r = sshpkt_put_ec(ssh, public_key, group)) != 0 ||
H A Dkexecdhc.c75 (r = sshpkt_put_ec(ssh, public_key, group)) != 0 ||
H A Dopacket.c105 if ((r = sshpkt_put_ec(ssh, point, curve)) != 0)
H A Dpacket.h175 int sshpkt_put_ec(struct ssh *ssh, const EC_POINT *v, const EC_GROUP *g);
H A Dssh_namespace.h882 #define sshpkt_put_ec Fssh_sshpkt_put_ec macro
H A Dpacket.c2852 sshpkt_put_ec(struct ssh *ssh, const EC_POINT *v, const EC_GROUP *g) function

Completed in 141 milliseconds