Home
last modified time | relevance | path

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

/dragonfly/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.h240 int sshkey_putb(const struct sshkey *, struct sshbuf *);
H A Dkexgen.c325 if ((r = sshkey_putb(server_host_public, server_host_key_blob)) != 0) in input_kex_gen_init()
H A Dsshd.c798 if ((r = sshkey_putb(key, buf)) != 0)
H A Dclientloop.c2403 if ((r = sshkey_putb(ctx->keys[i], buf)) != 0 || in client_input_hostkeys()
H A Dsshkey.c940 sshkey_putb(const struct sshkey *key, struct sshbuf *b) in sshkey_putb() function
1536 if ((r = sshkey_putb(key, b)) != 0) in sshkey_to_base64()
H A Dssh-keygen.c354 if ((r = sshkey_putb(k, b)) != 0) in do_convert_to_ssh2()