Home
last modified time | relevance | path

Searched refs:sshbuf_get_ec (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/openssh/
HDsshbuf-getput-crypto.c74 sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g) in sshbuf_get_ec() function
HDkexecdh.c160 if ((r = sshbuf_get_ec(buf, dh_pub, group)) != 0) { in kex_ecdh_dec_key_group()
HDsshbuf.h222 int sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g);
HDpacket.c2718 return sshbuf_get_ec(ssh->state->incoming_packet, v, g); in sshpkt_get_ec()