Searched refs:hostkey (Results 1 – 10 of 10) sorted by relevance
/external/openssh/ |
D | dns.c | 205 struct sshkey *hostkey, int *flags) in verify_host_key_dns() argument 224 if (hostkey == NULL) in verify_host_key_dns() 256 &hostkey_digest, &hostkey_digest_len, hostkey)) { in verify_host_key_dns() 287 &hostkey_digest_len, hostkey)) { in verify_host_key_dns()
|
D | ssh_api.c | 469 _ssh_verify_host_key(struct sshkey *hostkey, struct ssh *ssh) in _ssh_verify_host_key() argument 473 debug3("%s: need %s", __func__, sshkey_type(hostkey)); in _ssh_verify_host_key() 476 if (sshkey_equal_public(hostkey, k->key)) in _ssh_verify_host_key()
|
D | ssh-keyscan.c | 238 key_print_wrapper(struct sshkey *hostkey, struct ssh *ssh) in key_print_wrapper() argument 243 keyprint(c, hostkey); in key_print_wrapper()
|
D | PROTOCOL | 286 2.5. connection: hostkey update and rotation "hostkeys-00@openssh.com" 313 string hostkey
|
D | sshconnect2.c | 96 verify_host_key_callback(Key *hostkey, struct ssh *ssh) in verify_host_key_callback() argument 98 if (verify_host_key(xxx_host, xxx_hostaddr, hostkey) == -1) in verify_host_key_callback()
|
D | ChangeLog | 7095 remove extra newline in nethack-mode hostkey; from 9100 Don't send hostkey advertisments
|
/external/autotest/client/site_tests/platform_CrosDisksSshfs/ |
D | platform_CrosDisksSshfs.py | 166 hostkey = '/mnt/stateful_partition/etc/ssh/ssh_host_ed25519_key.pub' 167 with open(hostkey, 'rb') as f:
|
/external/openssh/regress/ |
D | Makefile | 67 cert-hostkey \ 76 hostkey-agent \ 78 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 | 143 17.3 Support better than MD5 hostkey hash 967 17.3 Support better than MD5 hostkey hash
|