Searched refs:sshbuf_get_ec (Results 1 – 5 of 5) sorted by relevance
90 sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g) in sshbuf_get_ec() function
228 int sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g);
664 #define sshbuf_get_ec Fssh_sshbuf_get_ec macro
2546 return sshbuf_get_ec(ssh->state->incoming_packet, v, g); in sshpkt_get_ec()
2152 if (sshbuf_get_ec(b, q, EC_KEY_get0_group(key->ecdsa)) != 0) { in sshkey_from_blob_internal()