Home
last modified time | relevance | path

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

/external/openssh/
Dkexecdhs.c110 if ((r = sshpkt_get_ec(ssh, client_public, group)) != 0 || in input_kex_ecdh_init()
Dkexecdhc.c144 if ((r = sshpkt_get_ec(ssh, server_public, group)) != 0 || in input_kex_ecdh_reply()
Dpacket.h185 int sshpkt_get_ec(struct ssh *ssh, EC_POINT *v, const EC_GROUP *g);
Dopacket.c180 if ((r = sshpkt_get_ec(ssh, point, curve)) != 0) in ssh_packet_get_ecpoint()
Dpacket.c2800 sshpkt_get_ec(struct ssh *ssh, EC_POINT *v, const EC_GROUP *g) in sshpkt_get_ec() function