Searched refs:sshbuf_get_eckey (Results 1 – 7 of 7) sorted by relevance
67 sshbuf_get_eckey(p1, eck); in attempt_parse_blob()
257 ASSERT_INT_EQ(sshbuf_get_eckey(p1, eck), 0); in sshbuf_getput_crypto_tests()
95 sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v) in sshbuf_get_eckey() function
224 int sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v);
251 if ((r = sshbuf_get_eckey(b, ec)) != 0) in ssh_ecdsa_deserialize_public()
782 #define sshbuf_get_eckey Fssh_sshbuf_get_eckey macro
231 if ((r = sshbuf_get_eckey(b, ec)) != 0) { in cred_matches_key_ecdsa()