Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_crypto_tkip.c523 static __inline u8 Lo8(u16 val) in Lo8() function
591 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8)); in _S_()
655 WEPSeed[2] = Lo8(IV16); in tkip_mixing_phase2()
656 WEPSeed[3] = Lo8((PPK[5] ^ Mk16_le((const u16 *) &TK[0])) >> 1); in tkip_mixing_phase2()