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

  /external/wpa_supplicant_8/src/crypto/
aes-internal.c 51 Te0[x] = S [x].[02, 01, 01, 03];
64 const u32 Te0[256] = {
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/
aes_core.c 44 Te0[x] = S [x].[02, 01, 01, 03];
56 static const u32 Te0[256] = {
    [all...]
aes_x86core.c 108 Te0[x] = S [x].[02, 01, 01, 03];
113 #define Te0 (u32)((u64*)((u8*)Te+0))
712 t[0] = Te0[(s0 ) & 0xff] ^
717 t[1] = Te0[(s1 ) & 0xff] ^
722 t[2] = Te0[(s2 ) & 0xff] ^
727 t[3] = Te0[(s3 ) & 0xff] ^
778 t[0] = Te0[(s0 ) & 0xff] ^
783 t[1] = Te0[(s1 ) & 0xff] ^
788 t[2] = Te0[(s2 ) & 0xff] ^
793 t[3] = Te0[(s3 ) & 0xff]
    [all...]
  /external/openssl/crypto/aes/
aes_core.c 44 Te0[x] = S [x].[02, 01, 01, 03];
56 static const u32 Te0[256] = {
    [all...]
aes_x86core.c 108 Te0[x] = S [x].[02, 01, 01, 03];
113 #define Te0 (u32)((u64*)((u8*)Te+0))
712 t[0] = Te0[(s0 ) & 0xff] ^
717 t[1] = Te0[(s1 ) & 0xff] ^
722 t[2] = Te0[(s2 ) & 0xff] ^
727 t[3] = Te0[(s3 ) & 0xff] ^
778 t[0] = Te0[(s0 ) & 0xff] ^
783 t[1] = Te0[(s1 ) & 0xff] ^
788 t[2] = Te0[(s2 ) & 0xff] ^
793 t[3] = Te0[(s3 ) & 0xff]
    [all...]

Completed in 183 milliseconds