/linux-6.6.21/net/wireless/ |
D | lib80211_crypt_ccmp.c | 404 struct lib80211_ccmp_data *ccmp = priv; in lib80211_ccmp_print_stats() local 411 ccmp->key_idx, ccmp->key_set, in lib80211_ccmp_print_stats() 412 ccmp->tx_pn[0], ccmp->tx_pn[1], ccmp->tx_pn[2], in lib80211_ccmp_print_stats() 413 ccmp->tx_pn[3], ccmp->tx_pn[4], ccmp->tx_pn[5], in lib80211_ccmp_print_stats() 414 ccmp->rx_pn[0], ccmp->rx_pn[1], ccmp->rx_pn[2], in lib80211_ccmp_print_stats() 415 ccmp->rx_pn[3], ccmp->rx_pn[4], ccmp->rx_pn[5], in lib80211_ccmp_print_stats() 416 ccmp->dot11RSNAStatsCCMPFormatErrors, in lib80211_ccmp_print_stats() 417 ccmp->dot11RSNAStatsCCMPReplays, in lib80211_ccmp_print_stats() 418 ccmp->dot11RSNAStatsCCMPDecryptErrors); in lib80211_ccmp_print_stats()
|
/linux-6.6.21/drivers/staging/rtl8192e/ |
D | rtllib_crypt_ccmp.c | 371 struct rtllib_ccmp_data *ccmp = priv; in rtllib_ccmp_print_stats() local 375 ccmp->key_idx, ccmp->key_set, in rtllib_ccmp_print_stats() 376 ccmp->tx_pn, ccmp->rx_pn, in rtllib_ccmp_print_stats() 377 ccmp->dot11rsna_stats_ccmp_format_errors, in rtllib_ccmp_print_stats() 378 ccmp->dot11rsna_stats_ccmp_replays, in rtllib_ccmp_print_stats() 379 ccmp->dot11rsna_stats_ccmp_decrypt_errors); in rtllib_ccmp_print_stats()
|
/linux-6.6.21/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_ccmp.c | 385 struct ieee80211_ccmp_data *ccmp = priv; in ieee80211_ccmp_print_stats() local 388 ccmp->key_idx, ccmp->key_set, in ieee80211_ccmp_print_stats() 389 ccmp->tx_pn, ccmp->rx_pn, in ieee80211_ccmp_print_stats() 390 ccmp->dot11RSNAStatsCCMPFormatErrors, in ieee80211_ccmp_print_stats() 391 ccmp->dot11RSNAStatsCCMPReplays, in ieee80211_ccmp_print_stats() 392 ccmp->dot11RSNAStatsCCMPDecryptErrors); in ieee80211_ccmp_print_stats()
|
/linux-6.6.21/arch/arm64/lib/ |
D | strlen.S | 102 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
|
D | memcmp.S | 81 ccmp data1, data2, 0, hi 82 ccmp data1h, data2h, 0, eq 133 ccmp data1w, data2w, 0, ne /* NZCV = 0b0000. */
|
D | strcmp.S | 79 ccmp data1, data2, 0, eq 129 ccmp data1w, data2w, 0, ne /* NZCV = 0b0000. */ 162 ccmp data1, data2, 0, eq
|
D | strncmp.S | 84 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. */
|
D | strchr.S | 25 ccmp w2, wzr, #4, ne
|
D | strnlen.S | 82 ccmp tmp1, #0, #0, pl /* NZCV = 0000 */
|
D | memset.S | 177 ccmp tmp1, zva_len_x, #8, ge /* NZCV=0b1000 */
|
/linux-6.6.21/net/netfilter/ipset/ |
D | ip_set_hash_netnet.c | 53 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()
|
D | ip_set_hash_netportnet.c | 52 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-6.6.21/net/mac80211/ |
D | key.c | 643 key->u.ccmp.rx_pn[i][j] = in ieee80211_key_alloc() 650 key->u.ccmp.tfm = ieee80211_aes_key_setup_encrypt( in ieee80211_key_alloc() 652 if (IS_ERR(key->u.ccmp.tfm)) { in ieee80211_key_alloc() 653 err = PTR_ERR(key->u.ccmp.tfm); in ieee80211_key_alloc() 663 key->u.ccmp.rx_pn[i][j] = in ieee80211_key_alloc() 668 key->u.ccmp.tfm = ieee80211_aes_key_setup_encrypt( in ieee80211_key_alloc() 670 if (IS_ERR(key->u.ccmp.tfm)) { in ieee80211_key_alloc() 671 err = PTR_ERR(key->u.ccmp.tfm); in ieee80211_key_alloc() 749 ieee80211_aes_key_free(key->u.ccmp.tfm); in ieee80211_key_free_common() 1266 pn = key->u.ccmp.rx_pn[IEEE80211_NUM_TIDS]; in ieee80211_get_key_rx_seq() [all …]
|
D | key.h | 93 } ccmp; member
|
D | wpa.c | 483 return ieee80211_aes_ccm_encrypt(key->u.ccmp.tfm, b_0, aad, pos, len, in ccmp_encrypt_skb() 548 res = memcmp(pn, key->u.ccmp.rx_pn[queue], in ieee80211_crypto_ccmp_decrypt() 552 key->u.ccmp.replays++; in ieee80211_crypto_ccmp_decrypt() 563 key->u.ccmp.tfm, b_0, aad, in ieee80211_crypto_ccmp_decrypt() 570 memcpy(key->u.ccmp.rx_pn[queue], pn, IEEE80211_CCMP_PN_LEN); in ieee80211_crypto_ccmp_decrypt()
|
D | debugfs_key.c | 181 rpn = key->u.ccmp.rx_pn[i]; in key_rx_spec_read() 235 len = scnprintf(buf, sizeof(buf), "%u\n", key->u.ccmp.replays); in key_replays_read()
|
/linux-6.6.21/drivers/net/wireless/silabs/wfx/ |
D | key.c | 104 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-6.6.21/arch/arm64/kernel/ |
D | efi-header.S | 17 ccmp x18, #0, #0xd, pl
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | d3.c | 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() 1581 seq->ccmp.pn[0] = pn >> 40; in iwl_mvm_le64_to_aes_seq() 1582 seq->ccmp.pn[1] = pn >> 32; in iwl_mvm_le64_to_aes_seq() 1583 seq->ccmp.pn[2] = pn >> 24; in iwl_mvm_le64_to_aes_seq() 1584 seq->ccmp.pn[3] = pn >> 16; in iwl_mvm_le64_to_aes_seq() 1585 seq->ccmp.pn[4] = pn >> 8; in iwl_mvm_le64_to_aes_seq() 1586 seq->ccmp.pn[5] = pn; in iwl_mvm_le64_to_aes_seq() 1646 status->ptk.aes.seq[tid].ccmp.pn, in iwl_mvm_set_aes_ptk_rx_seq()
|
D | sta.c | 3655 rx_pn[0] = seq.ccmp.pn[0]; in iwl_mvm_send_sta_key() 3656 rx_pn[1] = seq.ccmp.pn[1]; in iwl_mvm_send_sta_key() 3657 rx_pn[2 + hole] = seq.ccmp.pn[2]; in iwl_mvm_send_sta_key() 3658 rx_pn[3 + hole] = seq.ccmp.pn[3]; in iwl_mvm_send_sta_key() 3659 rx_pn[4 + hole] = seq.ccmp.pn[4]; in iwl_mvm_send_sta_key() 3660 rx_pn[5 + hole] = seq.ccmp.pn[5]; in iwl_mvm_send_sta_key()
|
/linux-6.6.21/arch/arm64/kvm/hyp/ |
D | hyp-entry.S | 49 ccmp x0, #ESR_ELx_EC_HVC32, #4, ne
|
/linux-6.6.21/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 400 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-6.6.21/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec2.txt | 41 bit 3 = set if SEC supports the 802.11i AES ccmp desc. type
|
/linux-6.6.21/drivers/net/wireless/st/cw1200/ |
D | sta.c | 780 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-6.6.21/drivers/net/wireless/mediatek/mt76/ |
D | mac80211.c | 1016 memcpy(wcid->rx_key_pn[i], seq.ccmp.pn, sizeof(seq.ccmp.pn)); in mt76_wcid_key_setup() 1021 memcpy(wcid->rx_key_pn[i], seq.ccmp.pn, sizeof(seq.ccmp.pn)); in mt76_wcid_key_setup()
|