Home
last modified time | relevance | path

Searched refs:WEPSeed (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_tkip.c451 tkip_mixing_phase2(uint8_t *WEPSeed, const uint8_t *TK, in tkip_mixing_phase2() argument
458 uint16_t *PPK = (uint16_t *)&WEPSeed[4]; in tkip_mixing_phase2()
487 WEPSeed[0] = Hi8(IV16); in tkip_mixing_phase2()
488 WEPSeed[1] = (Hi8(IV16) | 0x20) & 0x7F; in tkip_mixing_phase2()
489 WEPSeed[2] = Lo8(IV16); in tkip_mixing_phase2()
490 WEPSeed[3] = Lo8((PPK[5] ^ Mk16_le((const uint16_t *) &TK[0])) >> 1); in tkip_mixing_phase2()