Lines Matching defs:hostkey
652 fatal_f("unknown hostkey");
653 debug_f("hostkey %s index %d", sshkey_ssh_name(pubkey), keyid);
660 * Otherwise, verify the signature request is for a hostkey
669 * Construct expected hostkey proof and compare it to what
675 fatal_f("no hostkey for index %d", keyid);
685 fatal_f("bad data length: %zu, hostkey proof len %zu",
708 fatal_f("no hostkey from index %d", keyid);
711 is_proof ? "hostkey proof" : "KEX", siglen);
1106 struct sshkey *hostkey = NULL;
1165 (hostbound && (r = sshkey_froms(b, &hostkey)) != 0))
1170 if (hostkey != NULL) {
1176 if (get_hostkey_index(hostkey, 1, ssh) == -1)
1177 fatal_f("hostbound hostkey does not match");
1178 sshkey_free(hostkey);
1300 (key_blobtype == MM_HOSTKEY ? "hostkey" : "unknown"));