Searched refs:sshkey_save_public (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/crypto/openssh/ |
| H A D | authfile.h | 51 int sshkey_save_public(const struct sshkey *key, const char *path,
|
| H A D | authfile.c | 495 sshkey_save_public(const struct sshkey *key, const char *path, in sshkey_save_public() function
|
| H A D | ssh-keygen.c | 1152 if ((r = sshkey_save_public(public, pub_tmp, comment)) != 0) { in do_gen_all_hostkeys() 1620 if ((r = sshkey_save_public(public, identity_file, new_comment)) != 0) in do_change_comment() 1903 if ((r = sshkey_save_public(public, out, comment)) != 0) { in do_ca_sign() 3239 if ((r = sshkey_save_public(key, pubpath, in do_download_sk() 3944 if ((r = sshkey_save_public(public, identity_file, comment)) != 0) in main()
|
| H A D | ssh_namespace.h | 903 #define sshkey_save_public Fssh_sshkey_save_public macro
|
| /freebsd-14.2/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | kex_fuzz.cc | 392 if (sshkey_save_public(st->pubkeys[keytypes[i]], path, "") != 0) in main()
|