Searched defs:IV16 (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c249 u16 IV16)
261 PPK[5] = TTAK[4] + IV16;
280 WEPSeed[0] = Hi8(IV16);
281 WEPSeed[1] = (Hi8(IV16) | 0x20) & 0x7F;
282 WEPSeed[2] = Lo8(IV16);
248 tkip_mixing_phase2(u8 *WEPSeed, const u8 *TK, const u16 *TTAK, u16 IV16) argument
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c259 u16 IV16)
271 PPK[5] = TTAK[4] + IV16;
290 WEPSeed[0] = Hi8(IV16);
291 WEPSeed[1] = (Hi8(IV16) | 0x20) & 0x7F;
292 WEPSeed[2] = Lo8(IV16);
258 tkip_mixing_phase2(u8 *WEPSeed, const u8 *TK, const u16 *TTAK, u16 IV16) argument

Completed in 70 milliseconds