Searched refs:sshpkt_put_ec (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | kexecdhs.c | 182 (r = sshpkt_put_ec(ssh, public_key, group)) != 0 || in input_kex_ecdh_init()
|
D | kexecdhc.c | 75 (r = sshpkt_put_ec(ssh, public_key, group)) != 0 || in kexecdh_client()
|
D | packet.h | 174 int sshpkt_put_ec(struct ssh *ssh, const EC_POINT *v, const EC_GROUP *g);
|
D | opacket.c | 105 if ((r = sshpkt_put_ec(ssh, point, curve)) != 0) in ssh_packet_put_ecpoint()
|
D | packet.c | 2763 sshpkt_put_ec(struct ssh *ssh, const EC_POINT *v, const EC_GROUP *g) in sshpkt_put_ec() function
|