Searched refs:sshkey_type (Results 1 – 16 of 16) sorted by relevance
/external/openssh/ |
D | ssh_api.c | 441 debug3("%s: check %s", __func__, sshkey_type(k->key)); in _ssh_host_public_key() 456 debug3("%s: check %s", __func__, sshkey_type(k->key)); in _ssh_host_private_key() 469 debug3("%s: need %s", __func__, sshkey_type(hostkey)); in _ssh_verify_host_key() 471 debug3("%s: check %s", __func__, sshkey_type(k->key)); in _ssh_verify_host_key()
|
D | key.h | 42 #define key_type sshkey_type
|
D | ssh-keygen.c | 319 sshkey_size(k), sshkey_type(k), in do_convert_to_ssh2() 351 fatal("%s: unsupported key type %s", __func__, sshkey_type(k)); in do_convert_to_pkcs8() 373 fatal("%s: unsupported key type %s", __func__, sshkey_type(k)); in do_convert_to_pem() 737 sshkey_type(k)); in do_convert_from() 792 fp, sshkey_type(keys[i])); in do_download() 838 sshkey_type(public)); in do_fingerprint() 909 comment ? comment : "no comment", sshkey_type(public)); in do_fingerprint() 1124 sshkey_type(l->key), fp, l->comment); in known_hosts_find_delete() 1610 __func__, tmp, sshkey_type(public)); in do_ca_sign() 1881 printf(" Public key: %s %s\n", sshkey_type(key), key_fp); in do_show_cert() [all …]
|
D | hostfile.c | 254 sshkey_type(l->key), l->path, l->linenum); in record_hostkey() 506 sshkey_type(l->key), l->path, l->linenum); in host_delete() 517 l->path, l->linenum, sshkey_type(l->key), ctx->host); in host_delete()
|
D | sshconnect.c | 1251 compat20 ? sshkey_ssh_name(host_key) : sshkey_type(host_key), fp); in verify_host_key() 1255 __func__, sshkey_type(host_key), fp); in verify_host_key() 1268 sshkey_type(host_key), fp, in verify_host_key() 1274 "revoked keys file %s: %s", sshkey_type(host_key), in verify_host_key()
|
D | auth2-hostbased.c | 114 __func__, sshkey_type(key)); in userauth_hostbased()
|
D | auth.c | 714 sshkey_type(key), fp, options.revoked_keys_file); in auth_key_is_revoked() 718 "revoked keys file %s: %s", sshkey_type(key), fp, in auth_key_is_revoked()
|
D | sshkey.h | 126 const char *sshkey_type(const struct sshkey *);
|
D | ssh-keysign.c | 282 sshkey_type(key), fp ? fp : ""); in main()
|
D | krl.c | 237 ca_key == NULL ? "*" : sshkey_type(ca_key))); in revoked_certs_for_ca_key() 406 debug3("%s: revoke type %s", __func__, sshkey_type(key)); in ssh_krl_revoke_key_explicit() 419 debug3("%s: revoke type %s by sha1", __func__, sshkey_type(key)); in ssh_krl_revoke_key_sha1()
|
D | clientloop.c | 2200 sshkey_type(ctx->keys[i]), fp); in update_known_hosts() 2208 sshkey_type(ctx->old_keys[i]), fp); in update_known_hosts() 2303 __func__, sshkey_type(ctx->keys[i]), i); in client_global_hostkeys_private_confirm() 2364 sshkey_type(key), fp); in client_input_hostkeys()
|
D | ssh-add.c | 393 sshkey_type(idlist->keys[i])); in list_identities()
|
D | serverloop.c | 1183 __func__, sshkey_type(key)); in server_input_hostkeys_prove()
|
D | ssh-agent.c | 396 verbose("%s: %s key not found", __func__, sshkey_type(key)); in process_sign_request2()
|
D | sshkey.c | 119 sshkey_type(const struct sshkey *k) in sshkey_type() function 1106 sshkey_type(k), sshkey_size(k)); in fingerprint_randomart() 1109 r = snprintf(title, sizeof(title), "[%s]", sshkey_type(k)); in fingerprint_randomart()
|
D | sshd.c | 1835 sshkey_type(pubkey) : sshkey_ssh_name(pubkey), fp);
|