Searched refs:sshbuf_put_eckey (Results 1 – 5 of 5) sorted by relevance
218 sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v) in sshbuf_put_eckey() function
231 int sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v);
687 #define sshbuf_put_eckey Fssh_sshbuf_put_eckey macro
789 (ret = sshbuf_put_eckey(b, key->ecdsa)) != 0) in to_blob_buf()2789 (r = sshbuf_put_eckey(b, key->ecdsa)) != 0 || in sshkey_private_serialize_opt()
371 ASSERT_INT_EQ(sshbuf_put_eckey(p1, eck), 0); in sshbuf_getput_crypto_tests()