/linux/net/ipv4/ |
H A 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/net/ipv6/ |
H A 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/arch/s390/crypto/ |
H A D | ghash_s390.c | 24 u8 icv[GHASH_BLOCK_SIZE]; member 114 memcpy(dst, dctx->icv, GHASH_BLOCK_SIZE); in ghash_final()
|
/linux/net/mac80211/ |
H A 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/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
H A 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()
|
H A D | mac.c | 737 (!pstats->hwerror) && (!pstats->crc) && (!pstats->icv)); in rtl92c_translate_rx_signal_stuff()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
H A 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/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
H A 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/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A 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/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A 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/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A 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/drivers/crypto/hisilicon/sec2/ |
H A D | sec_crypto.h | 82 u16 icv; member
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A 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/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00crypto.c | 236 memcpy(skb->data + transfer, &rxdesc->icv, 4); in rt2x00crypto_rx_insert_iv()
|
H A D | rt2x00queue.h | 183 __le32 icv; member
|
H A D | rt73usb.c | 1700 rxdesc->icv = _rt2x00_desc_read(rxd, 4); in rt73usb_fill_rxdone()
|
H A D | rt61pci.c | 2016 rxdesc->icv = _rt2x00_desc_read(entry_priv->desc, 4); in rt61pci_fill_rxdone()
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A 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/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A 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/drivers/staging/rtl8723bs/include/ |
H A D | rtw_xmit.h | 148 u8 icv[16]; member
|
/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | wifi.h | 2043 u16 icv:1; member
|