Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-pubkey.c385 char *ca_fp = NULL, *key_fp = NULL, *catext = NULL, *keytext = NULL; in match_principals_command() local
432 if ((key_fp = sshkey_fingerprint(key, in match_principals_command()
458 "f", key_fp, in match_principals_command()
504 free(key_fp); in match_principals_command()
663 char *username = NULL, *key_fp = NULL, *keytext = NULL; in user_key_command_allowed2() local
693 if ((key_fp = sshkey_fingerprint(key, options.fingerprint_hash, in user_key_command_allowed2()
724 "f", key_fp, in user_key_command_allowed2()
781 free(key_fp); in user_key_command_allowed2()
H A Dsshconnect.c872 char *key_fp = NULL, *keytext = NULL, *tmp; in load_hostkeys_command() local
881 if ((key_fp = sshkey_fingerprint(host_key, in load_hostkeys_command()
910 "f", key_fp == NULL ? "NONE" : key_fp, in load_hostkeys_command()
940 free(key_fp); in load_hostkeys_command()
H A Dssh-keygen.c2076 char valid[64], *key_fp, *ca_fp; in print_cert() local
2079 key_fp = sshkey_fingerprint(key, fingerprint_hash, SSH_FP_DEFAULT); in print_cert()
2082 if (key_fp == NULL || ca_fp == NULL) in print_cert()
2088 printf(" Public key: %s %s\n", sshkey_type(key), key_fp); in print_cert()