| /freebsd-12.1/crypto/openssh/ |
| H A D | auth2-hostbased.c | 112 __func__, sshkey_type(key)); in userauth_hostbased() 235 sshkey_type(key->cert->signature_key), fp, in hostbased_key_allowed() 242 sshkey_type(key), fp, cuser, lookup); in hostbased_key_allowed()
|
| H A D | auth2-pubkey.c | 82 xasprintf(&ret, "%s %s", sshkey_type(key), fp); in format_key() 132 logit("refusing previously-used %s key", sshkey_type(key)); in userauth_pubkey() 616 sshkey_is_cert(key) ? "CA" : "key", sshkey_type(found), fp); in check_authkey_line() 626 sshkey_type(found), fp, loc); in check_authkey_line() 666 sshkey_type(found), fp, loc); in check_authkey_line() 750 sshkey_type(key->cert->signature_key), ca_fp, in user_cert_trusted_ca() 812 sshkey_type(key->cert->signature_key), ca_fp, in user_cert_trusted_ca()
|
| H A D | sshconnect.c | 905 type = sshkey_type(host_key); in check_host_key() 1128 sshkey_type(host_found->key), in check_host_key() 1321 __func__, sshkey_type(host_key), fp); in verify_host_key() 1334 sshkey_type(host_key), fp, in verify_host_key() 1340 "revoked keys file %s: %s", sshkey_type(host_key), in verify_host_key() 1474 sshkey_type(found->key), in show_other_keys() 1476 sshkey_type(found->key), fp); in show_other_keys() 1503 sshkey_type(host_key), fp); in warn_changed_key()
|
| H A D | ssh_api.c | 444 debug3("%s: check %s", __func__, sshkey_type(k->key)); in _ssh_host_public_key() 459 debug3("%s: check %s", __func__, sshkey_type(k->key)); in _ssh_host_private_key() 472 debug3("%s: need %s", __func__, sshkey_type(hostkey)); in _ssh_verify_host_key() 474 debug3("%s: check %s", __func__, sshkey_type(k->key)); in _ssh_verify_host_key()
|
| H A D | auth.c | 289 sshkey_type(key), key->cert->key_id, in format_method_key() 291 sshkey_type(key->cert->signature_key), in format_method_key() 299 xasprintf(&ret, "%s %s%s%s", sshkey_type(key), in format_method_key() 658 sshkey_type(key), fp, options.revoked_keys_file); in auth_key_is_revoked() 662 "revoked keys file %s: %s", sshkey_type(key), fp, in auth_key_is_revoked()
|
| H A D | ssh-keygen.c | 341 sshkey_size(k), sshkey_type(k), in do_convert_to_ssh2() 372 fatal("%s: unsupported key type %s", __func__, sshkey_type(k)); in do_convert_to_pkcs8() 386 fatal("%s: unsupported key type %s", __func__, sshkey_type(k)); in do_convert_to_pem() 766 sshkey_type(k)); in do_convert_from() 821 fp, sshkey_type(keys[i])); in do_download() 869 comment ? comment : "no comment", sshkey_type(public)); in fingerprint_one_key() 1235 sshkey_type(l->key), fp, l->comment); in known_hosts_find_delete() 1754 __func__, tmp, sshkey_type(public)); in do_ca_sign() 2005 printf(" Public key: %s %s\n", sshkey_type(key), key_fp); in print_cert() 2007 sshkey_type(key->cert->signature_key), ca_fp); in print_cert()
|
| H A D | hostfile.c | 253 sshkey_type(l->key), l->path, l->linenum); in record_hostkey() 498 sshkey_type(l->key), l->path, l->linenum); in host_delete() 509 l->path, l->linenum, sshkey_type(l->key), ctx->host); in host_delete()
|
| H A D | sshkey.h | 139 const char *sshkey_type(const struct sshkey *);
|
| H A D | ssh-keysign.c | 287 sshkey_type(key), fp ? fp : ""); in main()
|
| H A D | krl.c | 236 ca_key == NULL ? "*" : sshkey_type(ca_key))); in revoked_certs_for_ca_key() 405 debug3("%s: revoke type %s", __func__, sshkey_type(key)); in ssh_krl_revoke_key_explicit() 418 debug3("%s: revoke type %s by sha1", __func__, sshkey_type(key)); in ssh_krl_revoke_key_sha1()
|
| H A D | clientloop.c | 1851 sshkey_type(ctx->keys[i]), fp); in update_known_hosts() 1859 sshkey_type(ctx->old_keys[i]), fp); in update_known_hosts() 1964 __func__, sshkey_type(ctx->keys[i]), i); in client_global_hostkeys_private_confirm() 2045 sshkey_type(key), fp); in client_input_hostkeys()
|
| H A D | sshconnect2.c | 1167 debug3("%s: %s %s", __func__, sshkey_type(id->key), fp); in sign_and_send_pubkey() 1274 loc, sshkey_type(id->key), fp); in sign_and_send_pubkey() 1616 sshkey_type(id->key), id->filename); in try_identity() 1651 sshkey_type(id->key), fp, id->filename); in userauth_pubkey()
|
| H A D | ssh-add.c | 428 sshkey_type(idlist->keys[i])); in list_identities()
|
| H A D | auth2.c | 772 sshkey_type(authctxt->prev_keys[i]), in auth2_key_already_used()
|
| H A D | serverloop.c | 707 __func__, sshkey_type(key)); in server_input_hostkeys_prove()
|
| H A D | ssh.c | 2056 __func__, cp, sshkey_type(public)); in load_public_identity_files() 2096 __func__, filename, sshkey_type(public)); in load_public_identity_files()
|
| H A D | sshd.c | 520 sshkey_type(sensitive_data.host_keys[i]), in demote_sensitive_data() 1885 sshkey_type(key));
|
| H A D | ssh_namespace.h | 778 #define sshkey_type Fssh_sshkey_type macro
|
| H A D | ssh-agent.c | 317 verbose("%s: %s key not found", __func__, sshkey_type(key)); in process_sign_request2()
|
| H A D | sshkey.c | 149 sshkey_type(const struct sshkey *k) in sshkey_type() function 1127 sshkey_type(k), sshkey_size(k)); in fingerprint_randomart() 1130 r = snprintf(title, sizeof(title), "[%s]", sshkey_type(k)); in fingerprint_randomart()
|
| H A D | monitor.c | 1220 (key == NULL || !authctxt->valid) ? "invalid" : sshkey_type(key), in mm_answer_keyallowed()
|
| /freebsd-12.1/crypto/openssh/regress/unittests/sshkey/ |
| H A D | test_sshkey.c | 158 sshkey_type(k), lens[i]); in signature_tests()
|