Searched refs:sshbuf_put_eckey (Results 1 – 4 of 4) sorted by relevance
174 sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v) in sshbuf_put_eckey() function187 return sshbuf_put_eckey(buf, ec); in sshbuf_put_ec_pkey()
226 int sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v);
815 #define sshbuf_put_eckey Fssh_sshbuf_put_eckey macro
241 ASSERT_INT_EQ(sshbuf_put_eckey(p1, eck), 0); in sshbuf_getput_crypto_tests()