Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dkey.h88 u8 rx_pn[IEEE80211_NUM_TIDS + 1][IEEE80211_CCMP_PN_LEN];
Dkey.c423 for (j = 0; j < IEEE80211_CCMP_PN_LEN; j++) in ieee80211_key_alloc()
425 seq[IEEE80211_CCMP_PN_LEN - j - 1]; in ieee80211_key_alloc()
969 memcpy(seq->ccmp.pn, pn, IEEE80211_CCMP_PN_LEN); in ieee80211_get_key_rx_seq()
1082 memcpy(pn, seq->ccmp.pn, IEEE80211_CCMP_PN_LEN); in ieee80211_set_key_rx_seq()
Dwpa.c351 memcpy(&b_0[8], pn, IEEE80211_CCMP_PN_LEN); in ccmp_special_blocks()
497 u8 pn[IEEE80211_CCMP_PN_LEN]; in ieee80211_crypto_ccmp_decrypt()
523 if (memcmp(pn, key->u.ccmp.rx_pn[queue], IEEE80211_CCMP_PN_LEN) <= 0) { in ieee80211_crypto_ccmp_decrypt()
542 memcpy(key->u.ccmp.rx_pn[queue], pn, IEEE80211_CCMP_PN_LEN); in ieee80211_crypto_ccmp_decrypt()
Drx.c1836 IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment()
1843 BUILD_BUG_ON(IEEE80211_CCMP_PN_LEN != in ieee80211_rx_h_defragment()
1866 u8 pn[IEEE80211_CCMP_PN_LEN], *rpn; in ieee80211_rx_h_defragment()
1875 memcpy(pn, entry->last_pn, IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment()
1876 for (i = IEEE80211_CCMP_PN_LEN - 1; i >= 0; i--) { in ieee80211_rx_h_defragment()
1883 if (memcmp(pn, rpn, IEEE80211_CCMP_PN_LEN)) in ieee80211_rx_h_defragment()
1885 memcpy(entry->last_pn, pn, IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment()
/linux-4.1.27/drivers/staging/vt6655/
Drxtx.h49 u8 ccmp_pn[IEEE80211_CCMP_PN_LEN];
Drxtx.c1251 memcpy(mic_hdr->ccmp_pn, seq.ccmp.pn, IEEE80211_CCMP_PN_LEN); in vnt_fill_txkey()
/linux-4.1.27/drivers/staging/vt6656/
Drxtx.h44 u8 ccmp_pn[IEEE80211_CCMP_PN_LEN];
Drxtx.c751 memcpy(mic_hdr->ccmp_pn, seq.ccmp.pn, IEEE80211_CCMP_PN_LEN); in vnt_fill_txkey()
/linux-4.1.27/include/linux/
Dieee80211.h2021 #define IEEE80211_CCMP_PN_LEN 6 macro