HomeSort by relevance Sort by last modified time
    Searched refs:sshpkt_get_ec (Results 1 - 5 of 5) sorted by null

  /external/openssh/
kexecdhs.c 110 if ((r = sshpkt_get_ec(ssh, client_public, group)) != 0 ||
kexecdhc.c 144 if ((r = sshpkt_get_ec(ssh, server_public, group)) != 0 ||
opacket.c 180 if ((r = sshpkt_get_ec(ssh, point, curve)) != 0)
packet.h 185 int sshpkt_get_ec(struct ssh *ssh, EC_POINT *v, const EC_GROUP *g);
packet.c 2800 sshpkt_get_ec(struct ssh *ssh, EC_POINT *v, const EC_GROUP *g) function
    [all...]

Completed in 29 milliseconds