Searched refs:Lo8 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_crypt_tkip.c155 static inline u8 Lo8(u16 val) function
231 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8));
294 WEPSeed[2] = Lo8(IV16);
295 WEPSeed[3] = Lo8((PPK[5] ^ Mk16_le((u16 *) &TK[0])) >> 1);
350 *pos++ = Lo8(tkey->tx_iv16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_crypt_tkip.c154 static inline u8 Lo8(u16 val) function
230 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8));
293 WEPSeed[2] = Lo8(IV16);
294 WEPSeed[3] = Lo8((PPK[5] ^ Mk16_le((u16 *) &TK[0])) >> 1);
347 *pos++ = Lo8(tkey->tx_iv16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c154 static inline u8 Lo8(u16 val) function
230 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8));
293 WEPSeed[2] = Lo8(IV16);
294 WEPSeed[3] = Lo8((PPK[5] ^ Mk16_le((u16 *) &TK[0])) >> 1);
347 *pos++ = Lo8(tkey->tx_iv16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_crypt_tkip.c157 static inline u8 Lo8(u16 val) function
233 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8));
294 WEPSeed[2] = Lo8(IV16);
295 WEPSeed[3] = Lo8((PPK[5] ^ Mk16_le((u16 *) &TK[0])) >> 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dlib80211_crypt_tkip.c174 static inline u8 Lo8(u16 val) function
242 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8));
303 WEPSeed[2] = Lo8(IV16);
304 WEPSeed[3] = Lo8((PPK[5] ^ Mk16_le((__le16 *) & TK[0])) >> 1);

Completed in 57 milliseconds