Searched refs:IEEE80211_GCMP_PN_LEN (Results 1 – 10 of 10) sorted by relevance
/linux/net/mac80211/ |
H A D | key.h | 112 u8 rx_pn[IEEE80211_NUM_TIDS + 1][IEEE80211_GCMP_PN_LEN];
|
H A D | wpa.c | 600 memcpy(&j_0[ETH_ALEN], pn, IEEE80211_GCMP_PN_LEN); in gcmp_special_blocks() 723 u8 pn[IEEE80211_GCMP_PN_LEN]; in ieee80211_crypto_gcmp_decrypt() 757 IEEE80211_GCMP_PN_LEN); in ieee80211_crypto_gcmp_decrypt() 780 memcpy(key->u.gcmp.rx_pn[queue], pn, IEEE80211_GCMP_PN_LEN); in ieee80211_crypto_gcmp_decrypt()
|
H A D | key.c | 719 for (j = 0; j < IEEE80211_GCMP_PN_LEN; j++) in ieee80211_key_alloc() 721 seq[IEEE80211_GCMP_PN_LEN - j - 1]; in ieee80211_key_alloc() 1294 memcpy(seq->gcmp.pn, pn, IEEE80211_GCMP_PN_LEN); in ieee80211_get_key_rx_seq() 1347 memcpy(pn, seq->gcmp.pn, IEEE80211_GCMP_PN_LEN); in ieee80211_set_key_rx_seq()
|
H A D | rx.c | 2312 IEEE80211_GCMP_PN_LEN); in ieee80211_rx_h_defragment()
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 1575 IEEE80211_GCMP_PN_LEN); in wil_set_crypto_rx() 1577 memset(cc->pn, 0, IEEE80211_GCMP_PN_LEN); in wil_set_crypto_rx() 1584 memcpy(cc->pn, params->seq, IEEE80211_GCMP_PN_LEN); in wil_set_crypto_rx() 1586 memset(cc->pn, 0, IEEE80211_GCMP_PN_LEN); in wil_set_crypto_rx() 1657 if (params->seq && params->seq_len != IEEE80211_GCMP_PN_LEN) { in wil_cfg80211_add_key() 2071 key_params.seq_len = IEEE80211_GCMP_PN_LEN; in wil_cfg80211_ap_recovery()
|
H A D | txrx_edma.c | 560 if (reverse_memcmp(pn, cc->pn, IEEE80211_GCMP_PN_LEN) <= 0) { in wil_rx_crypto_check_edma() 566 memcpy(cc->pn, pn, IEEE80211_GCMP_PN_LEN); in wil_rx_crypto_check_edma()
|
H A D | txrx.c | 678 if (reverse_memcmp(pn, cc->pn, IEEE80211_GCMP_PN_LEN) <= 0) { in wil_rx_crypto_check() 684 memcpy(cc->pn, pn, IEEE80211_GCMP_PN_LEN); in wil_rx_crypto_check()
|
H A D | wil6210.h | 700 u8 pn[IEEE80211_GCMP_PN_LEN];
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rxmq.c | 394 BUILD_BUG_ON(IEEE80211_CCMP_PN_LEN != IEEE80211_GCMP_PN_LEN); in iwl_mvm_rx_crypto()
|
/linux/include/linux/ |
H A D | ieee80211.h | 3930 #define IEEE80211_GCMP_PN_LEN 6 macro
|