Searched refs:IEEE80211_GCMP_PN_LEN (Results 1 – 5 of 5) sorted by relevance
108 u8 rx_pn[IEEE80211_NUM_TIDS + 1][IEEE80211_GCMP_PN_LEN];
505 for (j = 0; j < IEEE80211_GCMP_PN_LEN; j++) in ieee80211_key_alloc()507 seq[IEEE80211_GCMP_PN_LEN - j - 1]; in ieee80211_key_alloc()978 memcpy(seq->gcmp.pn, pn, IEEE80211_GCMP_PN_LEN); in ieee80211_get_key_rx_seq()1073 memcpy(pn, seq->gcmp.pn, IEEE80211_GCMP_PN_LEN); in ieee80211_set_key_rx_seq()
566 memcpy(&j_0[ETH_ALEN], pn, IEEE80211_GCMP_PN_LEN); in gcmp_special_blocks()725 u8 pn[IEEE80211_GCMP_PN_LEN]; in ieee80211_crypto_gcmp_decrypt()754 IEEE80211_GCMP_PN_LEN) <= 0) { in ieee80211_crypto_gcmp_decrypt()774 memcpy(key->u.gcmp.rx_pn[queue], pn, IEEE80211_GCMP_PN_LEN); in ieee80211_crypto_gcmp_decrypt()
1873 IEEE80211_GCMP_PN_LEN); in ieee80211_rx_h_defragment()
2033 #define IEEE80211_GCMP_PN_LEN 6 macro