Searched refs:keytext (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | auth2-pubkey.c | 390 char *ca_fp = NULL, *key_fp = NULL, *catext = NULL, *keytext = NULL; in match_principals_command() local 446 if ((r = sshkey_to_base64(key, &keytext)) != 0) { in match_principals_command() 465 "k", keytext, in match_principals_command() 511 free(keytext); in match_principals_command() 662 char *username = NULL, *key_fp = NULL, *keytext = NULL; in user_key_command_allowed2() local 697 if ((r = sshkey_to_base64(key, &keytext)) != 0) { in user_key_command_allowed2() 724 "k", keytext, in user_key_command_allowed2() 781 free(keytext); in user_key_command_allowed2()
|
| H A D | sshconnect.c | 886 char *key_fp = NULL, *keytext = NULL, *tmp; in load_hostkeys_command() local 898 if ((r = sshkey_to_base64(host_key, &keytext)) != 0) in load_hostkeys_command() 925 "K", keytext == NULL ? "NONE" : keytext, in load_hostkeys_command() 955 free(keytext); in load_hostkeys_command()
|