HomeSort by relevance Sort by last modified time
    Searched refs:HOST_OK (Results 1 - 6 of 6) sorted by null

  /external/openssh/
hostfile.h 18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_REVOKED, HOST_FOUND
auth-rh-rsa.c 58 return (host_status == HOST_OK);
auth2-hostbased.c 197 if (host_status == HOST_OK) {
213 return (host_status == HOST_OK);
hostfile.c 368 * 1. If the key is a cert and a matching CA is found, return HOST_OK
369 * 2. If the key is not a cert and a matching key is found, return HOST_OK
409 end_return = HOST_OK;
416 end_return = HOST_OK;
sshconnect.c 784 case HOST_OK:
947 else if (ip_status == HOST_OK)
1055 if (host_status == HOST_OK) {
    [all...]
auth.c 400 else if (host_status == HOST_OK)

Completed in 204 milliseconds