Searched refs:tx_pn (Results 1 – 12 of 12) sorted by relevance
/drivers/staging/rtl8192e/ |
D | rtllib_crypt_ccmp.c | 34 u8 tx_pn[CCMP_PN_LEN]; member 172 key->tx_pn[i]++; in rtllib_ccmp_encrypt() 173 if (key->tx_pn[i] != 0) in rtllib_ccmp_encrypt() 178 *pos++ = key->tx_pn[5]; in rtllib_ccmp_encrypt() 179 *pos++ = key->tx_pn[4]; in rtllib_ccmp_encrypt() 182 *pos++ = key->tx_pn[3]; in rtllib_ccmp_encrypt() 183 *pos++ = key->tx_pn[2]; in rtllib_ccmp_encrypt() 184 *pos++ = key->tx_pn[1]; in rtllib_ccmp_encrypt() 185 *pos++ = key->tx_pn[0]; in rtllib_ccmp_encrypt() 200 aad_len = ccmp_init_iv_and_aad(hdr, key->tx_pn, iv, aad); in rtllib_ccmp_encrypt() [all …]
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_ccmp.c | 39 u8 tx_pn[CCMP_PN_LEN]; member 179 key->tx_pn[i]++; in ieee80211_ccmp_encrypt() 180 if (key->tx_pn[i] != 0) in ieee80211_ccmp_encrypt() 185 *pos++ = key->tx_pn[5]; in ieee80211_ccmp_encrypt() 186 *pos++ = key->tx_pn[4]; in ieee80211_ccmp_encrypt() 189 *pos++ = key->tx_pn[3]; in ieee80211_ccmp_encrypt() 190 *pos++ = key->tx_pn[2]; in ieee80211_ccmp_encrypt() 191 *pos++ = key->tx_pn[1]; in ieee80211_ccmp_encrypt() 192 *pos++ = key->tx_pn[0]; in ieee80211_ccmp_encrypt() 207 aad_len = ccmp_init_iv_and_aad(hdr, key->tx_pn, iv, aad); in ieee80211_ccmp_encrypt() [all …]
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | ftm-initiator.c | 92 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member 737 memcpy(target->tx_pn, entry->tx_pn, sizeof(target->tx_pn)); in iwl_mvm_ftm_set_secured_ranging() 1033 memcpy(entry->tx_pn, fw_ap->tx_pn, sizeof(entry->tx_pn)); in iwl_mvm_ftm_pasn_update_pn()
|
D | d3.c | 265 pn64 = atomic64_read(&key->tx_pn); in iwl_mvm_wowlan_program_keys() 326 pn64 = atomic64_read(&key->tx_pn); in iwl_mvm_wowlan_program_keys() 1489 atomic64_set(&key->tx_pn, le64_to_cpu(sc->aes.tsc.pn)); in iwl_mvm_d3_update_keys() 1494 atomic64_set(&key->tx_pn, in iwl_mvm_d3_update_keys()
|
D | tx.c | 422 pn = atomic64_inc_return(&keyconf->tx_pn); in iwl_mvm_set_tx_cmd_pn() 455 pn = atomic64_inc_return(&keyconf->tx_pn); in iwl_mvm_set_tx_cmd_crypto()
|
D | sta.c | 3284 pn = atomic64_read(&key->tx_pn); in iwl_mvm_send_sta_key() 3298 pn = atomic64_read(&key->tx_pn); in iwl_mvm_send_sta_key() 3314 pn = atomic64_read(&key->tx_pn); in iwl_mvm_send_sta_key()
|
/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | location.h | 706 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member 1207 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member
|
/drivers/net/wireless/mediatek/mt76/ |
D | mt76x02_mac.c | 103 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/ |
D | lib.c | 918 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/ |
D | rxtx.c | 343 pn64 = atomic64_read(&tx_key->tx_pn); in vnt_fill_txkey()
|
/drivers/staging/vt6655/ |
D | rxtx.c | 1184 pn64 = atomic64_read(&tx_key->tx_pn); in vnt_fill_txkey()
|
/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | mac.c | 1006 u64 pn = atomic64_inc_return(&key->tx_pn); in mt7603_mac_write_txwi()
|