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

1 23 4

  /external/chromium_org/chrome/browser/chromeos/login/
app_launch_signin_screen.cc 219 ScreenlockBridge::LockHandler::AuthType auth_type) {
  /external/chromium_org/crypto/
mock_apple_keychain.h 108 const SecAuthenticationType auth_type; member in struct:crypto::MockAppleKeychain::KeychainTestData
  /hardware/intel/common/libva/va/android/
va_android.cpp 117 drm_state->auth_type = VA_DRM_AUTH_CUSTOM;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.h 200 ScreenlockBridge::LockHandler::AuthType auth_type) = 0;
337 ScreenlockBridge::LockHandler::AuthType auth_type,
signin_screen_handler.cc     [all...]
  /external/srtp/test/
rtpw.c 377 policy.rtp.auth_type = NULL_AUTH;
383 policy.rtcp.auth_type = NULL_AUTH;
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 647 " auth_type=%d auth_transaction=%d status_code=%d",
648 MAC2STR(data->auth.peer), data->auth.auth_type,
656 if (data->auth.auth_type == WLAN_AUTH_SAE) {
681 wpa_s->sme.auth_alg == data->auth.auth_type ||
690 switch (data->auth.auth_type) {
713 if (data->auth.auth_type == WLAN_AUTH_FT) {
724 data->auth.auth_type);
729 const u8 *bssid, u16 auth_type)
771 if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies) {
    [all...]
  /external/srtp/srtp/
srtp.c 106 stat = crypto_kernel_alloc_auth(p->rtp.auth_type,
134 stat = crypto_kernel_alloc_auth(p->rtcp.auth_type,
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 92 cred->auth_type = WPS_AUTH_OPEN;
94 cred->auth_type = WPS_AUTH_WPAPSK;
96 cred->auth_type = WPS_AUTH_WPA2PSK;
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 713 char *auth_type[5]; /* we have five possible authentication types */ local
734 if (cred->auth_type & WPS_AUTH_OPEN)
735 auth_type[at_num++] = "open";
736 if (cred->auth_type & WPS_AUTH_WPAPSK)
737 auth_type[at_num++] = "wpa-psk";
738 if (cred->auth_type & WPS_AUTH_WPA)
739 auth_type[at_num++] = "wpa-eap";
740 if (cred->auth_type & WPS_AUTH_WPA2)
741 auth_type[at_num++] = "wpa2-eap";
742 if (cred->auth_type & WPS_AUTH_WPA2PSK
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/test/
rtpw.c 398 policy.rtp.auth_type = NULL_AUTH;
404 policy.rtcp.auth_type = NULL_AUTH;
  /external/wpa_supplicant_8/src/wps/
wps_i.h 92 * auth_type - Available authentication types
94 u16 auth_type; member in struct:wps_data
wps_enrollee.c 826 (cred.auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) ==
844 if ((cred.auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) ==
846 wpa_printf(MSG_DEBUG, "WPS: Upgrade auth_type WPAPSK -> "
848 cred.auth_type |= WPS_AUTH_WPA2PSK;
    [all...]
wps_validate.c 1041 wps_validate_auth_type(attr.auth_type, 1) ||
    [all...]
  /bionic/libc/kernel/uapi/linux/
sctp.h 220 __u16 auth_type; member in struct:sctp_authkey_event
  /development/ndk/platforms/android-L/include/linux/
sctp.h 220 __u16 auth_type; member in struct:sctp_authkey_event
  /external/kernel-headers/original/uapi/linux/
sctp.h 362 __u16 auth_type; member in struct:sctp_authkey_event
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
sctp.h 220 __u16 auth_type; member in struct:sctp_authkey_event
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
sctp.h 220 __u16 auth_type; member in struct:sctp_authkey_event
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
sctp.h 220 __u16 auth_type; member in struct:sctp_authkey_event
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
sctp.h 220 __u16 auth_type; member in struct:sctp_authkey_event
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
sctp.h 220 __u16 auth_type; member in struct:sctp_authkey_event
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
sctp.h 220 __u16 auth_type; member in struct:sctp_authkey_event
  /external/chromium_org/chrome/browser/signin/
easy_unlock_screenlock_state_handler_unittest.cc 72 AuthType auth_type,
77 EXPECT_NE(auth_type_, auth_type);
79 auth_type_ = auth_type;
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 256 ScreenlockBridge::LockHandler::AuthType auth_type,
262 user_auth_type_map_[user_email] = auth_type;
266 base::FundamentalValue(auth_type),

Completed in 2022 milliseconds

1 23 4