Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDhostfile.h18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_REVOKED, HOST_FOUND enumerator
HDsshconnect.c928 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
952 case HOST_NEW: in check_host_key()
1018 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
1081 if (ip_status == HOST_NEW) in check_host_key()
1095 if (ip_status != HOST_NEW) in check_host_key()
HDauth2-hostbased.c200 if (host_status == HOST_NEW) { in hostbased_key_allowed()
HDhostfile.c382 HostStatus end_return = HOST_NEW; in check_hostkeys_by_key_or_type()