Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_crypto_tkip.c553 static const u16 Sbox[256] = { variable
590 u16 t = Sbox[Hi8(v)]; in _S_()
591 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8)); in _S_()