Searched refs:sshbuf_get_eckey (Results 1 – 3 of 3) sorted by relevance
111 sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v) in sshbuf_get_eckey() function
221 int sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v);
2747 if ((r = sshbuf_get_eckey(buf, k->ecdsa)) != 0 || in sshkey_private_deserialize()