Searched refs:host_key (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | sshconnect.c | 713 struct sshkey *host_key, int readonly, in check_host_key() argument 727 int r, want_cert = sshkey_is_cert(host_key), host_ip_differ = 0; in check_host_key() 778 want_cert = sshkey_is_cert(host_key); in check_host_key() 779 type = sshkey_type(host_key); in check_host_key() 785 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key() 794 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key() 813 hostname : options.host_key_alias, host_key)) in check_host_key() 821 host_key, options.hash_known_hosts)) in check_host_key() 831 fp = sshkey_fingerprint(host_key, in check_host_key() 833 ra = sshkey_fingerprint(host_key, in check_host_key() [all …]
|
/external/vboot_reference/ |
D | Android.bp | 133 "host/lib/host_key.c",
|
D | Makefile | 412 host/lib/host_key.c \ 424 host/lib21/host_key.c \
|