Home
last modified time | relevance | path

Searched refs:sshkey_to_base64 (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dauth2-pubkey.c449 if ((r = sshkey_to_base64(cert->signature_key, &catext)) != 0) { in match_principals_command()
453 if ((r = sshkey_to_base64(key, &keytext)) != 0) { in match_principals_command()
904 if ((r = sshkey_to_base64(key, &keytext)) != 0) { in user_key_command_allowed2()
H A Dsshkey.h185 int sshkey_to_base64(const struct sshkey *, char **);
H A Dssh_namespace.h774 #define sshkey_to_base64 Fssh_sshkey_to_base64 macro
H A Dsshkey.c1399 sshkey_to_base64(const struct sshkey *key, char **b64p) in sshkey_to_base64() function
1433 if ((r = sshkey_to_base64(key, &uu)) != 0) in sshkey_format_text()