Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssh/
HDhostfile.h18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_REVOKED, HOST_FOUND enumerator
HDsshconnect.c1126 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
1154 case HOST_NEW: in check_host_key()
1232 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
1296 if (ip_status == HOST_NEW) in check_host_key()
1310 if (ip_status != HOST_NEW) in check_host_key()
HDauth2-hostbased.c226 if (host_status == HOST_NEW) { in hostbased_key_allowed()
HDhostfile.c354 HostStatus end_return = HOST_NEW; in check_hostkeys_by_key_or_type()