HomeSort by relevance Sort by last modified time
    Searched defs:Te2 (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/crypto/
aes-internal.c 53 Te2[x] = S [x].[01, 03, 02, 01];
197 const u32 Te2[256] = {
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/
aes_core.c 46 Te2[x] = S [x].[01, 03, 02, 01];
188 static const u32 Te2[256] = {
    [all...]
aes_x86core.c 110 Te2[x] = S [x].[01, 03, 02, 01];
115 #define Te2 (u32)((u64*)((u8*)Te+2))
624 Td0[Te2[(rk[0] ) & 0xff] & 0xff] ^
625 Td1[Te2[(rk[0] >> 8) & 0xff] & 0xff] ^
626 Td2[Te2[(rk[0] >> 16) & 0xff] & 0xff] ^
627 Td3[Te2[(rk[0] >> 24) ] & 0xff];
629 Td0[Te2[(rk[1] ) & 0xff] & 0xff] ^
630 Td1[Te2[(rk[1] >> 8) & 0xff] & 0xff] ^
631 Td2[Te2[(rk[1] >> 16) & 0xff] & 0xff] ^
632 Td3[Te2[(rk[1] >> 24) ] & 0xff]
    [all...]
  /external/openssl/crypto/aes/
aes_core.c 46 Te2[x] = S [x].[01, 03, 02, 01];
188 static const u32 Te2[256] = {
    [all...]
aes_x86core.c 110 Te2[x] = S [x].[01, 03, 02, 01];
115 #define Te2 (u32)((u64*)((u8*)Te+2))
624 Td0[Te2[(rk[0] ) & 0xff] & 0xff] ^
625 Td1[Te2[(rk[0] >> 8) & 0xff] & 0xff] ^
626 Td2[Te2[(rk[0] >> 16) & 0xff] & 0xff] ^
627 Td3[Te2[(rk[0] >> 24) ] & 0xff];
629 Td0[Te2[(rk[1] ) & 0xff] & 0xff] ^
630 Td1[Te2[(rk[1] >> 8) & 0xff] & 0xff] ^
631 Td2[Te2[(rk[1] >> 16) & 0xff] & 0xff] ^
632 Td3[Te2[(rk[1] >> 24) ] & 0xff]
    [all...]

Completed in 273 milliseconds