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

/freebsd-current/crypto/openssh/
H A Dkexgexs.c161 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) != 0)
H A Dsshkey.h275 int sshkey_putb(const struct sshkey *, struct sshbuf *);
H A Dkexgen.c325 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) != 0)
H A Dssh_namespace.h897 #define sshkey_putb Fssh_sshkey_putb macro
H A Dsshd.c811 if ((r = sshkey_putb(key, buf)) != 0)
H A Dsshkey.c774 sshkey_putb(const struct sshkey *key, struct sshbuf *b) function
1259 if ((r = sshkey_putb(key, b)) != 0)
H A Dclientloop.c2646 if ((r = sshkey_putb(ctx->keys[i], buf)) != 0 ||
H A Dssh-keygen.c352 if ((r = sshkey_putb(k, b)) != 0)
/freebsd-current/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c67 ASSERT_INT_EQ(sshkey_putb(ca_key, ca_buf), 0);
451 ASSERT_INT_EQ(sshkey_putb(k1, b), 0);
H A Dtest_fuzz.c63 ASSERT_INT_EQ(sshkey_putb(k, buf), 0);

Completed in 230 milliseconds