Searched refs:sshbuf_get_ec (Results 1 – 4 of 4) sorted by relevance
74 sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g) in sshbuf_get_ec() function
160 if ((r = sshbuf_get_ec(buf, dh_pub, group)) != 0) { in kex_ecdh_dec_key_group()
222 int sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g);
2718 return sshbuf_get_ec(ssh->state->incoming_packet, v, g); in sshpkt_get_ec()