Home | History | Annotate | Download | only in openssh

Lines Matching refs:keyid

606 	u_int keyid;
611 if ((r = sshbuf_get_u32(m, &keyid)) != 0 ||
615 if (keyid
636 if ((key = get_hostkey_public_by_index(keyid, ssh)) == NULL)
637 fatal("%s: no hostkey for index %d", __func__, keyid);
661 if ((key = get_hostkey_by_index(keyid)) != NULL) {
666 } else if ((key = get_hostkey_public_by_index(keyid, ssh)) != NULL &&
674 fatal("%s: no hostkey from index %d", __func__, keyid);