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

/freebsd-current/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, function
H A Dssh-keygen.c1148 if ((r = sshkey_save_public(public, pub_tmp, comment)) != 0) {
1616 if ((r = sshkey_save_public(public, identity_file, new_comment)) != 0)
1899 if ((r = sshkey_save_public(public, out, comment)) != 0) {
3235 if ((r = sshkey_save_public(key, pubpath,
3940 if ((r = sshkey_save_public(public, identity_file, comment)) != 0)
H A Dssh_namespace.h903 #define sshkey_save_public Fssh_sshkey_save_public macro
/freebsd-current/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc392 if (sshkey_save_public(st->pubkeys[keytypes[i]], path, "") != 0)

Completed in 131 milliseconds