Home
last modified time | relevance | path

Searched refs:sshkey_write (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dsshkey.h214 int sshkey_write(const struct sshkey *, FILE *);
H A Dauthfile.c509 if ((r = sshkey_write(key, f)) != 0) in sshkey_save_public()
H A Dssh-keyscan.c335 if (r >= 0 && sshkey_write(key, stdout) == 0) in keyprint_one()
H A Dssh-keygen.c788 if ((r = sshkey_write(k, stdout)) == 0) in do_convert_from()
835 if ((r = sshkey_write(prv, stdout)) != 0) in do_print_public()
880 (void) sshkey_write(keys[i], stdout); /* XXX check */ in do_download()
2876 if ((r = sshkey_write(sign_key, stdout)) == 0) in sig_verify()
H A Dssh-add.c557 if ((r = sshkey_write(idlist->keys[i], stdout)) != 0) { in list_identities()
H A Dhostfile.c460 if ((r = sshkey_write(key, f)) == 0) in write_host_entry()
H A Dsshkey.c1295 sshkey_write(const struct sshkey *key, FILE *f) in sshkey_write() function