Searched refs:sshkey_putb (Results 1 – 4 of 4) sorted by relevance
164 int sshkey_putb(const struct sshkey *, struct sshbuf *);
961 if ((r = sshkey_putb(key, buf)) != 0)
803 sshkey_putb(const struct sshkey *key, struct sshbuf *b) in sshkey_putb() function1396 if ((r = sshkey_putb(key, b)) != 0) in sshkey_to_base64()
2453 if ((r = sshkey_putb(ctx->keys[i], buf)) != 0) in client_input_hostkeys()