Searched refs:hostkey (Results 1 – 9 of 9) sorted by relevance
/external/openssh/ |
D | dns.c | 209 struct sshkey *hostkey, int *flags) in verify_host_key_dns() argument 228 if (hostkey == NULL) in verify_host_key_dns() 260 &hostkey_digest, &hostkey_digest_len, hostkey)) { in verify_host_key_dns() 291 &hostkey_digest_len, hostkey)) { in verify_host_key_dns()
|
D | ssh_api.c | 500 _ssh_verify_host_key(struct sshkey *hostkey, struct ssh *ssh) in _ssh_verify_host_key() argument 504 debug3("%s: need %s", __func__, sshkey_type(hostkey)); in _ssh_verify_host_key() 507 if (sshkey_equal_public(hostkey, k->key)) in _ssh_verify_host_key()
|
D | ssh-keyscan.c | 201 key_print_wrapper(struct sshkey *hostkey, struct ssh *ssh) in key_print_wrapper() argument 206 keyprint(c, hostkey); in key_print_wrapper()
|
D | PROTOCOL | 286 2.5. connection: hostkey update and rotation "hostkeys-00@openssh.com" 317 string hostkey
|
D | sshconnect2.c | 98 verify_host_key_callback(struct sshkey *hostkey, struct ssh *ssh) in verify_host_key_callback() argument 100 if (verify_host_key(xxx_host, xxx_hostaddr, hostkey) == -1) in verify_host_key_callback()
|
/external/openssh/regress/ |
D | README.regress | 123 cert-hostkey.sh certified host keys 132 hostkey-agent.sh: hostkey agent 134 hostkey-rotate.sh: hostkey rotate
|
D | Makefile | 76 cert-hostkey \ 85 hostkey-agent \ 87 hostkey-rotate \
|
/external/openssh/regress/misc/kexfuzz/ |
D | README | 26 directions for each key exchange type and every hostkey type.
|
/external/curl/docs/ |
D | TODO | 138 17.3 Support better than MD5 hostkey hash 921 17.3 Support better than MD5 hostkey hash
|