Home
last modified time | relevance | path

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

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