Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsshbuf-getput-crypto.c68 sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g) in sshbuf_get_ec() function
H A Dkexecdh.c156 if ((r = sshbuf_get_ec(buf, dh_pub, group)) != 0) { in kex_ecdh_dec_key_group()
H A Dsshbuf.h227 int sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g);
H A Dssh-sk.c217 if ((r = sshbuf_get_ec(b, q, g)) != 0) { in sshsk_ecdsa_assemble()
H A Dpacket.c2692 return sshbuf_get_ec(ssh->state->incoming_packet, v, g); in sshpkt_get_ec()