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)];
422 return (Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8)));

Completed in 45 milliseconds