Home
last modified time | relevance | path

Searched refs:tx_pn (Results 1 – 12 of 12) sorted by relevance

/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_ccmp.c39 u8 tx_pn[CCMP_PN_LEN]; member
181 key->tx_pn[i]++; in ieee80211_ccmp_encrypt()
182 if (key->tx_pn[i] != 0) in ieee80211_ccmp_encrypt()
187 *pos++ = key->tx_pn[5]; in ieee80211_ccmp_encrypt()
188 *pos++ = key->tx_pn[4]; in ieee80211_ccmp_encrypt()
191 *pos++ = key->tx_pn[3]; in ieee80211_ccmp_encrypt()
192 *pos++ = key->tx_pn[2]; in ieee80211_ccmp_encrypt()
193 *pos++ = key->tx_pn[1]; in ieee80211_ccmp_encrypt()
194 *pos++ = key->tx_pn[0]; in ieee80211_ccmp_encrypt()
209 aad_len = ccmp_init_iv_and_aad(hdr, key->tx_pn, iv, aad); in ieee80211_ccmp_encrypt()
[all …]
/drivers/staging/rtl8192e/
Drtllib_crypt_ccmp.c34 u8 tx_pn[CCMP_PN_LEN]; member
174 key->tx_pn[i]++; in rtllib_ccmp_encrypt()
175 if (key->tx_pn[i] != 0) in rtllib_ccmp_encrypt()
180 *pos++ = key->tx_pn[5]; in rtllib_ccmp_encrypt()
181 *pos++ = key->tx_pn[4]; in rtllib_ccmp_encrypt()
184 *pos++ = key->tx_pn[3]; in rtllib_ccmp_encrypt()
185 *pos++ = key->tx_pn[2]; in rtllib_ccmp_encrypt()
186 *pos++ = key->tx_pn[1]; in rtllib_ccmp_encrypt()
187 *pos++ = key->tx_pn[0]; in rtllib_ccmp_encrypt()
202 aad_len = ccmp_init_iv_and_aad(hdr, key->tx_pn, iv, aad); in rtllib_ccmp_encrypt()
[all …]
/drivers/net/wireless/intel/iwlwifi/fw/api/
Dlocation.h788 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member
857 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member
938 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member
1502 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member
/drivers/net/wireless/intel/iwlwifi/mvm/
Dftm-initiator.c34 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member
692 memcpy(target->tx_pn, entry->tx_pn, sizeof(target->tx_pn)); in iwl_mvm_ftm_set_secured_ranging()
1120 memcpy(entry->tx_pn, fw_ap->tx_pn, sizeof(entry->tx_pn)); in iwl_mvm_ftm_pasn_update_pn()
Dd3.c244 pn64 = atomic64_read(&key->tx_pn); in iwl_mvm_wowlan_get_rsc_tsc_data()
277 pn64 = atomic64_read(&key->tx_pn); in iwl_mvm_wowlan_get_rsc_tsc_data()
550 pn64 = atomic64_read(&key->tx_pn); in iwl_mvm_wowlan_get_tkip_data()
1678 atomic64_set(&key->tx_pn, le64_to_cpu(sc->aes.tsc.pn)); in iwl_mvm_d3_update_keys()
1683 atomic64_set(&key->tx_pn, in iwl_mvm_d3_update_keys()
Dtx.c369 pn = atomic64_inc_return(&keyconf->tx_pn); in iwl_mvm_set_tx_cmd_pn()
402 pn = atomic64_inc_return(&keyconf->tx_pn); in iwl_mvm_set_tx_cmd_crypto()
Dsta.c3255 pn = atomic64_read(&key->tx_pn); in iwl_mvm_send_sta_key()
3269 pn = atomic64_read(&key->tx_pn); in iwl_mvm_send_sta_key()
3285 pn = atomic64_read(&key->tx_pn); in iwl_mvm_send_sta_key()
/drivers/net/wireless/mediatek/mt76/
Dmt76x02_mac.c103 atomic64_set(&key->tx_pn, pn); in mt76x02_mac_wcid_sync_pn()
126 pn = atomic64_read(&key->tx_pn); in mt76x02_mac_wcid_set_key()
367 u64 pn = atomic64_inc_return(&key->tx_pn); in mt76x02_mac_write_txwi()
/drivers/net/wireless/intel/iwlwifi/dvm/
Dlib.c918 pn64 = atomic64_read(&key->tx_pn); in iwlagn_wowlan_program_keys()
971 pn64 = atomic64_read(&key->tx_pn); in iwlagn_wowlan_program_keys()
/drivers/staging/vt6656/
Drxtx.c341 pn64 = atomic64_read(&tx_key->tx_pn); in vnt_fill_txkey()
/drivers/staging/vt6655/
Drxtx.c1186 pn64 = atomic64_read(&tx_key->tx_pn); in vnt_fill_txkey()
/drivers/net/wireless/mediatek/mt76/mt7603/
Dmac.c1028 u64 pn = atomic64_inc_return(&key->tx_pn); in mt7603_mac_write_txwi()