Searched refs:sshbuf_get_ec (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | sshbuf-getput-crypto.c | 74 sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g) in sshbuf_get_ec() function
|
D | kexecdh.c | 160 if ((r = sshbuf_get_ec(buf, dh_pub, group)) != 0) { in kex_ecdh_dec_key_group()
|
D | sshbuf.h | 237 int sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g);
|
D | ssh-sk.c | 219 if ((r = sshbuf_get_ec(b, q, EC_KEY_get0_group(key->ecdsa))) != 0) { in sshsk_ecdsa_assemble()
|
D | packet.c | 2604 return sshbuf_get_ec(ssh->state->incoming_packet, v, g); in sshpkt_get_ec()
|
D | sshkey.c | 2467 if (sshbuf_get_ec(b, q, EC_KEY_get0_group(key->ecdsa)) != 0) { in sshkey_from_blob_internal()
|