Searched refs:host_status (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | auth2-hostbased.c | 145 HostStatus host_status; in hostbased_key_allowed() local 185 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed() 190 if (host_status == HOST_NEW) { in hostbased_key_allowed() 191 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed() 197 if (host_status == HOST_OK) { in hostbased_key_allowed() 213 return (host_status == HOST_OK); in hostbased_key_allowed()
|
D | auth-rh-rsa.c | 45 HostStatus host_status; in auth_rhosts_rsa_key_allowed() local 54 host_status = check_key_in_hostfiles(pw, client_host_key, in auth_rhosts_rsa_key_allowed() 58 return (host_status == HOST_OK); in auth_rhosts_rsa_key_allowed()
|
D | auth.c | 372 HostStatus host_status; in check_key_in_hostfiles() local 396 host_status = check_key_in_hostkeys(hostkeys, key, &found); in check_key_in_hostfiles() 397 if (host_status == HOST_REVOKED) in check_key_in_hostfiles() 400 else if (host_status == HOST_OK) in check_key_in_hostfiles() 408 return host_status; in check_key_in_hostfiles()
|
D | sshconnect.c | 697 HostStatus host_status; in check_host_key() local 764 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key() 775 if (host_status == HOST_CHANGED && in check_host_key() 781 ip_status = host_status; in check_host_key() 783 switch (host_status) { in check_host_key() 1048 if (options.check_host_ip && host_status != HOST_CHANGED && in check_host_key() 1055 if (host_status == HOST_OK) { in check_host_key() 1084 if (want_cert && host_status != HOST_REVOKED) { in check_host_key()
|
/external/strace/ |
D | scsi.c | 76 tprintf("], host_status=%#x, ", sg_io->host_status); in print_sg_io_res()
|
/external/valgrind/main/include/vki/ |
D | vki-linux.h | 1688 unsigned short host_status; /* [o] errors from host adapter */ member
|