Searched refs:sshkey_write (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dsshkey.h128 int sshkey_write(const struct sshkey *, FILE *);
H A Dkey.c51 return sshkey_write(key, f) == 0 ? 1 : 0;
H A Dssh-keygen.c715 if ((r = sshkey_write(k, stdout)) == 0)
760 if ((r = sshkey_write(prv, stdout)) != 0)
798 (void) sshkey_write(keys[i], stdout); /* XXX check */
1055 if ((r = sshkey_write(public, f)) != 0) {
1483 if ((r = sshkey_write(public, f)) != 0)
1662 if ((r = sshkey_write(public, f)) != 0)
2724 if ((r = sshkey_write(public, f)) != 0)
H A Dssh-add.c392 if ((r = sshkey_write(idlist->keys[i],
394 fprintf(stderr, "sshkey_write: %s\n",
H A Dhostfile.c436 if ((r = sshkey_write(key, f)) == 0)
439 error("%s: sshkey_write failed: %s", __func__, ssh_err(r));
H A Dssh_namespace.h862 #define sshkey_write Fssh_sshkey_write macro
H A Dssh-keyscan.c334 sshkey_write(key, stdout);
H A Dsshkey.c1475 sshkey_write(const struct sshkey *key, FILE *f) function

Completed in 192 milliseconds