Home
last modified time | relevance | path

Searched defs:AuthState (Results 1 – 5 of 5) sorted by relevance

/external/dropbear/
Dauth.h79 struct AuthState { struct
81 char *username; /* This is the username the client presents to check. It
83 unsigned char authtypes; /* Flags indicating which auth types are still
85 unsigned int failcount; /* Number of (failed) authentication attempts.*/
86 unsigned authdone : 1; /* 0 if we haven't authed, 1 if we have. Applies for
89 unsigned perm_warn : 1; /* Server only, set if bad permissions on
94 char *printableuser; /* stripped of control chars, used for logs etc */
95 struct passwd * pw;
/external/apache-http/src/org/apache/http/auth/
DAuthState.java42 public class AuthState { class
57 public AuthState() { in AuthState() method in AuthState
/external/chromium/net/base/
Dauth.h42 enum AuthState { enum
/external/chromium/chrome/browser/chromeos/login/
Dparallel_authenticator.h58 enum AuthState { enum
/external/libnfc-nxp/src/
DphFriNfc_SmtCrdFmt.h228 uint8_t AuthState; member