Searched refs:rx_pn (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_crypto_ccmp.c | 37 u8 rx_pn[CCMP_PN_LEN]; member 294 if (ccmp_replay_check(pn, key->rx_pn)) { in libipw_ccmp_decrypt() 298 key->rx_pn[0], key->rx_pn[1], key->rx_pn[2], in libipw_ccmp_decrypt() 299 key->rx_pn[3], key->rx_pn[4], key->rx_pn[5], in libipw_ccmp_decrypt() 330 memcpy(key->rx_pn, pn, CCMP_PN_LEN); in libipw_ccmp_decrypt() 354 data->rx_pn[0] = seq[5]; in libipw_ccmp_set_key() 355 data->rx_pn[1] = seq[4]; in libipw_ccmp_set_key() 356 data->rx_pn[2] = seq[3]; in libipw_ccmp_set_key() 357 data->rx_pn[3] = seq[2]; in libipw_ccmp_set_key() 358 data->rx_pn[4] = seq[1]; in libipw_ccmp_set_key() [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | ftm-initiator.c | 39 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; member 653 u8 *rx_pn, u8 *tx_pn, __le32 *flags) in iwl_mvm_ftm_set_secured_ranging() argument 712 memcpy(rx_pn, entry->rx_pn, sizeof(entry->rx_pn)); in iwl_mvm_ftm_set_secured_ranging() 733 target->tk, target->rx_pn, in iwl_mvm_ftm_put_target_v7() 905 target->tk, target->rx_pn, in iwl_mvm_ftm_put_target_v10() 1248 memcpy(entry->rx_pn, fw_ap->rx_pn, sizeof(entry->rx_pn)); in iwl_mvm_ftm_pasn_update_pn()
|
| H A D | sta.c | 3628 u8 _rx_pn[IEEE80211_MAX_PN_LEN] = {}, *rx_pn = _rx_pn; in iwl_mvm_send_sta_key() local 3636 rx_pn[0] = seq.tkip.iv16; in iwl_mvm_send_sta_key() 3637 rx_pn[1] = seq.tkip.iv16 >> 8; in iwl_mvm_send_sta_key() 3638 rx_pn[2 + hole] = seq.tkip.iv32; in iwl_mvm_send_sta_key() 3639 rx_pn[3 + hole] = seq.tkip.iv32 >> 8; in iwl_mvm_send_sta_key() 3640 rx_pn[4 + hole] = seq.tkip.iv32 >> 16; in iwl_mvm_send_sta_key() 3641 rx_pn[5 + hole] = seq.tkip.iv32 >> 24; in iwl_mvm_send_sta_key() 3643 rx_pn = seq.hw.seq; in iwl_mvm_send_sta_key() 3646 rx_pn[0] = seq.ccmp.pn[0]; in iwl_mvm_send_sta_key() 3647 rx_pn[1] = seq.ccmp.pn[1]; in iwl_mvm_send_sta_key() [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 2435 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl() 2436 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_pn_check_replay_hl() 2527 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl() 2530 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_proc_rx_ind_hl() 2830 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_frag_ind_hl() 2831 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_proc_rx_frag_ind_hl() 4065 peer->rx_pn[sec_index].sec_type = sec_type; in ath10k_htt_rx_sec_ind_handler() 4066 peer->rx_pn[sec_index].pn_len = ath10k_htt_rx_pn_len(sec_type); in ath10k_htt_rx_sec_ind_handler()
|
| /linux/net/mac80211/ |
| H A D | rx.c | 2429 rx->key->u.ccmp.rx_pn[queue], in ieee80211_rx_h_defragment() 2432 u.ccmp.rx_pn) != in ieee80211_rx_h_defragment() 2434 u.gcmp.rx_pn)); in ieee80211_rx_h_defragment() 2435 BUILD_BUG_ON(sizeof(rx->key->u.ccmp.rx_pn[queue]) != in ieee80211_rx_h_defragment() 2436 sizeof(rx->key->u.gcmp.rx_pn[queue])); in ieee80211_rx_h_defragment()
|