HomeSort by relevance Sort by last modified time
    Searched refs:auth_type (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/chromium_org/third_party/libva/va/
va_drmcommon.h 68 int auth_type; member in struct:drm_state
  /hardware/intel/common/libva/va/
va_drmcommon.h 68 int auth_type; member in struct:drm_state
  /external/tcpdump/
print-vrrp.c 90 int version, type, auth_type; local
105 auth_type = bp[4];
106 printf(", authtype %s", tok2str(auth2str, NULL, auth_type));
134 if (auth_type == VRRP_AUTH_SIMPLE) { /* simple text password */
print-rip.c 135 u_int16_t auth_type = EXTRACT_16BITS(&ni->rip_tag); local
136 if (auth_type == 2) {
142 } else if (auth_type == 3) {
150 } else if (auth_type == 1) {
print-bfd.c 99 u_int8_t auth_type; member in struct:bfd_auth_header_t
258 tok2str(bfd_v1_authentication_values,"Unknown",bfd_auth_header->auth_type),
259 bfd_auth_header->auth_type,
  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 122 const u8 *auth_type)
124 if (auth_type == NULL) {
130 cred->auth_type = WPA_GET_BE16(auth_type);
132 cred->auth_type);
174 if (cred->auth_type == WPS_AUTH_OPEN &&
212 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) &&
244 wps_process_cred_auth_type(cred, attr->auth_type) ||
263 wps_process_cred_auth_type(cred, attr->auth_type) ||
  /external/chromium_org/chrome/browser/chromeos/login/screens/
user_selection_screen.h 46 ScreenlockBridge::LockHandler::AuthType auth_type);
58 ScreenlockBridge::LockHandler::AuthType auth_type,
user_selection_screen.cc 124 ScreenlockBridge::LockHandler::AuthType auth_type,
138 user_dict->SetInteger(kKeyInitialAuthType, auth_type);
372 ScreenlockBridge::LockHandler::AuthType auth_type) {
375 auth_type == ScreenlockBridge::LockHandler::FORCE_OFFLINE_PASSWORD);
376 user_auth_type_map_[username] = auth_type;
  /external/chromium_org/chrome/browser/signin/
easy_unlock_auth_attempt.cc 78 ScreenlockBridge::LockHandler::AuthType auth_type = local
81 if (auth_type != ScreenlockBridge::LockHandler::USER_CLICK) {
94 return router->OnAuthAttempted(auth_type, "");