Searched refs:Sbox (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/wireless/
H A Dlib80211_crypt_tkip.c172 static const u16 Sbox[256] = { variable
209 u16 t = Sbox[Hi8(v)];
210 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8));
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c140 static const u16 Sbox[256] = { variable
177 u16 t = Sbox[Hi8(v)];
178 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8));

Completed in 135 milliseconds