Searched refs:sshbuf_get_eckey (Results 1 – 6 of 6) sorted by relevance
66 sshbuf_get_eckey(p1, eck); in attempt_parse_blob()
387 ASSERT_INT_EQ(sshbuf_get_eckey(p1, eck), 0); in sshbuf_getput_crypto_tests()
111 sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v) in sshbuf_get_eckey() function
229 int sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v);
665 #define sshbuf_get_eckey Fssh_sshbuf_get_eckey macro
2961 if ((r = sshbuf_get_eckey(buf, k->ecdsa)) != 0 || in sshkey_private_deserialize()