Home
last modified time | relevance | path

Searched refs:keytext (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssh/
HDauth2-pubkey.c354 char *ca_fp = NULL, *key_fp = NULL, *catext = NULL, *keytext = NULL; in match_principals_command() local
410 if ((r = sshkey_to_base64(key, &keytext)) != 0) { in match_principals_command()
429 "k", keytext, in match_principals_command()
475 free(keytext); in match_principals_command()
626 char *username = NULL, *key_fp = NULL, *keytext = NULL; in user_key_command_allowed2() local
661 if ((r = sshkey_to_base64(key, &keytext)) != 0) { in user_key_command_allowed2()
688 "k", keytext, in user_key_command_allowed2()
745 free(keytext); in user_key_command_allowed2()
HDsshconnect.c877 char *key_fp = NULL, *keytext = NULL, *tmp; in load_hostkeys_command() local
889 if ((r = sshkey_to_base64(host_key, &keytext)) != 0) in load_hostkeys_command()
916 "K", keytext == NULL ? "NONE" : keytext, in load_hostkeys_command()
946 free(keytext); in load_hostkeys_command()