Searched refs:sshpkt_get_ec (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | kexecdhs.c | 110 if ((r = sshpkt_get_ec(ssh, client_public, group)) != 0 || in input_kex_ecdh_init()
|
D | kexecdhc.c | 144 if ((r = sshpkt_get_ec(ssh, server_public, group)) != 0 || in input_kex_ecdh_reply()
|
D | packet.h | 185 int sshpkt_get_ec(struct ssh *ssh, EC_POINT *v, const EC_GROUP *g);
|
D | opacket.c | 180 if ((r = sshpkt_get_ec(ssh, point, curve)) != 0) in ssh_packet_get_ecpoint()
|
D | packet.c | 2800 sshpkt_get_ec(struct ssh *ssh, EC_POINT *v, const EC_GROUP *g) in sshpkt_get_ec() function
|