Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dssh-keygen.c744 if ((r = sshkey_write(k, stdout)) == 0) in do_convert_from()
789 if ((r = sshkey_write(prv, stdout)) != 0) in do_print_public()
827 (void) sshkey_write(keys[i], stdout); /* XXX check */ in do_download()
1094 if ((r = sshkey_write(public, f)) != 0) { in do_gen_all_hostkeys()
1550 if ((r = sshkey_write(public, f)) != 0) in do_change_comment()
1795 if ((r = sshkey_write(public, f)) != 0) in do_ca_sign()
2861 if ((r = sshkey_write(public, f)) != 0) in main()
H A Dsshkey.h142 int sshkey_write(const struct sshkey *, FILE *);
H A Dssh-add.c431 if ((r = sshkey_write(idlist->keys[i], stdout)) != 0) { in list_identities()
H A Dssh-keyscan.c303 sshkey_write(key, stdout); in keyprint_one()
H A Dhostfile.c435 if ((r = sshkey_write(key, f)) == 0) in write_host_entry()
H A Dssh_namespace.h783 #define sshkey_write Fssh_sshkey_write macro
H A Dsshkey.c1445 sshkey_write(const struct sshkey *key, FILE *f) in sshkey_write() function