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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_wep.c229 uint8_t *icv; local
262 icv = mp->b_wptr;
264 (void) rc4_crypt(ctx, crcbuf, icv, IEEE80211_WEP_CRCLEN);
266 (void) rc4_final(ctx, icv, IEEE80211_WEP_CRCLEN);
276 uint8_t *icv; local
310 icv = mp->b_wptr - IEEE80211_WEP_CRCLEN;
311 (void) rc4_crypt(ctx, icv, crcbuf, IEEE80211_WEP_CRCLEN);
H A Dnet80211_crypto_tkip.c501 uint8_t icv[IEEE80211_WEP_CRCLEN])
521 (void) rc4_crypt(ctx, crcbuf, icv, IEEE80211_WEP_CRCLEN);
523 (void) rc4_final(ctx, icv, IEEE80211_WEP_CRCLEN);
532 uint8_t *icv; local
549 icv = mp->b_wptr - IEEE80211_WEP_CRCLEN;
550 (void) rc4_crypt(ctx, icv, crcbuf, IEEE80211_WEP_CRCLEN);
716 uint8_t *icv; local
727 icv = mp->b_wptr;
734 icv);
500 wep_encrypt(uint8_t *key, mblk_t *mp, uint_t off, size_t data_len, uint8_t icv[IEEE80211_WEP_CRCLEN]) argument
/illumos-gate/usr/src/common/bzip2/
H A Dcompress.c362 register UInt16 icv; local
366 icv = mtfv[gs+(nn)]; \
367 cost01 += s->len_pack[icv][0]; \
368 cost23 += s->len_pack[icv][1]; \
369 cost45 += s->len_pack[icv][2]; \
391 UInt16 icv = mtfv[i]; local
392 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv];

Completed in 63 milliseconds