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

  /external/dropbear/
auth.h 63 #define AUTH_TYPE_INTERACT 1 << 3
cli-auth.c 116 if (cli_ses.lastauthtype == AUTH_TYPE_INTERACT) {
164 if (cli_ses.lastauthtype == AUTH_TYPE_INTERACT
208 ses.authstate.authtypes |= AUTH_TYPE_INTERACT;
254 if (!finished && ses.authstate.authtypes & AUTH_TYPE_INTERACT) {
259 cli_ses.lastauthtype = AUTH_TYPE_INTERACT;

Completed in 116 milliseconds