Searched refs:WEPSeed (Results 1 – 3 of 3) sorted by relevance
240 static void tkip_mixing_phase2(u8 *WEPSeed, const u8 *TK, const u16 *TTAK, in tkip_mixing_phase2() argument247 u16 *PPK = (u16 *) &WEPSeed[4]; in tkip_mixing_phase2()276 WEPSeed[0] = Hi8(IV16); in tkip_mixing_phase2()277 WEPSeed[1] = (Hi8(IV16) | 0x20) & 0x7F; in tkip_mixing_phase2()278 WEPSeed[2] = Lo8(IV16); in tkip_mixing_phase2()279 WEPSeed[3] = Lo8((PPK[5] ^ le16_to_cpu(*(__le16 *)(&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() argument243 u16 *PPK = (u16 *) &WEPSeed[4]; in tkip_mixing_phase2()271 WEPSeed[0] = Hi8(IV16); in tkip_mixing_phase2()272 WEPSeed[1] = (Hi8(IV16) | 0x20) & 0x7F; in tkip_mixing_phase2()273 WEPSeed[2] = Lo8(IV16); in tkip_mixing_phase2()274 WEPSeed[3] = Lo8((PPK[5] ^ Mk16_le((u16 *) &TK[0])) >> 1); in tkip_mixing_phase2()
254 static void tkip_mixing_phase2(u8 * WEPSeed, const u8 * TK, const u16 * TTAK, in tkip_mixing_phase2() argument259 u16 *PPK = (u16 *) & WEPSeed[4]; in tkip_mixing_phase2()286 WEPSeed[0] = Hi8(IV16); in tkip_mixing_phase2()287 WEPSeed[1] = (Hi8(IV16) | 0x20) & 0x7F; in tkip_mixing_phase2()288 WEPSeed[2] = Lo8(IV16); in tkip_mixing_phase2()289 WEPSeed[3] = Lo8((PPK[5] ^ Mk16_le((__le16 *) & TK[0])) >> 1); in tkip_mixing_phase2()