Home
last modified time | relevance | path

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

/external/openssh/
Dbufec.c58 if ((ret = sshbuf_get_ec(buffer, point, curve)) != 0) { in buffer_get_ecpoint_ret()
Dsshbuf-getput-crypto.c90 sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g) in sshbuf_get_ec() function
Dsshbuf.h228 int sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g);
Dpacket.c2929 return sshbuf_get_ec(ssh->state->incoming_packet, v, g); in sshpkt_get_ec()
Dsshkey.c2072 if (sshbuf_get_ec(b, q, EC_KEY_get0_group(key->ecdsa)) != 0) { in sshkey_from_blob_internal()