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

/freebsd-10.3-release/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 Dserverloop.c1192 (r = sshkey_puts(key, sigbuf)) != 0 ||
H A Dssh_namespace.h841 #define sshkey_puts Fssh_sshkey_puts macro
H A Dclientloop.c2328 (r = sshkey_puts(ctx->keys[i], signdata)) != 0)
H A Dmonitor.c726 (r = sshkey_puts(key, sigbuf)) != 0)
H A Dsshkey.c806 sshkey_puts(const struct sshkey *key, struct sshbuf *b) function

Completed in 112 milliseconds