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

/haiku/src/libs/compat/freebsd_wlan/crypto/rijndael/
H A Drijndael-alg-fst.c48 Te4[x] = S [x].[01, 01, 01, 01];
322 static const u32 Te4[256] = { variable
749 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
750 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
751 (Te4[(temp ) & 0xff] & 0x0000ff00) ^
752 (Te4[(temp >> 24) ] & 0x000000ff) ^
769 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
770 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
771 (Te4[(temp ) & 0xff] & 0x0000ff00) ^
772 (Te4[(tem
[all...]

Completed in 36 milliseconds