/linux-4.1.27/net/mac80211/ |
H A D | key.h | 50 u16 p1k[5]; /* p1k cache */ member in struct:tkip_ctx
|
H A D | tkip.c | 88 u16 *p1k = ctx->p1k; tkip_mixing_phase1() local 112 const u16 *p1k = ctx->p1k; tkip_mixing_phase2() local 174 ieee80211_get_tkip_p1k_iv(struct ieee80211_key_conf *keyconf, u32 iv32, u16 *p1k) ieee80211_get_tkip_p1k_iv() argument 188 ieee80211_get_tkip_rx_p1k(struct ieee80211_key_conf *keyconf, const u8 *ta, u32 iv32, u16 *p1k) ieee80211_get_tkip_rx_p1k() argument
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
H A D | sta.c | 1257 u16 p1k[5]; iwl_set_dynamic_key() local
|
H A D | lib.c | 896 static void iwlagn_convert_p1k(u16 *p1k, __le16 *out) iwlagn_convert_p1k() argument 928 u16 p1k[IWLAGN_P1K_SIZE]; iwlagn_wowlan_program_keys() local
|
H A D | commands.h | 3868 __le16 p1k[IWLAGN_P1K_SIZE]; member in struct:iwlagn_p1k_cache
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
H A D | sta.c | 1332 u16 p1k[5]; __iwl_mvm_set_sta_key() local
|
H A D | d3.c | 128 static void iwl_mvm_convert_p1k(u16 *p1k, __le16 *out) iwl_mvm_convert_p1k() argument 158 u16 p1k[IWL_P1K_SIZE]; iwl_mvm_wowlan_program_keys() local
|
H A D | fw-api-d3.h | 299 __le16 p1k[IWL_P1K_SIZE]; member in struct:iwl_p1k_cache
|
/linux-4.1.27/drivers/staging/rtl8712/ |
H A D | rtl871x_security.c | 488 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) phase1() argument 533 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) phase2() argument
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
H A D | rtw_security.c | 474 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) phase1() argument 519 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) phase2() argument
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
H A D | rtw_security.c | 504 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) phase1() argument 552 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) phase2() argument
|
/linux-4.1.27/include/net/ |
H A D | mac80211.h | 4206 ieee80211_get_tkip_p1k(struct ieee80211_key_conf *keyconf, struct sk_buff *skb, u16 *p1k) ieee80211_get_tkip_p1k() argument
|