Lines Matching defs:hostkey
728 fatal_f("unknown hostkey");
729 debug_f("hostkey %s index %d", sshkey_ssh_name(pubkey), keyid);
736 * Otherwise, verify the signature request is for a hostkey
745 * Construct expected hostkey proof and compare it to what
751 fatal_f("no hostkey for index %d", keyid);
761 fatal_f("bad data length: %zu, hostkey proof len %zu",
784 fatal_f("no hostkey from index %d", keyid);
787 is_proof ? "hostkey proof" : "KEX", siglen);
1369 struct sshkey *hostkey = NULL;
1428 (hostbound && (r = sshkey_froms(b, &hostkey)) != 0))
1433 if (hostkey != NULL) {
1439 if (get_hostkey_index(hostkey, 1, ssh) == -1)
1440 fatal_f("hostbound hostkey does not match");
1441 sshkey_free(hostkey);
1563 (key_blobtype == MM_HOSTKEY ? "hostkey" : "unknown"));