Home
last modified time | relevance | path

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

/hostap-latest/wlantest/
Dtkip.c26 static inline u8 Lo8(u16 val) in Lo8() function
102 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8)); in _S_()
162 WEPSeed[2] = Lo8(IV16); in tkip_mixing_phase2()
163 WEPSeed[3] = Lo8((PPK[5] ^ Mk16_le((u16 *) &TK[0])) >> 1); in tkip_mixing_phase2()