Lines Matching defs:hostkey
403 /* Check destination constraints on an identity against the hostkey/user */
501 "from hostkey %s %s to user %s hostkey %s %s",
677 * Optionally extract the username, session ID and/or hostkey from the request.
687 struct sshkey *mkey = NULL, *hostkey = NULL;
722 if ((r = sshkey_froms(b, &hostkey)) != 0)
744 *hostkeyp = hostkey;
745 hostkey = NULL;
755 sshkey_free(hostkey);
839 struct sshkey *key = NULL, *hostkey = NULL;
869 &hostkey) != 0) {
893 * Ensure that the hostkey embedded in the signature matches
897 if (e->nsession_ids > 1 && hostkey == NULL) {
899 "no hostkey recorded in signature for forwarded "
903 if (hostkey != NULL && !sshkey_equal(hostkey,
906 "mismatch between hostkey in request and most "
974 sshkey_free(hostkey);
1712 /* check signature with hostkey on session ID */