Searched refs:WEPSeed (Results 1 – 3 of 3) sorted by relevance
234 static void tkip_mixing_phase2(u8 *WEPSeed, const u8 *TK, const u16 *TTAK, in tkip_mixing_phase2() argument241 u16 *PPK = (u16 *)&WEPSeed[4]; in tkip_mixing_phase2()270 WEPSeed[0] = Hi8(IV16); in tkip_mixing_phase2()271 WEPSeed[1] = (Hi8(IV16) | 0x20) & 0x7F; in tkip_mixing_phase2()272 WEPSeed[2] = Lo8(IV16); in tkip_mixing_phase2()273 WEPSeed[3] = Lo8((PPK[5] ^ le16_to_cpu(*(__le16 *)(&TK[0]))) >> 1); in tkip_mixing_phase2()
231 static void tkip_mixing_phase2(u8 *WEPSeed, const u8 *TK, const u16 *TTAK, in tkip_mixing_phase2() argument237 u16 *PPK = (u16 *) &WEPSeed[4]; in tkip_mixing_phase2()265 WEPSeed[0] = Hi8(IV16); in tkip_mixing_phase2()266 WEPSeed[1] = (Hi8(IV16) | 0x20) & 0x7F; in tkip_mixing_phase2()267 WEPSeed[2] = Lo8(IV16); in tkip_mixing_phase2()268 WEPSeed[3] = Lo8((PPK[5] ^ Mk16_le((u16 *) &TK[0])) >> 1); in tkip_mixing_phase2()
237 static void tkip_mixing_phase2(u8 * WEPSeed, const u8 * TK, const u16 * TTAK, in tkip_mixing_phase2() argument242 u16 *PPK = (u16 *) & WEPSeed[4]; in tkip_mixing_phase2()269 WEPSeed[0] = Hi8(IV16); in tkip_mixing_phase2()270 WEPSeed[1] = (Hi8(IV16) | 0x20) & 0x7F; in tkip_mixing_phase2()271 WEPSeed[2] = Lo8(IV16); in tkip_mixing_phase2()272 WEPSeed[3] = Lo8((PPK[5] ^ Mk16_le((__le16 *) & TK[0])) >> 1); in tkip_mixing_phase2()