HomeSort by relevance Sort by last modified time
    Searched refs:hostkey (Results 1 - 5 of 5) sorted by null

  /external/openssh/
dns.c 205 struct sshkey *hostkey, int *flags)
224 if (hostkey == NULL)
256 &hostkey_digest, &hostkey_digest_len, hostkey)) {
287 &hostkey_digest_len, hostkey)) {
ssh_api.c 469 _ssh_verify_host_key(struct sshkey *hostkey, struct ssh *ssh)
473 debug3("%s: need %s", __func__, sshkey_type(hostkey));
476 if (sshkey_equal_public(hostkey, k->key))
482 /* offer hostkey algorithms in kexinit depending on registered keys */
ssh-keyscan.c 238 key_print_wrapper(struct sshkey *hostkey, struct ssh *ssh)
243 keyprint(c, hostkey);
sshconnect2.c 96 verify_host_key_callback(Key *hostkey, struct ssh *ssh)
98 if (verify_host_key(xxx_host, xxx_hostaddr, hostkey) == -1)
    [all...]
  /external/openssh/regress/
Makefile 67 cert-hostkey \
76 hostkey-agent \
78 hostkey-rotate \

Completed in 210 milliseconds