Home
last modified time | relevance | path

Searched refs:host_status (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dauth2-hostbased.c165 HostStatus host_status; in hostbased_key_allowed() local
213 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
218 if (host_status == HOST_NEW) { in hostbased_key_allowed()
219 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
225 if (host_status == HOST_OK) { in hostbased_key_allowed()
244 return (host_status == HOST_OK); in hostbased_key_allowed()
Dauth-rh-rsa.c48 HostStatus host_status; in auth_rhosts_rsa_key_allowed() local
57 host_status = check_key_in_hostfiles(pw, client_host_key, in auth_rhosts_rsa_key_allowed()
61 return (host_status == HOST_OK); in auth_rhosts_rsa_key_allowed()
Dauth.c416 HostStatus host_status; in check_key_in_hostfiles() local
440 host_status = check_key_in_hostkeys(hostkeys, key, &found); in check_key_in_hostfiles()
441 if (host_status == HOST_REVOKED) in check_key_in_hostfiles()
444 else if (host_status == HOST_OK) in check_key_in_hostfiles()
452 return host_status; in check_key_in_hostfiles()
Dsshconnect.c810 HostStatus host_status; in check_host_key() local
878 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key()
889 if (host_status == HOST_CHANGED && in check_host_key()
895 ip_status = host_status; in check_host_key()
897 switch (host_status) { in check_host_key()
1170 if (options.check_host_ip && host_status != HOST_CHANGED && in check_host_key()
1177 if (host_status == HOST_OK) { in check_host_key()
1212 if (want_cert && host_status != HOST_REVOKED) { in check_host_key()
/external/strace/
Dscsi.c133 tprintf(", host_status=%#x", sg_io.host_status); in print_sg_io_v3_res()
/external/valgrind/include/vki/
Dvki-linux.h1800 unsigned short host_status; /* [o] errors from host adapter */ member