Searched refs:send_msg_userauth_failure (Results 1 – 5 of 5) sorted by relevance
/external/dropbear/ |
D | svr-auth.c | 132 send_msg_userauth_failure(0, 0); in recv_msg_userauth_request() 140 send_msg_userauth_failure(0, 1); in recv_msg_userauth_request() 181 send_msg_userauth_failure(0, 1); in recv_msg_userauth_request() 224 send_msg_userauth_failure(0, 1); in checkusername() 235 send_msg_userauth_failure(0, 1); in checkusername() 244 send_msg_userauth_failure(0, 1); in checkusername() 273 send_msg_userauth_failure(0, 1); in checkusername() 291 void send_msg_userauth_failure(int partial, int incrfail) { in send_msg_userauth_failure() function
|
D | svr-authpasswd.c | 69 send_msg_userauth_failure(0, 1); in svr_auth_password() 77 send_msg_userauth_failure(0, 1); in svr_auth_password() 100 send_msg_userauth_failure(0, 1); in svr_auth_password()
|
D | svr-authpam.c | 189 send_msg_userauth_failure(0, 1); in svr_auth_pam() 226 send_msg_userauth_failure(0, 1); in svr_auth_pam() 237 send_msg_userauth_failure(0, 1); in svr_auth_pam()
|
D | svr-authpubkey.c | 75 send_msg_userauth_failure(0, 0); in svr_auth_pubkey() 91 send_msg_userauth_failure(0, 1); in svr_auth_pubkey() 114 send_msg_userauth_failure(0, 1); in svr_auth_pubkey()
|
D | auth.h | 35 void send_msg_userauth_failure(int partial, int incrfail);
|