Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c149 static const u16 Sbox[256] = { variable
187 u16 t = Sbox[Hi8(v)]; in _S_()
188 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8)); in _S_()
/openbmc/linux/net/wireless/
H A Dlib80211_crypt_tkip.c172 static const u16 Sbox[256] = { variable
209 u16 t = Sbox[Hi8(v)]; in _S_()
210 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8)); in _S_()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c140 static const u16 Sbox[256] = { variable
177 u16 t = Sbox[Hi8(v)]; in _S_()
178 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8)); in _S_()