Home
last modified time | relevance | path

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

/external/openssh/
Dsshkey.h177 int sshkey_write(const struct sshkey *, FILE *);
Dauthfile.c500 if ((r = sshkey_write(key, f)) != 0) in sshkey_save_public()
Dssh-add.c491 if ((r = sshkey_write(idlist->keys[i], stdout)) != 0) { in list_identities()
Dssh-keyscan.c325 sshkey_write(key, stdout); in keyprint_one()
Dhostfile.c432 if ((r = sshkey_write(key, f)) == 0) in write_host_entry()
Dssh-keygen.c770 if ((r = sshkey_write(k, stdout)) == 0) in do_convert_from()
816 if ((r = sshkey_write(prv, stdout)) != 0) in do_print_public()
857 (void) sshkey_write(keys[i], stdout); /* XXX check */ in do_download()
Dsshkey.c1541 sshkey_write(const struct sshkey *key, FILE *f) in sshkey_write() function