Searched refs:WEPSeed (Results 1 – 3 of 3) sorted by relevance
263 static void tkip_mixing_phase2(u8 * WEPSeed, const u8 * TK, const u16 * TTAK, in tkip_mixing_phase2() argument268 u16 *PPK = (u16 *) & WEPSeed[4]; in tkip_mixing_phase2()295 WEPSeed[0] = Hi8(IV16); in tkip_mixing_phase2()296 WEPSeed[1] = (Hi8(IV16) | 0x20) & 0x7F; in tkip_mixing_phase2()297 WEPSeed[2] = Lo8(IV16); in tkip_mixing_phase2()298 WEPSeed[3] = Lo8((PPK[5] ^ Mk16_le((__le16 *) & TK[0])) >> 1); in tkip_mixing_phase2()
257 static void tkip_mixing_phase2(u8 *WEPSeed, const u8 *TK, const u16 *TTAK, in tkip_mixing_phase2() argument262 u16 *PPK = (u16 *) &WEPSeed[4]; in tkip_mixing_phase2()289 WEPSeed[0] = Hi8(IV16); in tkip_mixing_phase2()290 WEPSeed[1] = (Hi8(IV16) | 0x20) & 0x7F; in tkip_mixing_phase2()291 WEPSeed[2] = Lo8(IV16); in tkip_mixing_phase2()292 WEPSeed[3] = Lo8((PPK[5] ^ Mk16_le((u16 *) &TK[0])) >> 1); in tkip_mixing_phase2()
248 static void tkip_mixing_phase2(u8 *WEPSeed, const u8 *TK, const u16 *TTAK, in tkip_mixing_phase2() argument254 u16 *PPK = (u16 *) &WEPSeed[4]; in tkip_mixing_phase2()282 WEPSeed[0] = Hi8(IV16); in tkip_mixing_phase2()283 WEPSeed[1] = (Hi8(IV16) | 0x20) & 0x7F; in tkip_mixing_phase2()284 WEPSeed[2] = Lo8(IV16); in tkip_mixing_phase2()285 WEPSeed[3] = Lo8((PPK[5] ^ Mk16_le((u16 *) &TK[0])) >> 1); in tkip_mixing_phase2()