Searched refs:IEEE80211_CCMP_PN_LEN (Results 1 – 9 of 9) sorted by relevance
| /linux-4.4.14/net/mac80211/ |
| D | key.h | 86 u8 rx_pn[IEEE80211_NUM_TIDS + 1][IEEE80211_CCMP_PN_LEN];
|
| D | key.c | 424 for (j = 0; j < IEEE80211_CCMP_PN_LEN; j++) in ieee80211_key_alloc() 426 seq[IEEE80211_CCMP_PN_LEN - j - 1]; in ieee80211_key_alloc() 954 memcpy(seq->ccmp.pn, pn, IEEE80211_CCMP_PN_LEN); in ieee80211_get_key_rx_seq() 1049 memcpy(pn, seq->ccmp.pn, IEEE80211_CCMP_PN_LEN); in ieee80211_set_key_rx_seq()
|
| D | wpa.c | 354 memcpy(&b_0[8], pn, IEEE80211_CCMP_PN_LEN); in ccmp_special_blocks() 500 u8 pn[IEEE80211_CCMP_PN_LEN]; in ieee80211_crypto_ccmp_decrypt() 528 IEEE80211_CCMP_PN_LEN) <= 0) { in ieee80211_crypto_ccmp_decrypt() 547 memcpy(key->u.ccmp.rx_pn[queue], pn, IEEE80211_CCMP_PN_LEN); in ieee80211_crypto_ccmp_decrypt()
|
| D | rx.c | 1865 IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment() 1872 BUILD_BUG_ON(IEEE80211_CCMP_PN_LEN != in ieee80211_rx_h_defragment() 1895 u8 pn[IEEE80211_CCMP_PN_LEN], *rpn; in ieee80211_rx_h_defragment() 1904 memcpy(pn, entry->last_pn, IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment() 1905 for (i = IEEE80211_CCMP_PN_LEN - 1; i >= 0; i--) { in ieee80211_rx_h_defragment() 1912 if (memcmp(pn, rpn, IEEE80211_CCMP_PN_LEN)) in ieee80211_rx_h_defragment() 1914 memcpy(entry->last_pn, pn, IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment()
|
| /linux-4.4.14/drivers/staging/vt6655/ |
| D | rxtx.h | 49 u8 ccmp_pn[IEEE80211_CCMP_PN_LEN];
|
| D | rxtx.c | 1248 memcpy(mic_hdr->ccmp_pn, seq.ccmp.pn, IEEE80211_CCMP_PN_LEN); in vnt_fill_txkey()
|
| /linux-4.4.14/drivers/staging/vt6656/ |
| D | rxtx.h | 44 u8 ccmp_pn[IEEE80211_CCMP_PN_LEN];
|
| D | rxtx.c | 757 memcpy(mic_hdr->ccmp_pn, seq.ccmp.pn, IEEE80211_CCMP_PN_LEN); in vnt_fill_txkey()
|
| /linux-4.4.14/include/linux/ |
| D | ieee80211.h | 2023 #define IEEE80211_CCMP_PN_LEN 6 macro
|