Home
last modified time | relevance | path

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

/external/openssh/
Dsshbuf-getput-crypto.c74 sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g) in sshbuf_get_ec() function
Dkexecdh.c160 if ((r = sshbuf_get_ec(buf, dh_pub, group)) != 0) { in kex_ecdh_dec_key_group()
Dsshbuf.h237 int sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g);
Dssh-sk.c219 if ((r = sshbuf_get_ec(b, q, EC_KEY_get0_group(key->ecdsa))) != 0) { in sshsk_ecdsa_assemble()
Dpacket.c2604 return sshbuf_get_ec(ssh->state->incoming_packet, v, g); in sshpkt_get_ec()
Dsshkey.c2467 if (sshbuf_get_ec(b, q, EC_KEY_get0_group(key->ecdsa)) != 0) { in sshkey_from_blob_internal()