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

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal.c55 Te4[x] = S [x].[01, 01, 01, 01];
330 const u32 Te4[256] = { variable
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal.c55 Te4[x] = S [x].[01, 01, 01, 01];
330 const u32 Te4[256] = { variable
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal.c55 Te4[x] = S [x].[01, 01, 01, 01];
330 const u32 Te4[256] = { variable
/external/chromium_org/third_party/boringssl/src/crypto/aes/
H A Daes.c528 static const uint8_t Te4[256] = { variable
/external/openssl/crypto/aes/
H A Daes_core.c1161 static const u8 Te4[256] = { variable
1232 (Te4[(temp >> 16) & 0xff] << 24) ^
1233 (Te4[(temp >> 8) & 0xff] << 16) ^
1234 (Te4[(temp ) & 0xff] << 8) ^
1235 (Te4[(temp >> 24) ]) ^
1252 (Te4[(temp >> 16) & 0xff] << 24) ^
1253 (Te4[(temp >> 8) & 0xff] << 16) ^
1254 (Te4[(temp ) & 0xff] << 8) ^
1255 (Te4[(temp >> 24) ]) ^
1274 (Te4[(tem
[all...]
H A Daes_x86core.c261 static const u8 Te4[256] = { variable
499 (Te4[(temp >> 8) & 0xff] ) ^
500 (Te4[(temp >> 16) & 0xff] << 8) ^
501 (Te4[(temp >> 24) ] << 16) ^
502 (Te4[(temp ) & 0xff] << 24) ^
519 (Te4[(temp >> 8) & 0xff] ) ^
520 (Te4[(temp >> 16) & 0xff] << 8) ^
521 (Te4[(temp >> 24) ] << 16) ^
522 (Te4[(temp ) & 0xff] << 24) ^
541 (Te4[(tem
[all...]

Completed in 159 milliseconds