Lines Matching full:ccmp
87 const u8 *ret = seq->ccmp.pn; in iwl_mvm_find_max_pn()
315 u8 *pn = seq.ccmp.pn; in iwl_mvm_wowlan_get_rsc_tsc_data()
436 u8 *pn = seq.ccmp.pn; in iwl_mvm_wowlan_get_rsc_v5_data()
1626 seq->ccmp.pn[0] = pn >> 40; in iwl_mvm_le64_to_aes_seq()
1627 seq->ccmp.pn[1] = pn >> 32; in iwl_mvm_le64_to_aes_seq()
1628 seq->ccmp.pn[2] = pn >> 24; in iwl_mvm_le64_to_aes_seq()
1629 seq->ccmp.pn[3] = pn >> 16; in iwl_mvm_le64_to_aes_seq()
1630 seq->ccmp.pn[4] = pn >> 8; in iwl_mvm_le64_to_aes_seq()
1631 seq->ccmp.pn[5] = pn; in iwl_mvm_le64_to_aes_seq()
1691 status->ptk.aes.seq[tid].ccmp.pn, in iwl_mvm_set_aes_ptk_rx_seq()
2140 * (ccmp, gcmp, cmac, gmac), and they all have the same in iwl_mvm_mlo_gtk_rekey()
2141 * pn field (of length 6) so just copy it to ccmp.pn. in iwl_mvm_mlo_gtk_rekey()
2144 seq.ccmp.pn[5 - j] = mlo_key->pn[j]; in iwl_mvm_mlo_gtk_rekey()