Searched refs:sshbuf_get_ec (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | bufec.c | 58 if ((ret = sshbuf_get_ec(buffer, point, curve)) != 0) { in buffer_get_ecpoint_ret()
|
D | sshbuf-getput-crypto.c | 90 sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g) in sshbuf_get_ec() function
|
D | sshbuf.h | 228 int sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g);
|
D | packet.c | 2929 return sshbuf_get_ec(ssh->state->incoming_packet, v, g); in sshpkt_get_ec()
|
D | sshkey.c | 2072 if (sshbuf_get_ec(b, q, EC_KEY_get0_group(key->ecdsa)) != 0) { in sshkey_from_blob_internal()
|