Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dauth2-pubkey.c359 char *ca_fp = NULL, *key_fp = NULL, *catext = NULL, *keytext = NULL; in match_principals_command() local
406 if ((key_fp = sshkey_fingerprint(key, in match_principals_command()
430 "f", key_fp, in match_principals_command()
476 free(key_fp); in match_principals_command()
629 char *username = NULL, *key_fp = NULL, *keytext = NULL; in user_key_command_allowed2() local
659 if ((key_fp = sshkey_fingerprint(key, options.fingerprint_hash, in user_key_command_allowed2()
688 "f", key_fp, in user_key_command_allowed2()
745 free(key_fp); in user_key_command_allowed2()
H A Dsshconnect.c846 char *key_fp = NULL, *keytext = NULL, *tmp; in load_hostkeys_command() local
855 if ((key_fp = sshkey_fingerprint(host_key, in load_hostkeys_command()
884 "f", key_fp == NULL ? "NONE" : key_fp, in load_hostkeys_command()
914 free(key_fp); in load_hostkeys_command()
H A Dssh-keygen.c2104 char valid[64], *key_fp, *ca_fp; in print_cert() local
2107 key_fp = sshkey_fingerprint(key, fingerprint_hash, SSH_FP_DEFAULT); in print_cert()
2110 if (key_fp == NULL || ca_fp == NULL) in print_cert()
2116 printf(" Public key: %s %s\n", sshkey_type(key), key_fp); in print_cert()