Searched refs:sshbuf_put_eckey (Results 1 – 5 of 5) sorted by relevance
174 sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v) in sshbuf_put_eckey() function
240 int sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v);
738 #define sshbuf_put_eckey Fssh_sshbuf_put_eckey macro
858 (ret = sshbuf_put_eckey(b, key->ecdsa)) != 0) in to_blob_buf()3271 (r = sshbuf_put_eckey(b, key->ecdsa)) != 0 || in sshkey_private_serialize_opt()3289 (r = sshbuf_put_eckey(b, key->ecdsa)) != 0 || in sshkey_private_serialize_opt()
242 ASSERT_INT_EQ(sshbuf_put_eckey(p1, eck), 0); in sshbuf_getput_crypto_tests()