Searched refs:sshkey_puts (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dsshkey.h167 int sshkey_puts(const struct sshkey *, struct sshbuf *);
H A Dkrl.c565 if ((r = sshkey_puts(rc->ca_key, buf)) != 0)
771 (r = sshkey_puts(sign_keys[i], buf)) != 0)
H A Dssh_namespace.h846 #define sshkey_puts Fssh_sshkey_puts macro
H A Dserverloop.c1196 (r = sshkey_puts(key, sigbuf)) != 0 ||
H A Dclientloop.c2332 (r = sshkey_puts(ctx->keys[i], signdata)) != 0)
H A Dmonitor.c731 (r = sshkey_puts(key, sigbuf)) != 0)
H A Dsshkey.c806 sshkey_puts(const struct sshkey *key, struct sshbuf *b) function

Completed in 394 milliseconds