Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dsshbuf-getput-crypto.c174 sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v) in sshbuf_put_eckey() function
H A Dsshbuf.h225 int sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v);
H A Dssh-ecdsa.c104 (r = sshbuf_put_eckey(b, key->ecdsa)) != 0) in ssh_ecdsa_serialize_public()
H A Dssh_namespace.h809 #define sshbuf_put_eckey Fssh_sshbuf_put_eckey macro
/freebsd-14.2/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()