HomeSort by relevance Sort by last modified time
    Searched full:input_userauth_failure (Results 1 - 1 of 1) sorted by null

  /external/openssh/
sshconnect2.c 282 void input_userauth_failure(int, u_int32_t, void *);
416 dispatch_set(SSH2_MSG_USERAUTH_FAILURE, &input_userauth_failure);
529 input_userauth_failure(int type, u_int32_t seq, void *ctxt) function
536 fatal("input_userauth_failure: no authentication context");
    [all...]

Completed in 902 milliseconds