Searched refs:sshkey_to_base64 (Results 1 – 5 of 5) sorted by relevance
444 if ((r = sshkey_to_base64(cert->signature_key, &catext)) != 0) { in match_principals_command()448 if ((r = sshkey_to_base64(key, &keytext)) != 0) { in match_principals_command()699 if ((r = sshkey_to_base64(key, &keytext)) != 0) { in user_key_command_allowed2()
275 int sshkey_to_base64(const struct sshkey *, char **);
925 if ((r = sshkey_to_base64(host_key, &keytext)) != 0) in load_hostkeys_command()
1353 sshkey_to_base64(const struct sshkey *key, char **b64p) in sshkey_to_base64() function1387 if ((r = sshkey_to_base64(key, &uu)) != 0) in sshkey_format_text()
731 sshkey_to_base64