Home
last modified time | relevance | path

Searched refs:ccmp (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_crypto_ccmp.c397 struct libipw_ccmp_data *ccmp = priv; in libipw_ccmp_print_stats() local
404 ccmp->key_idx, ccmp->key_set, in libipw_ccmp_print_stats()
405 ccmp->tx_pn[0], ccmp->tx_pn[1], ccmp->tx_pn[2], in libipw_ccmp_print_stats()
406 ccmp->tx_pn[3], ccmp->tx_pn[4], ccmp->tx_pn[5], in libipw_ccmp_print_stats()
407 ccmp->rx_pn[0], ccmp->rx_pn[1], ccmp->rx_pn[2], in libipw_ccmp_print_stats()
408 ccmp->rx_pn[3], ccmp->rx_pn[4], ccmp->rx_pn[5], in libipw_ccmp_print_stats()
409 ccmp->dot11RSNAStatsCCMPFormatErrors, in libipw_ccmp_print_stats()
410 ccmp->dot11RSNAStatsCCMPReplays, in libipw_ccmp_print_stats()
411 ccmp->dot11RSNAStatsCCMPDecryptErrors); in libipw_ccmp_print_stats()
/linux/net/netfilter/ipset/
H A Dip_set_hash_netnet.c53 u16 ccmp; member
65 ip1->ccmp == ip2->ccmp; in hash_netnet4_data_equal()
155 e.ccmp = (HOST_MASK << (sizeof(e.cidr[0]) * 8)) | HOST_MASK; in hash_netnet4_kadt()
288 u16 ccmp; member
301 ip1->ccmp == ip2->ccmp; in hash_netnet6_data_equal()
394 e.ccmp = (HOST_MASK << (sizeof(u8) * 8)) | HOST_MASK; in hash_netnet6_kadt()
H A Dip_set_hash_netportnet.c52 u16 ccmp; member
67 ip1->ccmp == ip2->ccmp && in hash_netportnet4_data_equal()
163 e.ccmp = (HOST_MASK << (sizeof(e.cidr[0]) * 8)) | HOST_MASK; in hash_netportnet4_kadt()
343 u16 ccmp; member
359 ip1->ccmp == ip2->ccmp && in hash_netportnet6_data_equal()
458 e.ccmp = (HOST_MASK << (sizeof(u8) * 8)) | HOST_MASK; in hash_netportnet6_kadt()
/linux/arch/arm64/lib/
H A Dstrlen.S102 ccmp has_nul2, 0, 0, eq
142 ccmp has_nul2, 0, 0, eq
176 ccmp has_nul2, 0, 0, eq
185 ccmp has_nul2, 0, 0, eq
H A Dmemcmp.S81 ccmp data1, data2, 0, hi
82 ccmp data1h, data2h, 0, eq
133 ccmp data1w, data2w, 0, ne /* NZCV = 0b0000. */
H A Dstrncmp.S84 ccmp endloop, #0, #0, eq
189 ccmp data1w, #1, #0, hi /* NZCV = 0b0000. */
190 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */
208 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */
H A Dstrcmp.S79 ccmp data1, data2, 0, eq
129 ccmp data1w, data2w, 0, ne /* NZCV = 0b0000. */
162 ccmp data1, data2, 0, eq
H A Dstrchr.S25 ccmp w2, wzr, #4, ne
H A Dstrnlen.S82 ccmp tmp1, #0, #0, pl /* NZCV = 0000 */
/linux/drivers/net/wireless/silabs/wfx/
H A Dkey.c104 memcpy(msg->rx_sequence_counter, seq->ccmp.pn, sizeof(seq->ccmp.pn)); in fill_ccmp_group()
105 memreverse(msg->rx_sequence_counter, sizeof(seq->ccmp.pn)); in fill_ccmp_group()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dd3.c250 seq->ccmp.pn[0] = pn >> 40; in iwl_mld_le64_to_aes_seq()
251 seq->ccmp.pn[1] = pn >> 32; in iwl_mld_le64_to_aes_seq()
252 seq->ccmp.pn[2] = pn >> 24; in iwl_mld_le64_to_aes_seq()
253 seq->ccmp.pn[3] = pn >> 16; in iwl_mld_le64_to_aes_seq()
254 seq->ccmp.pn[4] = pn >> 8; in iwl_mld_le64_to_aes_seq()
255 seq->ccmp.pn[5] = pn; in iwl_mld_le64_to_aes_seq()
890 wowlan_status->ptk.aes_seq[tid].ccmp.pn, in iwl_mld_update_ptk_rx_seq()
1036 seq.ccmp.pn[5 - j] = mlo_key->pn[j]; in iwl_mld_mlo_rekey()
1466 u8 *pn = key->cipher == WLAN_CIPHER_SUITE_CCMP ? seq.ccmp.pn : in iwl_mld_aes_seq_to_le64_pn()
1497 u8 *max_pn = seq.ccmp.pn; in iwl_mld_suspend_set_ucast_pn()
H A Dmac80211.c2164 memcpy((*ptk_pn)->q[q].pn[tid], seq.ccmp.pn, in iwl_mld_alloc_ptk_pn()
/linux/arch/arm64/kernel/
H A Defi-header.S17 ccmp x18, #0, #0xd, pl
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c87 const u8 *ret = seq->ccmp.pn; in iwl_mvm_find_max_pn()
314 u8 *pn = seq.ccmp.pn; in iwl_mvm_wowlan_get_rsc_tsc_data()
435 u8 *pn = seq.ccmp.pn; in iwl_mvm_wowlan_get_rsc_v5_data()
1587 seq->ccmp.pn[0] = pn >> 40; in iwl_mvm_le64_to_aes_seq()
1588 seq->ccmp.pn[1] = pn >> 32; in iwl_mvm_le64_to_aes_seq()
1589 seq->ccmp.pn[2] = pn >> 24; in iwl_mvm_le64_to_aes_seq()
1590 seq->ccmp.pn[3] = pn >> 16; in iwl_mvm_le64_to_aes_seq()
1591 seq->ccmp.pn[4] = pn >> 8; in iwl_mvm_le64_to_aes_seq()
1592 seq->ccmp.pn[5] = pn; in iwl_mvm_le64_to_aes_seq()
1652 status->ptk.aes.seq[tid].ccmp.pn, in iwl_mvm_set_aes_ptk_rx_seq()
H A Dsta.c3646 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()
3648 rx_pn[2 + hole] = seq.ccmp.pn[2]; in iwl_mvm_send_sta_key()
3649 rx_pn[3 + hole] = seq.ccmp.pn[3]; in iwl_mvm_send_sta_key()
3650 rx_pn[4 + hole] = seq.ccmp.pn[4]; in iwl_mvm_send_sta_key()
3651 rx_pn[5 + hole] = seq.ccmp.pn[5]; in iwl_mvm_send_sta_key()
/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c400 int ccmp; in gelic_wl_synthesize_ie() local
417 ccmp = 0; in gelic_wl_synthesize_ie()
420 ccmp = 1; in gelic_wl_synthesize_ie()
424 ccmp = 1; in gelic_wl_synthesize_ie()
428 ccmp = 0; in gelic_wl_synthesize_ie()
463 if (ccmp) in gelic_wl_synthesize_ie()
475 if (ccmp) in gelic_wl_synthesize_ie()
/linux/arch/arm64/kvm/hyp/
H A Dhyp-entry.S49 ccmp x0, #ESR_ELx_EC_HVC32, #4, ne
/linux/drivers/net/wireless/st/cw1200/
H A Dsta.c780 wsm_key->aes_group.rx_seqnum[0] = seq.ccmp.pn[5]; in cw1200_set_key()
781 wsm_key->aes_group.rx_seqnum[1] = seq.ccmp.pn[4]; in cw1200_set_key()
782 wsm_key->aes_group.rx_seqnum[2] = seq.ccmp.pn[3]; in cw1200_set_key()
783 wsm_key->aes_group.rx_seqnum[3] = seq.ccmp.pn[2]; in cw1200_set_key()
784 wsm_key->aes_group.rx_seqnum[4] = seq.ccmp.pn[1]; in cw1200_set_key()
785 wsm_key->aes_group.rx_seqnum[5] = seq.ccmp.pn[0]; in cw1200_set_key()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dlib.c976 u8 *pn = seq.ccmp.pn; in iwlagn_wowlan_program_keys()
/linux/net/mac80211/
H A Dcfg.c869 BUILD_BUG_ON(offsetof(typeof(kseq), ccmp) != in ieee80211_get_key()
874 BUILD_BUG_ON(offsetof(typeof(kseq), ccmp) != in ieee80211_get_key()
879 BUILD_BUG_ON(offsetof(typeof(kseq), ccmp) != in ieee80211_get_key()
885 memcpy(seq, kseq.ccmp.pn, 6); in ieee80211_get_key()
H A Drx.c2424 rx->key->u.ccmp.rx_pn[queue], in ieee80211_rx_h_defragment()
2427 u.ccmp.rx_pn) != in ieee80211_rx_h_defragment()
2430 BUILD_BUG_ON(sizeof(rx->key->u.ccmp.rx_pn[queue]) != in ieee80211_rx_h_defragment()
/linux/include/net/
H A Dmac80211.h2428 } ccmp; member