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.c354 char *ca_fp = NULL, *key_fp = NULL, *catext = NULL, *keytext = NULL; in match_principals_command() local
401 if ((key_fp = sshkey_fingerprint(key, in match_principals_command()
427 "f", key_fp, in match_principals_command()
473 free(key_fp); in match_principals_command()
626 char *username = NULL, *key_fp = NULL, *keytext = NULL; in user_key_command_allowed2() local
656 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.c877 char *key_fp = NULL, *keytext = NULL, *tmp; in load_hostkeys_command() local
886 if ((key_fp = sshkey_fingerprint(host_key, in load_hostkeys_command()
915 "f", key_fp == NULL ? "NONE" : key_fp, in load_hostkeys_command()
945 free(key_fp); in load_hostkeys_command()
H A Dssh-keygen.c2157 char valid[64], *key_fp, *ca_fp; in print_cert() local
2160 key_fp = sshkey_fingerprint(key, fingerprint_hash, SSH_FP_DEFAULT); in print_cert()
2163 if (key_fp == NULL || ca_fp == NULL) in print_cert()
2169 printf(" Public key: %s %s\n", sshkey_type(key), key_fp); in print_cert()