Home
last modified time | relevance | path

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

/external/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.h174 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()
Dpacket.c2763 sshpkt_put_ec(struct ssh *ssh, const EC_POINT *v, const EC_GROUP *g) in sshpkt_put_ec() function