Searched refs:sshkey_save_public (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | authfile.h | 51 int sshkey_save_public(const struct sshkey *key, const char *path,
|
D | authfile.c | 487 sshkey_save_public(const struct sshkey *key, const char *path, in sshkey_save_public() function
|
D | ssh-keygen.c | 1126 if ((r = sshkey_save_public(public, pub_tmp, comment)) != 0) { in do_gen_all_hostkeys() 1584 if ((r = sshkey_save_public(public, identity_file, new_comment)) != 0) { in do_change_comment() 1847 if ((r = sshkey_save_public(public, out, comment)) != 0) { in do_ca_sign() 3010 if ((r = sshkey_save_public(keys[i], pubpath, in do_download_sk() 3652 if ((r = sshkey_save_public(public, identity_file, comment)) != 0) { in main()
|