Home
last modified time | relevance | path

Searched refs:HOST_NEW (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dhostfile.h18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_REVOKED, HOST_FOUND enumerator
Dsshconnect.c908 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
936 case HOST_NEW: in check_host_key()
1006 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
1069 if (ip_status == HOST_NEW) in check_host_key()
1083 if (ip_status != HOST_NEW) in check_host_key()
Dauth2-hostbased.c218 if (host_status == HOST_NEW) { in hostbased_key_allowed()
Dhostfile.c346 HostStatus end_return = HOST_NEW; in check_hostkeys_by_key_or_type()