Searched refs:IEEE80211_CCMP_PN_LEN (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | location.h | 705 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; 706 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; 1206 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; 1207 u8 tx_pn[IEEE80211_CCMP_PN_LEN];
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | wpa.c | 359 memcpy(&b_0[8], pn, IEEE80211_CCMP_PN_LEN); in ccmp_special_blocks() 503 u8 pn[IEEE80211_CCMP_PN_LEN]; in ieee80211_crypto_ccmp_decrypt() 538 IEEE80211_CCMP_PN_LEN); in ieee80211_crypto_ccmp_decrypt() 559 memcpy(key->u.ccmp.rx_pn[queue], pn, IEEE80211_CCMP_PN_LEN); in ieee80211_crypto_ccmp_decrypt() 561 memcpy(rx->ccm_gcm.pn, pn, IEEE80211_CCMP_PN_LEN); in ieee80211_crypto_ccmp_decrypt() 794 memcpy(rx->ccm_gcm.pn, pn, IEEE80211_CCMP_PN_LEN); in ieee80211_crypto_gcmp_decrypt()
|
| H A D | key.h | 91 u8 rx_pn[IEEE80211_NUM_TIDS + 1][IEEE80211_CCMP_PN_LEN];
|
| H A D | key.c | 583 for (j = 0; j < IEEE80211_CCMP_PN_LEN; j++) in ieee80211_key_alloc() 585 seq[IEEE80211_CCMP_PN_LEN - j - 1]; in ieee80211_key_alloc() 1168 memcpy(seq->ccmp.pn, pn, IEEE80211_CCMP_PN_LEN); in ieee80211_get_key_rx_seq() 1221 memcpy(pn, seq->ccmp.pn, IEEE80211_CCMP_PN_LEN); in ieee80211_set_key_rx_seq()
|
| H A D | rx.c | 2292 IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment() 2299 BUILD_BUG_ON(IEEE80211_CCMP_PN_LEN != in ieee80211_rx_h_defragment() 2327 u8 pn[IEEE80211_CCMP_PN_LEN], *rpn; in ieee80211_rx_h_defragment() 2336 memcpy(pn, entry->last_pn, IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment() 2337 for (i = IEEE80211_CCMP_PN_LEN - 1; i >= 0; i--) { in ieee80211_rx_h_defragment() 2344 if (memcmp(pn, rpn, IEEE80211_CCMP_PN_LEN)) in ieee80211_rx_h_defragment() 2346 memcpy(entry->last_pn, pn, IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment()
|
| H A D | ieee80211_i.h | 232 u8 pn[IEEE80211_CCMP_PN_LEN];
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6656/ |
| H A D | rxtx.h | 38 u8 ccmp_pn[IEEE80211_CCMP_PN_LEN];
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6655/ |
| H A D | rxtx.h | 36 u8 ccmp_pn[IEEE80211_CCMP_PN_LEN];
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | sta.h | 338 u8 pn[IWL_MAX_TID_COUNT][IEEE80211_CCMP_PN_LEN];
|
| H A D | rxmq.c | 104 u8 pn[IEEE80211_CCMP_PN_LEN]; in iwl_mvm_check_pn() 159 res = memcmp(pn, ptk_pn->q[queue].pn[tid], IEEE80211_CCMP_PN_LEN); in iwl_mvm_check_pn() 165 memcpy(ptk_pn->q[queue].pn[tid], pn, IEEE80211_CCMP_PN_LEN); in iwl_mvm_check_pn() 387 BUILD_BUG_ON(IEEE80211_CCMP_PN_LEN != IEEE80211_GCMP_PN_LEN); in iwl_mvm_rx_crypto()
|
| H A D | ftm-initiator.c | 92 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; 93 u8 rx_pn[IEEE80211_CCMP_PN_LEN];
|
| H A D | d3.c | 153 if (memcmp(ret, tmp, IEEE80211_CCMP_PN_LEN) <= 0) in iwl_mvm_find_max_pn() 1384 seq.ccmp.pn, IEEE80211_CCMP_PN_LEN); in iwl_mvm_set_aes_rx_seq()
|
| H A D | mac80211.c | 3567 IEEE80211_CCMP_PN_LEN); in __iwl_mvm_mac_set_key()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ieee80211.h | 3028 #define IEEE80211_CCMP_PN_LEN 6 macro
|