Searched refs:sshkey_format_text (Results 1 – 3 of 3) sorted by relevance
208 int sshkey_format_text(const struct sshkey *, struct sshbuf *);
743 (r = sshkey_format_text(authctxt->auth_method_key, in auth2_update_session_info()
1374 sshkey_format_text(const struct sshkey *key, struct sshbuf *b) in sshkey_format_text() function1398 if ((r = sshkey_format_text(key, b)) != 0) in sshkey_write()