Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dauth2-pubkey.c353 char *ca_fp = NULL, *key_fp = NULL, *catext = NULL, *keytext = NULL; in match_principals_command() local
409 if ((r = sshkey_to_base64(key, &keytext)) != 0) { in match_principals_command()
428 "k", keytext, in match_principals_command()
474 free(keytext); in match_principals_command()
625 char *username = NULL, *key_fp = NULL, *keytext = NULL; in user_key_command_allowed2() local
660 if ((r = sshkey_to_base64(key, &keytext)) != 0) { in user_key_command_allowed2()
687 "k", keytext, in user_key_command_allowed2()
744 free(keytext); in user_key_command_allowed2()
H A Dsshconnect.c853 char *key_fp = NULL, *keytext = NULL, *tmp; in load_hostkeys_command() local
865 if ((r = sshkey_to_base64(host_key, &keytext)) != 0) in load_hostkeys_command()
892 "K", keytext == NULL ? "NONE" : keytext, in load_hostkeys_command()
922 free(keytext); in load_hostkeys_command()