Home
last modified time | relevance | path

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 Dlocation.h794 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 Dwpa.c391 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 Dkey.h90 u8 rx_pn[IEEE80211_NUM_TIDS + 1][IEEE80211_CCMP_PN_LEN];
H A Dkey.c642 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 Drx.c2277 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 Dieee80211_i.h239 u8 pn[IEEE80211_CCMP_PN_LEN];
/openbmc/linux/drivers/staging/vt6656/
H A Drxtx.h36 u8 ccmp_pn[IEEE80211_CCMP_PN_LEN];
/openbmc/linux/drivers/staging/vt6655/
H A Drxtx.h34 u8 ccmp_pn[IEEE80211_CCMP_PN_LEN];
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.h280 u8 pn[IWL_MAX_TID_COUNT][IEEE80211_CCMP_PN_LEN];
H A Drxmq.c23 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 Dftm-initiator.c38 u8 tx_pn[IEEE80211_CCMP_PN_LEN];
39 u8 rx_pn[IEEE80211_CCMP_PN_LEN];
H A Dd3.c97 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 Dmac80211.c4284 IEEE80211_CCMP_PN_LEN); in __iwl_mvm_mac_set_key()
/openbmc/linux/include/linux/
H A Dieee80211.h3724 #define IEEE80211_CCMP_PN_LEN 6 macro