Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_crypto_ccmp.c36 u8 tx_pn[CCMP_PN_LEN]; member
165 key->tx_pn[i]++; in libipw_ccmp_hdr()
166 if (key->tx_pn[i] != 0) in libipw_ccmp_hdr()
171 *pos++ = key->tx_pn[5]; in libipw_ccmp_hdr()
172 *pos++ = key->tx_pn[4]; in libipw_ccmp_hdr()
175 *pos++ = key->tx_pn[3]; in libipw_ccmp_hdr()
176 *pos++ = key->tx_pn[2]; in libipw_ccmp_hdr()
177 *pos++ = key->tx_pn[1]; in libipw_ccmp_hdr()
178 *pos++ = key->tx_pn[0]; in libipw_ccmp_hdr()
207 aad_len = ccmp_init_iv_and_aad(hdr, key->tx_pn, iv, aad); in libipw_ccmp_encrypt()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dlocation.h861 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member
931 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member
1012 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member
1088 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member
1676 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member
1737 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c38 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member
642 u8 *rx_pn, u8 *tx_pn, __le32 *flags) in iwl_mvm_ftm_set_secured_ranging() argument
685 memcpy(tx_pn, entry->tx_pn, sizeof(entry->tx_pn)); in iwl_mvm_ftm_set_secured_ranging()
704 target->tx_pn, in iwl_mvm_ftm_put_target_v7()
877 target->tx_pn, in iwl_mvm_ftm_put_target_v10()
1218 memcpy(entry->tx_pn, fw_ap->tx_pn, sizeof(entry->tx_pn)); in iwl_mvm_ftm_pasn_update_pn()
H A Dmld-key.c193 .u.add.tx_seq = cpu_to_le64(atomic64_read(&keyconf->tx_pn)), in iwl_mvm_mld_send_key()
H A Dtx.c446 pn = atomic64_inc_return(&keyconf->tx_pn); in iwl_mvm_set_tx_cmd_pn()
479 pn = atomic64_inc_return(&keyconf->tx_pn); in iwl_mvm_set_tx_cmd_crypto()
H A Dsta.c3575 pn = atomic64_read(&key->tx_pn); in iwl_mvm_send_sta_key()
3589 pn = atomic64_read(&key->tx_pn); in iwl_mvm_send_sta_key()
3605 pn = atomic64_read(&key->tx_pn); in iwl_mvm_send_sta_key()
/linux/net/mac80211/
H A Ddebugfs_key.c108 atomic64_set(&key->conf.tx_pn, pn); in key_tx_spec_write()
129 pn = atomic64_read(&key->conf.tx_pn); in key_tx_spec_read()
142 pn = atomic64_read(&key->conf.tx_pn); in key_tx_spec_read()
H A Dwpa.c233 pn = atomic64_inc_return(&key->conf.tx_pn); in tkip_encrypt_skb()
474 pn64 = atomic64_inc_return(&key->conf.tx_pn); in ccmp_encrypt_skb()
676 pn64 = atomic64_inc_return(&key->conf.tx_pn); in gcmp_encrypt_skb()
866 pn64 = atomic64_inc_return(&key->conf.tx_pn); in ieee80211_crypto_aes_cmac_encrypt()
971 pn64 = atomic64_inc_return(&key->conf.tx_pn); in ieee80211_crypto_aes_gmac_encrypt()
H A Dcfg.c850 pn64 = atomic64_read(&key->conf.tx_pn); in ieee80211_get_key()
892 pn64 = atomic64_read(&key->conf.tx_pn); in ieee80211_get_key()
H A Dtx.c3605 pn = atomic64_inc_return(&key->conf.tx_pn); in ieee80211_xmit_fast_finish()
/linux/drivers/net/wireless/mediatek/mt76/
H A 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()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dkey.c127 .u.add.tx_seq = cpu_to_le64(atomic64_read(&key->tx_pn)), in iwl_mld_add_key_to_fw()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dlib.c913 pn64 = atomic64_read(&key->tx_pn); in iwlagn_wowlan_program_keys()
966 pn64 = atomic64_read(&key->tx_pn); in iwlagn_wowlan_program_keys()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dwow.c140 pn = atomic64_inc_return(&key->tx_pn); in rtw89_tx_pn_to_iv()
232 atomic64_set(&key->tx_pn, pn); in rtw89_tx_iv_to_pn()
H A Dcore.c685 pn64 = atomic64_inc_return(&key->tx_pn); in rtw89_core_tx_update_sec_key()
/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c1032 u64 pn = atomic64_inc_return(&key->tx_pn); in mt7603_mac_write_txwi()
/linux/include/net/
H A Dmac80211.h2286 atomic64_t tx_pn; member