HomeSort by relevance Sort by last modified time
    Searched defs:authenticated (Results 1 - 6 of 6) sorted by null

  /external/dbus/dbus/
dbus-transport-protected.h 114 unsigned int authenticated : 1; /**< Cache of auth state; use _dbus_transport_get_is_authenticated() to query value */ member in struct:DBusTransport
  /external/ppp/pppd/plugins/
winbind.c 60 #define AUTHENTICATED 1
269 int authenticated = NOT_AUTHENTICATED; /* not auth */ local
410 } else if (strcasecmp(message, "Authenticated") == 0) {
412 authenticated = AUTHENTICATED;
415 authenticated = NOT_AUTHENTICATED;
427 authenticated = NOT_AUTHENTICATED;
431 authenticated = NOT_AUTHENTICATED;
454 if ((authenticated == AUTHENTICATED) && nt_key && !got_user_session_key)
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 110 // A UserShare encapsulates the syncable pieces that represent an authenticated
683 bool authenticated; // Successfully authenticated via GAIA. member in struct:sync_api::SyncManager::Status
    [all...]
  /external/wpa_supplicant/
wpa_supplicant_i.h 205 unsigned int authenticated:1; member in struct:wpa_client_mlme
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_i.h 204 unsigned int authenticated:1; member in struct:wpa_client_mlme
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 258 unsigned int authenticated:1; member in struct:wpa_client_mlme

Completed in 145 milliseconds