| /freebsd-13.1/crypto/openssh/ |
| H A D | auth2-hostbased.c | 112 sshkey_type(key)); in userauth_hostbased() 241 sshkey_type(key->cert->signature_key), fp, in hostbased_key_allowed() 248 sshkey_type(key), fp, cuser, lookup); in hostbased_key_allowed()
|
| H A D | auth2-pubkey.c | 83 xasprintf(&ret, "%s %s", sshkey_type(key), fp); in format_key() 149 logit("refusing previously-used %s key", sshkey_type(key)); in userauth_pubkey() 635 sshkey_is_cert(key) ? "CA" : "key", sshkey_type(found), fp); in check_authkey_line() 645 sshkey_type(found), fp, loc); in check_authkey_line() 686 sshkey_type(found), fp, loc); in check_authkey_line() 770 sshkey_type(key->cert->signature_key), ca_fp, in user_cert_trusted_ca() 832 sshkey_type(key->cert->signature_key), ca_fp, in user_cert_trusted_ca()
|
| H A D | ssh_api.c | 473 debug3_f("check %s", sshkey_type(k->key)); in _ssh_host_public_key() 488 debug3_f("check %s", sshkey_type(k->key)); in _ssh_host_private_key() 501 debug3_f("need %s", sshkey_type(hostkey)); in _ssh_verify_host_key() 503 debug3_f("check %s", sshkey_type(k->key)); in _ssh_verify_host_key()
|
| H A D | auth.c | 292 sshkey_type(key), fp == NULL ? "(null)" : fp, in format_method_key() 295 sshkey_type(key->cert->signature_key), in format_method_key() 304 xasprintf(&ret, "%s %s%s%s", sshkey_type(key), in format_method_key() 674 sshkey_type(key), fp, options.revoked_keys_file); in auth_key_is_revoked() 678 "revoked keys file %s", sshkey_type(key), fp, in auth_key_is_revoked()
|
| H A D | sshconnect.c | 1005 type = sshkey_type(host_key); in check_host_key() 1272 sshkey_type(host_found->key), in check_host_key() 1462 sshkey_type(host_key), fp); in verify_host_key() 1475 sshkey_type(host_key), fp, in verify_host_key() 1481 "revoked keys file %s", sshkey_type(host_key), in verify_host_key() 1604 sshkey_type(found->key), in show_other_keys() 1606 sshkey_type(found->key), fp); in show_other_keys() 1633 sshkey_type(host_key), fp); in warn_changed_key()
|
| H A D | ssh-add.c | 127 sshkey_type(key), comment); in delete_one() 530 sshkey_type(idlist->keys[i])); in list_identities() 601 sshkey_type(keys[i]), fp); in load_resident_keys() 610 sshkey_type(keys[i]), fp); in load_resident_keys()
|
| H A D | ssh-keygen.c | 361 sshkey_size(k), sshkey_type(k), in do_convert_to_ssh2() 856 fp, sshkey_type(keys[i])); in do_download() 1268 sshkey_type(l->key), fp, in known_hosts_find_delete() 1825 tmp, sshkey_type(public)); in do_ca_sign() 1854 sshkey_type(ca), ca_fp); in do_ca_sign() 2086 sshkey_type(key->cert->signature_key), ca_fp, in print_cert() 2530 sshkey_type(signkey)); in sign_one() 2540 sshkey_type(signkey), fp); in sign_one() 2778 sshkey_type(sign_key), fp); in sig_verify() 3041 sshkey_type(keys[i]), keys[i]->type); in do_download_sk() [all …]
|
| H A D | ssh-sk-helper.c | 121 "msg len %zu, compat 0x%lx", sshkey_type(key), in process_sign() 249 debug_f("key %zu %s %s", i, sshkey_type(keys[i]), in process_load_resident()
|
| H A D | sshconnect2.c | 691 id->key ? sshkey_type(id->key) : "", id->key ? " " : "", in format_identity() 750 sshkey_type(key), fp == NULL ? "<ERROR>" : fp); in input_userauth_pk_ok() 1270 sshkey_type(sign_key), id->filename); in identity_sign() 1281 sshkey_type(sign_key), fp); in identity_sign() 1353 debug3_f("%s %s", sshkey_type(id->key), fp); in sign_and_send_pubkey() 1454 loc, sshkey_type(id->key), fp); in sign_and_send_pubkey() 1458 sshkey_type(sign_id->key), sign_id->filename, in sign_and_send_pubkey() 1827 sshkey_type(id->key), id->filename); in try_identity()
|
| H A D | hostfile.c | 248 sshkey_type(l->key), l->path, l->linenum); in record_hostkey() 561 sshkey_type(l->key), l->path, l->linenum); in host_delete() 571 l->path, l->linenum, sshkey_type(l->key), ctx->host); in host_delete()
|
| H A D | ssh-keysign.c | 278 sshkey_type(key), fp ? fp : ""); in main()
|
| H A D | clientloop.c | 2018 sshkey_type(ctx->keys[i]), fp); in update_known_hosts() 2029 sshkey_type(ctx->old_keys[i]), fp); in update_known_hosts() 2146 sshkey_type(ctx->keys[i]), i, in client_global_hostkeys_private_confirm() 2153 sshkey_type(ctx->keys[i]), i); in client_global_hostkeys_private_confirm() 2236 debug3_f("received %s key %s", sshkey_type(key), fp); in client_input_hostkeys()
|
| H A D | sshkey.h | 176 const char *sshkey_type(const struct sshkey *);
|
| H A D | monitor.c | 1208 (key == NULL || !authctxt->valid) ? "invalid" : sshkey_type(key), in mm_answer_keyallowed() 1435 debug3_f("%s %s signature %s%s%s", auth_method, sshkey_type(key), in mm_answer_keyverify() 1448 sshkey_type(key), fp, in mm_answer_keyverify() 1460 "not met ", sshkey_type(key), fp, in mm_answer_keyverify()
|
| H A D | ssh-pkcs11-helper.c | 101 debug("check %s %s %s", sshkey_type(ki->key), in lookup_key()
|
| H A D | ssh-agent.c | 471 verbose_f("%s key not found", sshkey_type(key)); in process_sign_request2() 490 sshkey_type(id->key), fp); in process_sign_request2() 736 "authenticator-hosted key", sshkey_type(k)); in process_add_identity()
|
| H A D | ssh-sk-client.c | 424 debug_f("keys[%zu]: %s %s", nkeys, sshkey_type(key), in sshsk_load_resident()
|
| H A D | krl.c | 244 KRL_DBG(("new CA %s", ca_key == NULL ? "*" : sshkey_type(ca_key))); in revoked_certs_for_ca_key() 410 debug3_f("revoke type %s", sshkey_type(key)); in ssh_krl_revoke_key_explicit()
|
| H A D | auth2.c | 768 sshkey_type(authctxt->prev_keys[i]), in auth2_key_already_used()
|
| H A D | ssh-sk.c | 635 provider_path, sshkey_type(key), key->sk_flags, in sshsk_sign()
|
| H A D | sshd.c | 431 sshkey_type(sensitive_data.host_keys[i])); in demote_sensitive_data() 1973 sshkey_type(key));
|
| H A D | serverloop.c | 710 error_f("unknown host %s key", sshkey_type(key)); in server_input_hostkeys_prove()
|
| H A D | ssh.c | 2314 cp, sshkey_type(public)); in load_public_identity_files() 2347 filename, sshkey_type(public)); in load_public_identity_files()
|
| /freebsd-13.1/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | kex_fuzz.cc | 356 kextypes[j], sshkey_type(st->pubkeys[keytypes[i]])); in main() 367 kextypes[j], sshkey_type(st->pubkeys[keytypes[i]])); in main() 384 sshkey_type(st->privkeys[keytypes[i]])); in main() 391 sshkey_type(st->pubkeys[keytypes[i]])); in main()
|
| /freebsd-13.1/crypto/openssh/regress/unittests/sshkey/ |
| H A D | test_sshkey.c | 162 sshkey_type(k), lens[i]); in signature_tests()
|