Searched refs:sshbuf_put_eckey (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dsshbuf-getput-crypto.c218 sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v) function
H A Dsshbuf.h223 int sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v);
H A Dssh_namespace.h775 #define sshbuf_put_eckey Fssh_sshbuf_put_eckey macro
H A Dsshkey.c772 (ret = sshbuf_put_eckey(b, key->ecdsa)) != 0)
2624 (r = sshbuf_put_eckey(b, key->ecdsa)) != 0 ||
/freebsd-10-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_crypto.c371 ASSERT_INT_EQ(sshbuf_put_eckey(p1, eck), 0);

Completed in 79 milliseconds