Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dhostfile.h18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_REVOKED, HOST_FOUND enumerator
H A Dsshconnect.c1121 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
1149 case HOST_NEW: in check_host_key()
1227 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
1291 if (ip_status == HOST_NEW) in check_host_key()
1305 if (ip_status != HOST_NEW) in check_host_key()
H A Dauth2-hostbased.c236 if (host_status == HOST_NEW) { in hostbased_key_allowed()
H A Dhostfile.c354 HostStatus end_return = HOST_NEW; in check_hostkeys_by_key_or_type()