Lines Matching refs:pn64
891 u64 pn64; in ieee80211_get_key_tx_seq() local
917 pn64 = atomic64_read(&key->conf.tx_pn); in ieee80211_get_key_tx_seq()
918 seq->ccmp.pn[5] = pn64; in ieee80211_get_key_tx_seq()
919 seq->ccmp.pn[4] = pn64 >> 8; in ieee80211_get_key_tx_seq()
920 seq->ccmp.pn[3] = pn64 >> 16; in ieee80211_get_key_tx_seq()
921 seq->ccmp.pn[2] = pn64 >> 24; in ieee80211_get_key_tx_seq()
922 seq->ccmp.pn[1] = pn64 >> 32; in ieee80211_get_key_tx_seq()
923 seq->ccmp.pn[0] = pn64 >> 40; in ieee80211_get_key_tx_seq()
988 u64 pn64; in ieee80211_set_key_tx_seq() local
1011 pn64 = (u64)seq->ccmp.pn[5] | in ieee80211_set_key_tx_seq()
1017 atomic64_set(&key->conf.tx_pn, pn64); in ieee80211_set_key_tx_seq()