Home
last modified time | relevance | path

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

/external/openssh/
Dsshkey.h164 int sshkey_putb(const struct sshkey *, struct sshbuf *);
Dsshd.c961 if ((r = sshkey_putb(key, buf)) != 0)
Dsshkey.c803 sshkey_putb(const struct sshkey *key, struct sshbuf *b) in sshkey_putb() function
1396 if ((r = sshkey_putb(key, b)) != 0) in sshkey_to_base64()
Dclientloop.c2453 if ((r = sshkey_putb(ctx->keys[i], buf)) != 0) in client_input_hostkeys()