Home
last modified time | relevance | path

Searched refs:ssh_packet_put_ecpoint (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dopacket.h11 void ssh_packet_put_ecpoint(struct ssh *, const EC_GROUP *, const EC_POINT *);
149 ssh_packet_put_ecpoint(active_state, c, p)
Dopacket.c100 ssh_packet_put_ecpoint(struct ssh *ssh, const EC_GROUP *curve, in ssh_packet_put_ecpoint() function