Searched refs:IEEE80211_WEP_CRCLEN (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_crypto_wep.c | 61 IEEE80211_WEP_CRCLEN, 228 uint8_t crcbuf[IEEE80211_WEP_CRCLEN]; in wep_encrypt() 263 mp->b_wptr += IEEE80211_WEP_CRCLEN; in wep_encrypt() 264 (void) rc4_crypt(ctx, crcbuf, icv, IEEE80211_WEP_CRCLEN); in wep_encrypt() 266 (void) rc4_final(ctx, icv, IEEE80211_WEP_CRCLEN); in wep_encrypt() 275 uint8_t crcbuf[IEEE80211_WEP_CRCLEN]; in wep_decrypt() 310 icv = mp->b_wptr - IEEE80211_WEP_CRCLEN; in wep_decrypt() 311 (void) rc4_crypt(ctx, icv, crcbuf, IEEE80211_WEP_CRCLEN); in wep_decrypt() 313 (void) rc4_final(ctx, crcbuf, IEEE80211_WEP_CRCLEN); in wep_decrypt()
|
H A D | net80211_crypto_tkip.c | 67 IEEE80211_WEP_CRCLEN, 501 uint8_t icv[IEEE80211_WEP_CRCLEN]) in wep_encrypt() argument 503 uint8_t crcbuf[IEEE80211_WEP_CRCLEN]; in wep_encrypt() 521 (void) rc4_crypt(ctx, crcbuf, icv, IEEE80211_WEP_CRCLEN); in wep_encrypt() 523 (void) rc4_final(ctx, icv, IEEE80211_WEP_CRCLEN); in wep_encrypt() 531 uint8_t crcbuf[IEEE80211_WEP_CRCLEN]; in wep_decrypt() 549 icv = mp->b_wptr - IEEE80211_WEP_CRCLEN; in wep_decrypt() 550 (void) rc4_crypt(ctx, icv, crcbuf, IEEE80211_WEP_CRCLEN); in wep_decrypt() 551 (void) rc4_final(ctx, crcbuf, IEEE80211_WEP_CRCLEN); in wep_decrypt()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | net80211_crypto.h | 108 #define IEEE80211_WEP_CRCLEN 4 /* CRC-32 */ macro 126 IEEE80211_WEP_HDRLEN + IEEE80211_WEP_CRCLEN)
|
H A D | net80211_proto.h | 889 #define IEEE80211_WEP_CRCLEN 4 /* CRC-32 */ macro 915 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN) + \
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_ath9k.h | 649 #define IEEE80211_WEP_CRCLEN 4 macro 653 IEEE80211_WEP_CRCLEN))
|
/illumos-gate/usr/src/uts/common/io/ath/ |
H A D | ath_main.c | 490 IEEE80211_WEP_CRCLEN), asc->asc_cachelsz); in ath_desc_alloc()
|
/illumos-gate/usr/src/uts/common/io/rtw/ |
H A D | rtw.c | 1220 IEEE80211_WEP_CRCLEN), rsc->sc_cachelsz); in rtw_dma_init()
|
/illumos-gate/usr/src/uts/common/io/wpi/ |
H A D | wpi.c | 469 IEEE80211_WEP_CRCLEN), sc->sc_clsz); in wpi_attach()
|
/illumos-gate/usr/src/uts/common/io/iwp/ |
H A D | iwp.c | 569 IEEE80211_WEP_CRCLEN), sc->sc_clsz); in iwp_attach()
|
/illumos-gate/usr/src/uts/common/io/iwh/ |
H A D | iwh.c | 608 IEEE80211_WEP_CRCLEN), sc->sc_clsz); in iwh_attach()
|
/illumos-gate/usr/src/uts/common/io/iwk/ |
H A D | iwk2.c | 539 IEEE80211_WEP_CRCLEN), sc->sc_clsz); in iwk_attach()
|