Home
last modified time | relevance | path

Searched refs:sshkey_save_public (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/crypto/openssh/
H A Dauthfile.h51 int sshkey_save_public(const struct sshkey *key, const char *path,
H A Dauthfile.c495 sshkey_save_public(const struct sshkey *key, const char *path, in sshkey_save_public() function
H A Dssh-keygen.c1152 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 Dssh_namespace.h903 #define sshkey_save_public Fssh_sshkey_save_public macro
/freebsd-14.2/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc392 if (sshkey_save_public(st->pubkeys[keytypes[i]], path, "") != 0) in main()