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

  /external/wpa_supplicant_8/src/crypto/
aes-internal.c 52 Te1[x] = S [x].[03, 02, 01, 01];
131 const u32 Te1[256] = {
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/
aes_core.c 45 Te1[x] = S [x].[03, 02, 01, 01];
122 static const u32 Te1[256] = {
    [all...]
aes_x86core.c 109 Te1[x] = S [x].[03, 02, 01, 01];
114 #define Te1 (u32)((u64*)((u8*)Te+3))
713 Te1[(s1 >> 8) & 0xff] ^
718 Te1[(s2 >> 8) & 0xff] ^
723 Te1[(s3 >> 8) & 0xff] ^
728 Te1[(s0 >> 8) & 0xff] ^
779 Te1[(s1 >> 8) & 0xff] ^
784 Te1[(s2 >> 8) & 0xff] ^
789 Te1[(s3 >> 8) & 0xff] ^
794 Te1[(s0 >> 8) & 0xff]
    [all...]
  /external/openssl/crypto/aes/
aes_core.c 45 Te1[x] = S [x].[03, 02, 01, 01];
122 static const u32 Te1[256] = {
    [all...]
aes_x86core.c 109 Te1[x] = S [x].[03, 02, 01, 01];
114 #define Te1 (u32)((u64*)((u8*)Te+3))
713 Te1[(s1 >> 8) & 0xff] ^
718 Te1[(s2 >> 8) & 0xff] ^
723 Te1[(s3 >> 8) & 0xff] ^
728 Te1[(s0 >> 8) & 0xff] ^
779 Te1[(s1 >> 8) & 0xff] ^
784 Te1[(s2 >> 8) & 0xff] ^
789 Te1[(s3 >> 8) & 0xff] ^
794 Te1[(s0 >> 8) & 0xff]
    [all...]

Completed in 71 milliseconds