Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_tkip.c383 static const uint16_t Sbox[256] = { variable
421 uint16_t t = Sbox[Hi8(v)]; in _S_()
422 return (Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8))); in _S_()