Searched defs:rx_pn (Results 1 - 3 of 3) sorted by relevance

/net/mac80211/
H A Dkey.h86 u8 rx_pn[IEEE80211_NUM_TIDS + 1][IEEE80211_CCMP_PN_LEN]; member in struct:ieee80211_key::__anon77::__anon79
92 u8 rx_pn[IEEE80211_CMAC_PN_LEN]; member in struct:ieee80211_key::__anon77::__anon80
99 u8 rx_pn[IEEE80211_NUM_TIDS + 1][MAX_PN_LEN]; member in struct:ieee80211_key::__anon77::__anon81
H A Dwpa.c523 if (memcmp(pn, key->u.ccmp.rx_pn[queue], IEEE80211_CCMP_PN_LEN) <= 0) {
542 memcpy(key->u.ccmp.rx_pn[queue], pn, IEEE80211_CCMP_PN_LEN);
607 u8 *rx_pn; local
636 rx_pn = key->u.gen.rx_pn[qos_tid];
639 if (ieee80211_crypto_cs_pn_compare(skb_pn, rx_pn, cs->pn_len) <= 0)
642 memcpy(rx_pn, skb_pn, cs->pn_len);
764 if (memcmp(ipn, key->u.aes_cmac.rx_pn, 6) <= 0) {
780 memcpy(key->u.aes_cmac.rx_pn, ipn, 6);
/net/wireless/
H A Dlib80211_crypt_ccmp.c47 u8 rx_pn[CCMP_PN_LEN]; member in struct:lib80211_ccmp_data
332 if (ccmp_replay_check(pn, key->rx_pn)) {
336 key->rx_pn[0], key->rx_pn[1], key->rx_pn[2],
337 key->rx_pn[3], key->rx_pn[4], key->rx_pn[5],
370 memcpy(key->rx_pn, pn, CCMP_PN_LEN);
394 data->rx_pn[
[all...]

Completed in 311 milliseconds