Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshkey.h196 int sshkey_format_text(const struct sshkey *, struct sshbuf *);
H A Dauth2.c790 (r = sshkey_format_text(authctxt->auth_method_key, in auth2_update_session_info()
H A Dhostfile.c463 if ((r = sshkey_format_text(key, entry)) == 0) in format_host_entry()
H A Dssh_namespace.h881 #define sshkey_format_text Fssh_sshkey_format_text macro
H A Dsshkey.c1404 sshkey_format_text(const struct sshkey *key, struct sshbuf *b) in sshkey_format_text() function
1428 if ((r = sshkey_format_text(key, b)) != 0) in sshkey_write()