Searched refs:icv (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/drivers/staging/wlan-ng/
H A Dp80211wep.c70 u8 *iv, u8 *icv)
132 if ((c_crc[k] ^ s[(s[i] + s[j]) & 0xff]) != icv[k])
141 u8 *dst, u32 len, int keynum, u8 *iv, u8 *icv)
194 icv[0] = crc;
195 icv[1] = crc >> 8;
196 icv[2] = crc >> 16;
197 icv[3] = crc >> 24;
203 icv[k] ^= s[(s[i] + s[j]) & 0xff];
69 wep_decrypt(struct wlandevice *wlandev, u8 *buf, u32 len, int key_override, u8 *iv, u8 *icv) argument
140 wep_encrypt(struct wlandevice *wlandev, u8 *buf, u8 *dst, u32 len, int keynum, u8 *iv, u8 *icv) argument
H A Dp80211netdev.h202 u8 *iv, u8 *icv);
204 int keynum, u8 *iv, u8 *icv);
H A Dp80211conv.h107 u8 icv[4]; member in struct:p80211_metawep
/linux-master/net/wireless/
H A Dlib80211_crypt_wep.c109 u8 *pos, *icv; local
132 icv = skb_put(skb, 4);
133 icv[0] = crc;
134 icv[1] = crc >> 8;
135 icv[2] = crc >> 16;
136 icv[3] = crc >> 24;
156 u8 keyidx, *pos, icv[4]; local
181 icv[0] = crc;
182 icv[1] = crc >> 8;
183 icv[
[all...]
H A Dlib80211_crypt_tkip.c331 u8 rc4key[16], *pos, *icv; local
351 icv = skb_put(skb, 4);
352 icv[0] = crc;
353 icv[1] = crc >> 8;
354 icv[2] = crc >> 16;
355 icv[3] = crc >> 24;
384 u8 icv[4]; local
443 icv[0] = crc;
444 icv[1] = crc >> 8;
445 icv[
[all...]
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c68 u8 *icv; local
108 icv = skb_put(skb, 4);
109 icv[0] = crc;
110 icv[1] = crc >> 8;
111 icv[2] = crc >> 16;
112 icv[3] = crc >> 24;
137 u8 icv[4]; local
163 icv[0] = crc;
164 icv[1] = crc >> 8;
165 icv[
[all...]
H A Drtllib_crypt_tkip.c262 u8 rc4key[16], *icv; local
305 icv = skb_put(skb, 4);
307 icv[0] = crc;
308 icv[1] = crc >> 8;
309 icv[2] = crc >> 16;
310 icv[3] = crc >> 24;
337 u8 icv[4]; local
402 icv[0] = crc;
403 icv[1] = crc >> 8;
404 icv[
[all...]
/linux-master/net/ipv4/
H A Dah4.c53 u8 *icv)
57 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash),
74 * into IP header for icv calculation. Options are already checked
119 u8 *icv; local
129 icv = ah_tmp_icv(iph, ihl);
130 memcpy(ah->auth_data, icv, ahp->icv_trunc_len);
149 u8 *icv; local
182 icv = ah_tmp_icv(seqhi, seqhi_len);
183 req = ah_tmp_req(ahash, icv);
231 ahash_request_set_crypt(req, sg, icv, sk
52 ah_tmp_req(struct crypto_ahash *ahash, u8 *icv) argument
265 u8 *icv; local
307 u8 *icv; local
[all...]
/linux-master/net/ipv6/
H A Dah6.c82 u8 *icv)
86 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash),
285 u8 *icv; local
299 icv = ah_tmp_icv(iph_ext, extlen);
301 memcpy(ah->auth_data, icv, ahp->icv_trunc_len);
322 u8 *icv; local
362 icv = ah_tmp_icv(seqhi, seqhi_len);
363 req = ah_tmp_req(ahash, icv);
419 ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len);
434 memcpy(ah->auth_data, icv, ah
81 ah_tmp_req(struct crypto_ahash *ahash, u8 *icv) argument
454 u8 *icv; local
508 u8 *icv; local
[all...]
/linux-master/arch/s390/crypto/
H A Dghash_s390.c24 u8 icv[GHASH_BLOCK_SIZE]; member in struct:ghash_desc_ctx
114 memcpy(dst, dctx->icv, GHASH_BLOCK_SIZE);
/linux-master/net/mac80211/
H A Dwep.c112 __le32 icv; local
114 icv = cpu_to_le32(~crc32_le(~0, data, data_len));
115 put_unaligned(icv, (__le32 *)(data + data_len));
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.h82 u16 icv; member in struct:bd_status
163 * icv: 1~3 bits
386 * icv: 1~3 bit
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00crypto.c236 memcpy(skb->data + transfer, &rxdesc->icv, 4);
H A Drt2x00queue.h166 * @icv: ICV data used during decryption.
183 __le32 icv; member in struct:rxdone_entry_desc
/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_core.c578 u32 icv[AES_BLOCK_SIZE]; local
591 /* append icv at the end */
592 crypto4xx_memcpy_from_le32(icv, pd_uinfo->sr_va->save_digest,
593 sizeof(icv));
595 scatterwalk_map_and_copy(icv, dst, aead_req->cryptlen,
598 /* check icv at the end */
599 scatterwalk_map_and_copy(icv, aead_req->src,
603 crypto4xx_memcpy_from_le32(icv, icv, sizeof(icv));
[all...]
/linux-master/drivers/media/platform/via/
H A Dvia-camera.c299 int icv; local
306 icv = viacam_read_reg(cam, VCR_INTCTRL);
307 if (icv & VCR_IC_EAV) {
308 icv |= VCR_IC_EAV|VCR_IC_EVBI|VCR_IC_FFULL;
309 viacam_write_reg(cam, VCR_INTCTRL, icv);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dtrx.c220 (!pstats->hwerror) && (!pstats->crc) && (!pstats->icv));
245 stats->icv = (u16)get_rx_status_desc_icv(pdesc);
247 stats->hwerror = (u16)(stats->crc | stats->icv);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.c243 (!pstatus->crc) && (!pstatus->icv));
274 status->icv = (u16)get_rx_desc_icv(pdesc);
276 status->hwerror = (status->crc | status->icv);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.c241 (!pstats->hwerror) && (!pstats->crc) && (!pstats->icv));
271 stats->icv = (u16)get_rx_desc_icv(p_desc);
273 stats->hwerror = (stats->crc | stats->icv);
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_xmit.h117 unsigned char icv[8]; member in struct:pkt_attrib
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dtrx.c303 stats->icv = (u16)get_rx_desc_icv(pdesc);
305 stats->hwerror = (stats->crc | stats->icv);
371 stats.icv = (u16)get_rx_desc_icv(rxdesc);
373 stats.hwerror = (stats.crc | stats.icv);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.c245 (!pstatus->icv));
347 status->icv = (u16)get_rx_desc_icv(pdesc);
349 status->hwerror = (status->crc | status->icv);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtrx.c304 (!pstatus->crc) && (!pstatus->icv));
447 status->icv = (u16)get_rx_desc_icv(pdesc);
449 status->hwerror = (status->crc | status->icv);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.c217 (!pstatus->crc) && (!pstatus->icv));
310 status->icv = (u16)get_rx_desc_icv(pdesc);
312 status->hwerror = (status->crc | status->icv);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.c299 (!pstatus->crc) && (!pstatus->icv));
387 status->icv = (u16)get_rx_desc_icv(pdesc);
389 status->hwerror = (status->crc | status->icv);

Completed in 270 milliseconds

12