Home
last modified time | relevance | path

Searched refs:IEEE80211_CCMP_PN_LEN (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/net/mac80211/
Dkey.h86 u8 rx_pn[IEEE80211_NUM_TIDS + 1][IEEE80211_CCMP_PN_LEN];
Dkey.c424 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()
Dwpa.c354 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()
Drx.c1865 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/
Drxtx.h49 u8 ccmp_pn[IEEE80211_CCMP_PN_LEN];
Drxtx.c1248 memcpy(mic_hdr->ccmp_pn, seq.ccmp.pn, IEEE80211_CCMP_PN_LEN); in vnt_fill_txkey()
/linux-4.4.14/drivers/staging/vt6656/
Drxtx.h44 u8 ccmp_pn[IEEE80211_CCMP_PN_LEN];
Drxtx.c757 memcpy(mic_hdr->ccmp_pn, seq.ccmp.pn, IEEE80211_CCMP_PN_LEN); in vnt_fill_txkey()
/linux-4.4.14/include/linux/
Dieee80211.h2023 #define IEEE80211_CCMP_PN_LEN 6 macro