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

  /external/openssh/
auth-rh-rsa.c 61 return (host_status == HOST_OK);
hostfile.h 18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_REVOKED, HOST_FOUND
auth2-hostbased.c 225 if (host_status == HOST_OK) {
244 return (host_status == HOST_OK);
sshconnect.c 898 case HOST_OK:
1069 else if (ip_status == HOST_OK)
    [all...]
hostfile.c 333 * 1. If the key is a cert and a matching CA is found, return HOST_OK
334 * 2. If the key is not a cert and a matching key is found, return HOST_OK
374 end_return = HOST_OK;
381 end_return = HOST_OK;
auth.c 444 else if (host_status == HOST_OK)

Completed in 654 milliseconds