HomeSort by: relevance | last modified time | path
    Searched defs:hostkey (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
auth2-pubkey.c 101 struct sshkey *key = NULL, *hostkey = NULL; local
117 /* hostbound auth includes the hostkey offered at initial KEX */
120 (r = sshkey_fromb(b, &hostkey)) != 0)
121 fatal_fr(r, "parse %s hostkey", method);
123 fatal_f("internal error: initial hostkey not recorded");
124 if (!sshkey_equal(hostkey, ssh->kex->initial_hostkey))
314 sshkey_free(hostkey);
auth2-pubkey.c 101 struct sshkey *key = NULL, *hostkey = NULL; local
117 /* hostbound auth includes the hostkey offered at initial KEX */
120 (r = sshkey_fromb(b, &hostkey)) != 0)
121 fatal_fr(r, "parse %s hostkey", method);
123 fatal_f("internal error: initial hostkey not recorded");
124 if (!sshkey_equal(hostkey, ssh->kex->initial_hostkey))
314 sshkey_free(hostkey);
monitor.c 744 fatal_f("unknown hostkey");
745 debug_f("hostkey %s index %d", sshkey_ssh_name(pubkey), keyid);
752 * Otherwise, verify the signature request is for a hostkey
761 * Construct expected hostkey proof and compare it to what
767 fatal_f("no hostkey for index %d", keyid);
777 fatal_f("bad data length: %zu, hostkey proof len %zu",
800 fatal_f("no hostkey from index %d", keyid);
803 is_proof ? "hostkey proof" : "KEX", siglen);
1430 struct sshkey *hostkey = NULL; local
1489 (hostbound && (r = sshkey_froms(b, &hostkey)) != 0)
    [all...]
ssh-agent.c 410 /* Check destination constraints on an identity against the hostkey/user */
508 "from hostkey %s %s to user %s hostkey %s %s",
689 * Optionally extract the username, session ID and/or hostkey from the request.
699 struct sshkey *mkey = NULL, *hostkey = NULL; local
734 if ((r = sshkey_froms(b, &hostkey)) != 0)
756 *hostkeyp = hostkey;
757 hostkey = NULL;
767 sshkey_free(hostkey);
851 struct sshkey *key = NULL, *hostkey = NULL local
    [all...]
monitor.c 744 fatal_f("unknown hostkey");
745 debug_f("hostkey %s index %d", sshkey_ssh_name(pubkey), keyid);
752 * Otherwise, verify the signature request is for a hostkey
761 * Construct expected hostkey proof and compare it to what
767 fatal_f("no hostkey for index %d", keyid);
777 fatal_f("bad data length: %zu, hostkey proof len %zu",
800 fatal_f("no hostkey from index %d", keyid);
803 is_proof ? "hostkey proof" : "KEX", siglen);
1430 struct sshkey *hostkey = NULL; local
1489 (hostbound && (r = sshkey_froms(b, &hostkey)) != 0)
    [all...]
ssh-agent.c 410 /* Check destination constraints on an identity against the hostkey/user */
508 "from hostkey %s %s to user %s hostkey %s %s",
689 * Optionally extract the username, session ID and/or hostkey from the request.
699 struct sshkey *mkey = NULL, *hostkey = NULL; local
734 if ((r = sshkey_froms(b, &hostkey)) != 0)
756 *hostkeyp = hostkey;
757 hostkey = NULL;
767 sshkey_free(hostkey);
851 struct sshkey *key = NULL, *hostkey = NULL local
    [all...]
  /src/external/bsd/ntp/dist/util/
ntp-keygen.c 318 int hostkey = 0; /* generate RSA keys */ local
402 hostkey++;
590 if (hostkey)
ntp-keygen.c 318 int hostkey = 0; /* generate RSA keys */ local
402 hostkey++;
590 if (hostkey)

Completed in 75 milliseconds