Searched refs:IEEE80211_CCMP_PN_LEN (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | location.h | 794 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; 795 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; 863 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; 864 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; 944 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; 945 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; 1508 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; 1509 u8 tx_pn[IEEE80211_CCMP_PN_LEN];
|
/openbmc/linux/net/mac80211/ |
H A D | wpa.c | 391 memcpy(&b_0[8], pn, IEEE80211_CCMP_PN_LEN); in ccmp_special_blocks() 514 u8 pn[IEEE80211_CCMP_PN_LEN]; in ieee80211_crypto_ccmp_decrypt() 549 IEEE80211_CCMP_PN_LEN); in ieee80211_crypto_ccmp_decrypt() 570 memcpy(key->u.ccmp.rx_pn[queue], pn, IEEE80211_CCMP_PN_LEN); in ieee80211_crypto_ccmp_decrypt() 572 memcpy(rx->ccm_gcm.pn, pn, IEEE80211_CCMP_PN_LEN); in ieee80211_crypto_ccmp_decrypt() 769 memcpy(rx->ccm_gcm.pn, pn, IEEE80211_CCMP_PN_LEN); in ieee80211_crypto_gcmp_decrypt()
|
H A D | key.h | 90 u8 rx_pn[IEEE80211_NUM_TIDS + 1][IEEE80211_CCMP_PN_LEN];
|
H A D | key.c | 642 for (j = 0; j < IEEE80211_CCMP_PN_LEN; j++) in ieee80211_key_alloc() 644 seq[IEEE80211_CCMP_PN_LEN - j - 1]; in ieee80211_key_alloc() 1277 memcpy(seq->ccmp.pn, pn, IEEE80211_CCMP_PN_LEN); in ieee80211_get_key_rx_seq() 1330 memcpy(pn, seq->ccmp.pn, IEEE80211_CCMP_PN_LEN); in ieee80211_set_key_rx_seq()
|
H A D | rx.c | 2277 IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment() 2284 BUILD_BUG_ON(IEEE80211_CCMP_PN_LEN != in ieee80211_rx_h_defragment() 2312 u8 pn[IEEE80211_CCMP_PN_LEN], *rpn; in ieee80211_rx_h_defragment() 2321 memcpy(pn, entry->last_pn, IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment() 2322 for (i = IEEE80211_CCMP_PN_LEN - 1; i >= 0; i--) { in ieee80211_rx_h_defragment() 2329 if (memcmp(pn, rpn, IEEE80211_CCMP_PN_LEN)) in ieee80211_rx_h_defragment() 2331 memcpy(entry->last_pn, pn, IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment()
|
H A D | ieee80211_i.h | 239 u8 pn[IEEE80211_CCMP_PN_LEN];
|
/openbmc/linux/drivers/staging/vt6656/ |
H A D | rxtx.h | 36 u8 ccmp_pn[IEEE80211_CCMP_PN_LEN];
|
/openbmc/linux/drivers/staging/vt6655/ |
H A D | rxtx.h | 34 u8 ccmp_pn[IEEE80211_CCMP_PN_LEN];
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | sta.h | 280 u8 pn[IWL_MAX_TID_COUNT][IEEE80211_CCMP_PN_LEN];
|
H A D | rxmq.c | 23 u8 pn[IEEE80211_CCMP_PN_LEN]; in iwl_mvm_check_pn() 78 res = memcmp(pn, ptk_pn->q[queue].pn[tid], IEEE80211_CCMP_PN_LEN); in iwl_mvm_check_pn() 84 memcpy(ptk_pn->q[queue].pn[tid], pn, IEEE80211_CCMP_PN_LEN); in iwl_mvm_check_pn() 392 BUILD_BUG_ON(IEEE80211_CCMP_PN_LEN != IEEE80211_GCMP_PN_LEN); in iwl_mvm_rx_crypto()
|
H A D | ftm-initiator.c | 38 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; 39 u8 rx_pn[IEEE80211_CCMP_PN_LEN];
|
H A D | d3.c | 97 if (memcmp(ret, tmp, IEEE80211_CCMP_PN_LEN) <= 0) in iwl_mvm_find_max_pn() 1663 IEEE80211_CCMP_PN_LEN); in iwl_mvm_set_aes_ptk_rx_seq()
|
H A D | mac80211.c | 4284 IEEE80211_CCMP_PN_LEN); in __iwl_mvm_mac_set_key()
|
/openbmc/linux/include/linux/ |
H A D | ieee80211.h | 3724 #define IEEE80211_CCMP_PN_LEN 6 macro
|