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

  /external/openssh/
ssherr.c 118 case SSH_ERR_KEY_NOT_FOUND:
ssherr.h 70 #define SSH_ERR_KEY_NOT_FOUND -46
authfile.c 484 * SSH_ERR_KEY_NOT_FOUND: if the key is not listed or another error.
537 r = SSH_ERR_KEY_NOT_FOUND;
570 case SSH_ERR_KEY_NOT_FOUND:

Completed in 45 milliseconds