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

/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c150 static inline u8 Hi8(u16 val) function
218 u16 t = Sbox[Hi8(v)];
280 WEPSeed[0] = Hi8(IV16);
281 WEPSeed[1] = (Hi8(IV16) | 0x20) & 0x7F;
334 *pos++ = Hi8(tkey->tx_iv16);
335 *pos++ = (Hi8(tkey->tx_iv16) | 0x20) & 0x7F;
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c159 static inline u8 Hi8(u16 val) function
228 u16 t = Sbox[Hi8(v)];
290 WEPSeed[0] = Hi8(IV16);
291 WEPSeed[1] = (Hi8(IV16) | 0x20) & 0x7F;
344 *pos++ = Hi8(tkey->tx_iv16);
345 *pos++ = (Hi8(tkey->tx_iv16) | 0x20) & 0x7F;
/drivers/staging/rtl8712/
H A Drtl871x_security.c380 #define Hi8(v16) ((u8)(((v16) >> 8) & 0x00FF)) macro
389 #define _S_(v16) (Sbox1[0][Lo8(v16)] ^ Sbox1[1][Hi8(v16)])
561 rc4key[0] = Hi8(iv16); /* RC4KEY[0..2] is the WEP IV */
562 rc4key[1] = (Hi8(iv16) | 0x20) & 0x7F; /* Help avoid weak (FMS) keys */
568 rc4key[5 + 2 * i] = Hi8(PPK[i]);
/drivers/staging/rtl8188eu/core/
H A Drtw_security.c366 #define Hi8(v16) ((u8)(((v16) >> 8) & 0x00FF)) macro
375 #define _S_(v16) (Sbox1[0][Lo8(v16)] ^ Sbox1[1][Hi8(v16)])
549 rc4key[0] = Hi8(iv16); /* RC4KEY[0..2] is the WEP IV */
550 rc4key[1] = (Hi8(iv16) | 0x20) & 0x7F; /* Help avoid weak (FMS) keys */
557 rc4key[5+2*i] = Hi8(PPK[i]);
/drivers/staging/rtl8723au/core/
H A Drtw_security.c413 #define Hi8(v16) ((u8)(((v16) >> 8) & 0x00FF)) macro
422 #define _S_(v16) (Sbox1[0][Lo8(v16)] ^ Sbox1[1][Hi8(v16)])
599 rc4key[0] = Hi8(iv16); /* RC4KEY[0..2] is the WEP IV */
600 rc4key[1] = (Hi8(iv16) | 0x20) & 0x7F; /* Help avoid weak (FMS) keys */
608 rc4key[5+2*i] = Hi8(PPK[i]);

Completed in 112 milliseconds