Searched refs:key_type (Results 151 - 161 of 161) sorted by relevance

1234567

/external/wpa_supplicant_8/src/drivers/
H A Ddriver_test.c2377 int key_type)
2379 wpa_printf(MSG_DEBUG, "%s: protect_type=%d key_type=%d",
2380 __func__, protect_type, key_type);
2375 wpa_driver_test_mlme_setprotection(void *priv, const u8 *addr, int protect_type, int key_type) argument
H A Ddriver_nl80211.c2137 enum nl80211_key_type key_type = local
2139 wpa_printf(MSG_DEBUG, "nl80211: Key Type %d", key_type);
2140 if (key_type == NL80211_KEYTYPE_PAIRWISE)
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_test.c2377 int key_type)
2379 wpa_printf(MSG_DEBUG, "%s: protect_type=%d key_type=%d",
2380 __func__, protect_type, key_type);
2375 wpa_driver_test_mlme_setprotection(void *priv, const u8 *addr, int protect_type, int key_type) argument
H A Ddriver_nl80211.c2137 enum nl80211_key_type key_type = local
2139 wpa_printf(MSG_DEBUG, "nl80211: Key Type %d", key_type);
2140 if (key_type == NL80211_KEYTYPE_PAIRWISE)
/external/bluetooth/bluedroid/stack/include/
H A Dhcimsgs.h1147 HCI_API extern void btsnd_hcie_link_key_notify (void *buffer, BD_ADDR bd_addr, LINK_KEY link_key, UINT8 key_type);
/external/chromium_org/ipc/
H A Dipc_message_utils.h681 typedef typename param_type::key_type K;
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DOptimize.py2592 key_type = args[1].type
2593 if key_type.is_builtin_type:
2594 is_safe_type = int(key_type.name in
2596 elif key_type is PyrexTypes.py_object_type:
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8174 const char *key_type; local
8184 key_type = "RSA";
8187 key_type = "DSA";
8190 key_type = "EC";
8193 key_type = "Unknown";
8197 asprintf(&keyline, "%s Session-ID:%s Master-Key:%s\n", key_type, session_id_str,
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc2367 ui::LatencyInfo::LatencyMap::key_type key =
/external/qemu/include/hw/
H A Dbt.h1497 uint8_t key_type; member in struct:__anon29850
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c2137 enum nl80211_key_type key_type = local
2139 wpa_printf(MSG_DEBUG, "nl80211: Key Type %d", key_type);
2140 if (key_type == NL80211_KEYTYPE_PAIRWISE)

Completed in 844 milliseconds

1234567