Searched refs:hostkey (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Ddns.c205 struct sshkey *hostkey, int *flags)
224 if (hostkey == NULL)
250 &hostkey_digest, &hostkey_digest_len, hostkey)) {
279 &hostkey_digest_len, hostkey)) {
204 verify_host_key_dns(const char *hostname, struct sockaddr *address, struct sshkey *hostkey, int *flags) argument
H A Dssh_api.c465 _ssh_verify_host_key(struct sshkey *hostkey, struct ssh *ssh) argument
469 debug3("%s: need %s", __func__, sshkey_type(hostkey));
472 if (sshkey_equal_public(hostkey, k->key))
478 /* offer hostkey algorithms in kexinit depending on registered keys */
H A Dssh-keyscan.c238 key_print_wrapper(struct sshkey *hostkey, struct ssh *ssh) argument
243 keyprint(c, hostkey);
H A Dsshconnect2.c95 verify_host_key_callback(Key *hostkey, struct ssh *ssh) argument
97 if (verify_host_key(xxx_host, xxx_hostaddr, hostkey) == -1)
1704 * trying each hostkey that matches the type in turn.
1750 debug("%s: trying hostkey %s %s",
1798 error("sign using hostkey %s %s failed",
/freebsd-10.3-release/crypto/openssh/regress/
H A DMakefile65 cert-hostkey \
74 hostkey-agent \
76 hostkey-rotate \
/freebsd-10.3-release/contrib/ntp/util/
H A Dntp-keygen.c312 int hostkey = 0; /* generate RSA keys */ local
396 hostkey++;
584 if (hostkey)

Completed in 66 milliseconds