Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dkexgexs.c162 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) != 0) in input_kex_dh_gex_init()
H A Dsshkey.h236 int sshkey_putb(const struct sshkey *, struct sshbuf *);
H A Dkexgen.c307 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) != 0) in input_kex_gen_init()
H A Dssh_namespace.h818 #define sshkey_putb Fssh_sshkey_putb macro
H A Dsshd.c823 if ((r = sshkey_putb(key, buf)) != 0)
H A Dclientloop.c2378 if ((r = sshkey_putb(ctx->keys[i], buf)) != 0 || in client_input_hostkeys()
H A Dsshkey.c911 sshkey_putb(const struct sshkey *key, struct sshbuf *b) in sshkey_putb() function
1507 if ((r = sshkey_putb(key, b)) != 0) in sshkey_to_base64()
H A Dssh-keygen.c353 if ((r = sshkey_putb(k, b)) != 0) in do_convert_to_ssh2()
/freebsd-13.1/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c66 ASSERT_INT_EQ(sshkey_putb(ca_key, ca_buf), 0); in build_cert()
445 ASSERT_INT_EQ(sshkey_putb(k1, b), 0); in sshkey_tests()
H A Dtest_fuzz.c62 ASSERT_INT_EQ(sshkey_putb(k, buf), 0); in public_fuzz()