Searched refs:sshkey_to_base64 (Results 1 – 4 of 4) sorted by relevance
694 if ((r = sshkey_to_base64(cert->signature_key, &catext)) != 0) { in match_principals_command()698 if ((r = sshkey_to_base64(key, &keytext)) != 0) { in match_principals_command()1008 if ((r = sshkey_to_base64(key, &keytext)) != 0) { in user_key_command_allowed2()
165 int sshkey_to_base64(const struct sshkey *, char **);
1393 sshkey_to_base64(const struct sshkey *key, char **b64p) in sshkey_to_base64() function1470 if ((r = sshkey_to_base64(key, &uu)) != 0) in sshkey_format_text()
8483 sshkey_to_base64() function and out of sshkey_write(); ok markus@