/linux-6.12.1/drivers/staging/rtl8192e/ |
D | rtllib_crypt_wep.c | 68 u8 *icv; in prism2_wep_encrypt() local 108 icv = skb_put(skb, 4); in prism2_wep_encrypt() 109 icv[0] = crc; in prism2_wep_encrypt() 110 icv[1] = crc >> 8; in prism2_wep_encrypt() 111 icv[2] = crc >> 16; in prism2_wep_encrypt() 112 icv[3] = crc >> 24; in prism2_wep_encrypt() 137 u8 icv[4]; in prism2_wep_decrypt() local 163 icv[0] = crc; in prism2_wep_decrypt() 164 icv[1] = crc >> 8; in prism2_wep_decrypt() 165 icv[2] = crc >> 16; in prism2_wep_decrypt() [all …]
|
D | rtllib_crypt_tkip.c | 262 u8 rc4key[16], *icv; in rtllib_tkip_encrypt() local 305 icv = skb_put(skb, 4); in rtllib_tkip_encrypt() 307 icv[0] = crc; in rtllib_tkip_encrypt() 308 icv[1] = crc >> 8; in rtllib_tkip_encrypt() 309 icv[2] = crc >> 16; in rtllib_tkip_encrypt() 310 icv[3] = crc >> 24; in rtllib_tkip_encrypt() 337 u8 icv[4]; in rtllib_tkip_decrypt() local 402 icv[0] = crc; in rtllib_tkip_decrypt() 403 icv[1] = crc >> 8; in rtllib_tkip_decrypt() 404 icv[2] = crc >> 16; in rtllib_tkip_decrypt() [all …]
|
/linux-6.12.1/net/wireless/ |
D | lib80211_crypt_wep.c | 109 u8 *pos, *icv; in lib80211_wep_encrypt() local 132 icv = skb_put(skb, 4); in lib80211_wep_encrypt() 133 icv[0] = crc; in lib80211_wep_encrypt() 134 icv[1] = crc >> 8; in lib80211_wep_encrypt() 135 icv[2] = crc >> 16; in lib80211_wep_encrypt() 136 icv[3] = crc >> 24; in lib80211_wep_encrypt() 156 u8 keyidx, *pos, icv[4]; in lib80211_wep_decrypt() local 181 icv[0] = crc; in lib80211_wep_decrypt() 182 icv[1] = crc >> 8; in lib80211_wep_decrypt() 183 icv[2] = crc >> 16; in lib80211_wep_decrypt() [all …]
|
D | lib80211_crypt_tkip.c | 331 u8 rc4key[16], *pos, *icv; in lib80211_tkip_encrypt() local 351 icv = skb_put(skb, 4); in lib80211_tkip_encrypt() 352 icv[0] = crc; in lib80211_tkip_encrypt() 353 icv[1] = crc >> 8; in lib80211_tkip_encrypt() 354 icv[2] = crc >> 16; in lib80211_tkip_encrypt() 355 icv[3] = crc >> 24; in lib80211_tkip_encrypt() 384 u8 icv[4]; in lib80211_tkip_decrypt() local 443 icv[0] = crc; in lib80211_tkip_decrypt() 444 icv[1] = crc >> 8; in lib80211_tkip_decrypt() 445 icv[2] = crc >> 16; in lib80211_tkip_decrypt() [all …]
|
/linux-6.12.1/net/ipv4/ |
D | ah4.c | 53 u8 *icv) in ah_tmp_req() argument 57 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash), in ah_tmp_req() 119 u8 *icv; in ah_output_done() local 129 icv = ah_tmp_icv(iph, ihl); in ah_output_done() 130 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah_output_done() 149 u8 *icv; in ah_output() local 182 icv = ah_tmp_icv(seqhi, seqhi_len); in ah_output() 183 req = ah_tmp_req(ahash, icv); in ah_output() 231 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah_output() 246 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah_output() [all …]
|
/linux-6.12.1/net/ipv6/ |
D | ah6.c | 82 u8 *icv) in ah_tmp_req() argument 86 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash), in ah_tmp_req() 285 u8 *icv; in ah6_output_done() local 299 icv = ah_tmp_icv(iph_ext, extlen); in ah6_output_done() 301 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah6_output_done() 322 u8 *icv; in ah6_output() local 362 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_output() 363 req = ah_tmp_req(ahash, icv); in ah6_output() 419 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len); in ah6_output() 434 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah6_output() [all …]
|
/linux-6.12.1/arch/s390/crypto/ |
D | ghash_s390.c | 24 u8 icv[GHASH_BLOCK_SIZE]; member 114 memcpy(dst, dctx->icv, GHASH_BLOCK_SIZE); in ghash_final()
|
/linux-6.12.1/net/mac80211/ |
D | wep.c | 112 __le32 icv; in ieee80211_wep_encrypt_data() local 114 icv = cpu_to_le32(~crc32_le(~0, data, data_len)); in ieee80211_wep_encrypt_data() 115 put_unaligned(icv, (__le32 *)(data + data_len)); in ieee80211_wep_encrypt_data()
|
/linux-6.12.1/drivers/crypto/amcc/ |
D | crypto4xx_core.c | 578 u32 icv[AES_BLOCK_SIZE]; in crypto4xx_aead_done() local 592 crypto4xx_memcpy_from_le32(icv, pd_uinfo->sr_va->save_digest, in crypto4xx_aead_done() 593 sizeof(icv)); in crypto4xx_aead_done() 595 scatterwalk_map_and_copy(icv, dst, aead_req->cryptlen, in crypto4xx_aead_done() 599 scatterwalk_map_and_copy(icv, aead_req->src, in crypto4xx_aead_done() 603 crypto4xx_memcpy_from_le32(icv, icv, sizeof(icv)); in crypto4xx_aead_done() 605 if (crypto_memneq(icv, pd_uinfo->sr_va->save_digest, cp_len)) in crypto4xx_aead_done()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | trx.c | 303 stats->icv = (u16)get_rx_desc_icv(pdesc); in rtl92cu_rx_query_desc() 305 stats->hwerror = (stats->crc | stats->icv); in rtl92cu_rx_query_desc() 371 stats.icv = (u16)get_rx_desc_icv(rxdesc); in _rtl_rx_process() 373 stats.hwerror = (stats.crc | stats.icv); in _rtl_rx_process()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
D | trx_common.c | 374 (!pstats->hwerror) && (!pstats->crc) && (!pstats->icv)); in _rtl92d_translate_rx_signal_stuff() 396 stats->icv = (u16)get_rx_desc_icv(pdesc); in rtl92d_rx_query_desc() 398 stats->hwerror = (stats->crc | stats->icv); in rtl92d_rx_query_desc()
|
/linux-6.12.1/drivers/media/platform/via/ |
D | via-camera.c | 299 int icv; in viacam_quick_irq() local 306 icv = viacam_read_reg(cam, VCR_INTCTRL); in viacam_quick_irq() 307 if (icv & VCR_IC_EAV) { in viacam_quick_irq() 308 icv |= VCR_IC_EAV|VCR_IC_EVBI|VCR_IC_FFULL; in viacam_quick_irq() 309 viacam_write_reg(cam, VCR_INTCTRL, icv); in viacam_quick_irq()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | trx.c | 241 (!pstats->hwerror) && (!pstats->crc) && (!pstats->icv)); in _rtl92ce_translate_rx_signal_stuff() 271 stats->icv = (u16)get_rx_desc_icv(p_desc); in rtl92ce_rx_query_desc() 273 stats->hwerror = (stats->crc | stats->icv); in rtl92ce_rx_query_desc()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | trx.c | 220 (!pstats->hwerror) && (!pstats->crc) && (!pstats->icv)); in _rtl92se_translate_rx_signal_stuff() 245 stats->icv = (u16)get_rx_status_desc_icv(pdesc); in rtl92se_rx_query_desc() 247 stats->hwerror = (u16)(stats->crc | stats->icv); in rtl92se_rx_query_desc()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | trx.c | 243 (!pstatus->crc) && (!pstatus->icv)); in translate_rx_signal_stuff() 274 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl8723e_rx_query_desc() 276 status->hwerror = (status->crc | status->icv); in rtl8723e_rx_query_desc()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | trx.c | 217 (!pstatus->crc) && (!pstatus->icv)); in _rtl8723be_translate_rx_signal_stuff() 310 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl8723be_rx_query_desc() 312 status->hwerror = (status->crc | status->icv); in rtl8723be_rx_query_desc()
|
/linux-6.12.1/drivers/crypto/hisilicon/sec2/ |
D | sec_crypto.h | 82 u16 icv; member
|
/linux-6.12.1/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00crypto.c | 236 memcpy(skb->data + transfer, &rxdesc->icv, 4); in rt2x00crypto_rx_insert_iv()
|
D | rt2x00queue.h | 183 __le32 icv; member
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | trx.c | 299 (!pstatus->crc) && (!pstatus->icv)); in _rtl88ee_translate_rx_signal_stuff() 387 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl88ee_rx_query_desc() 389 status->hwerror = (status->crc | status->icv); in rtl88ee_rx_query_desc()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | trx.c | 304 (!pstatus->crc) && (!pstatus->icv)); in translate_rx_signal_stuff() 447 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl8821ae_rx_query_desc() 449 status->hwerror = (status->crc | status->icv); in rtl8821ae_rx_query_desc()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | trx.c | 245 (!pstatus->icv)); in _rtl92ee_translate_rx_signal_stuff() 347 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl92ee_rx_query_desc() 349 status->hwerror = (status->crc | status->icv); in rtl92ee_rx_query_desc()
|
/linux-6.12.1/drivers/staging/rtl8712/ |
D | rtl871x_xmit.h | 117 unsigned char icv[8]; member
|
/linux-6.12.1/drivers/crypto/intel/ixp4xx/ |
D | ixp4xx_crypto.c | 168 unsigned char *icv; member 213 .icv = "\x01\x23\x45\x67\x89\xAB\xCD\xEF" 219 .icv = "\x67\x45\x23\x01\xEF\xCD\xAB\x89\x98\xBA" 760 memcpy(cinfo, algo->icv, digest_len); in setup_auth()
|
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 148 u8 icv[16]; member
|