Home
last modified time | relevance | path

Searched refs:key_fp (Results 1 – 3 of 3) sorted by relevance

/netbsd/crypto/external/bsd/openssh/dist/
H A Dauth2-pubkey.c358 char *ca_fp = NULL, *key_fp = NULL, *catext = NULL, *keytext = NULL; in match_principals_command() local
405 if ((key_fp = sshkey_fingerprint(key, in match_principals_command()
429 "f", key_fp, in match_principals_command()
475 free(key_fp); in match_principals_command()
628 char *username = NULL, *key_fp = NULL, *keytext = NULL; in user_key_command_allowed2() local
658 if ((key_fp = sshkey_fingerprint(key, options.fingerprint_hash, in user_key_command_allowed2()
687 "f", key_fp, in user_key_command_allowed2()
744 free(key_fp); in user_key_command_allowed2()
H A Dsshconnect.c845 char *key_fp = NULL, *keytext = NULL, *tmp; in load_hostkeys_command() local
854 if ((key_fp = sshkey_fingerprint(host_key, in load_hostkeys_command()
883 "f", key_fp == NULL ? "NONE" : key_fp, in load_hostkeys_command()
913 free(key_fp); in load_hostkeys_command()
H A Dssh-keygen.c2097 char valid[64], *key_fp, *ca_fp; in print_cert() local
2100 key_fp = sshkey_fingerprint(key, fingerprint_hash, SSH_FP_DEFAULT); in print_cert()
2103 if (key_fp == NULL || ca_fp == NULL) in print_cert()
2109 printf(" Public key: %s %s\n", sshkey_type(key), key_fp); in print_cert()