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

/freebsd-10-stable/crypto/openssh/
H A Dkexecdhs.c110 if ((r = sshpkt_get_ec(ssh, client_public, group)) != 0 ||
H A Dkexecdhc.c144 if ((r = sshpkt_get_ec(ssh, server_public, group)) != 0 ||
H A Dopacket.c180 if ((r = sshpkt_get_ec(ssh, point, curve)) != 0)
H A Dpacket.h186 int sshpkt_get_ec(struct ssh *ssh, EC_POINT *v, const EC_GROUP *g);
H A Dssh_namespace.h870 #define sshpkt_get_ec Fssh_sshpkt_get_ec macro
H A Dpacket.c2920 sshpkt_get_ec(struct ssh *ssh, EC_POINT *v, const EC_GROUP *g) function

Completed in 219 milliseconds