Searched refs:keytext (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | auth2-pubkey.c | 385 char *ca_fp = NULL, *key_fp = NULL, *catext = NULL, *keytext = NULL; in match_principals_command() local 441 if ((r = sshkey_to_base64(key, &keytext)) != 0) { in match_principals_command() 460 "k", keytext, in match_principals_command() 506 free(keytext); in match_principals_command() 663 char *username = NULL, *key_fp = NULL, *keytext = NULL; in user_key_command_allowed2() local 698 if ((r = sshkey_to_base64(key, &keytext)) != 0) { in user_key_command_allowed2() 725 "k", keytext, in user_key_command_allowed2() 782 free(keytext); in user_key_command_allowed2()
|
| H A D | sshconnect.c | 872 char *key_fp = NULL, *keytext = NULL, *tmp; in load_hostkeys_command() local 884 if ((r = sshkey_to_base64(host_key, &keytext)) != 0) in load_hostkeys_command() 911 "K", keytext == NULL ? "NONE" : keytext, in load_hostkeys_command() 941 free(keytext); in load_hostkeys_command()
|