Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth2-pubkey.c360 char *ca_fp = NULL, *key_fp = NULL, *catext = NULL, *keytext = NULL; in match_principals_command() local
416 if ((r = sshkey_to_base64(key, &keytext)) != 0) { in match_principals_command()
435 "k", keytext, in match_principals_command()
481 free(keytext); in match_principals_command()
632 char *username = NULL, *key_fp = NULL, *keytext = NULL; in user_key_command_allowed2() local
667 if ((r = sshkey_to_base64(key, &keytext)) != 0) { in user_key_command_allowed2()
694 "k", keytext, in user_key_command_allowed2()
751 free(keytext); in user_key_command_allowed2()
H A Dsshconnect.c913 char *key_fp = NULL, *keytext = NULL, *tmp; in load_hostkeys_command() local
925 if ((r = sshkey_to_base64(host_key, &keytext)) != 0) in load_hostkeys_command()
952 "K", keytext == NULL ? "NONE" : keytext, in load_hostkeys_command()
982 free(keytext); in load_hostkeys_command()