Home
last modified time | relevance | path

Searched refs:sshbuf_put_eckey (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dsshbuf-getput-crypto.c174 sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v) in sshbuf_put_eckey() function
187 return sshbuf_put_eckey(buf, ec); in sshbuf_put_ec_pkey()
H A Dsshbuf.h226 int sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v);
H A Dssh_namespace.h815 #define sshbuf_put_eckey Fssh_sshbuf_put_eckey macro
/freebsd/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_crypto.c241 ASSERT_INT_EQ(sshbuf_put_eckey(p1, eck), 0); in sshbuf_getput_crypto_tests()