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

  /external/chromium_org/third_party/boringssl/src/crypto/aes/
aes.c 60 * Te1[x] = S [x].[03, 02, 01, 01];
124 static const uint32_t Te1[256] = {
    [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 47 milliseconds