Home
last modified time | relevance | path

Searched refs:sshkey_putb (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c64 ASSERT_INT_EQ(sshkey_putb(ca_key, ca_buf), 0); in build_cert()
428 ASSERT_INT_EQ(sshkey_putb(k1, b), 0); in sshkey_tests()
H A Dtest_fuzz.c56 ASSERT_INT_EQ(sshkey_putb(k, buf), 0); in public_fuzz()
/freebsd-12.1/crypto/openssh/
H A Dsshkey.h186 int sshkey_putb(const struct sshkey *, struct sshbuf *);
H A Dssh_namespace.h761 #define sshkey_putb Fssh_sshkey_putb macro
H A Dsshd.c895 if ((r = sshkey_putb(key, buf)) != 0)
H A Dclientloop.c2131 if ((r = sshkey_putb(ctx->keys[i], buf)) != 0) in client_input_hostkeys()
H A Dsshkey.c831 sshkey_putb(const struct sshkey *key, struct sshbuf *b) in sshkey_putb() function
1409 if ((r = sshkey_putb(key, b)) != 0) in sshkey_to_base64()