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

  /external/wpa_supplicant_8/src/crypto/
aes-internal.c 54 Te3[x] = S [x].[01, 01, 03, 02];
263 const u32 Te3[256] = {
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes_tab.c 16 Te3[x] = S [x].[01, 01, 03, 02];
309 #define Te3(x) RORc(TE0[x], 24)
326 #define Te3(x) TE3[x]
465 static const ulong32 TE3[256] = {
    [all...]
  /external/openssh/
rijndael.c 41 Te3[x] = S [x].[01, 01, 03, 02];
249 static const u32 Te3[256] = {
    [all...]
  /external/openssl/crypto/aes/
aes_core.c 47 Te3[x] = S [x].[01, 01, 03, 02];
254 static const u32 Te3[256] = {
    [all...]
aes_x86core.c 111 Te3[x] = S [x].[01, 01, 03, 02];
116 #define Te3 (u32)((u64*)((u8*)Te+1))
715 Te3[(s3 >> 24) ] ^
720 Te3[(s0 >> 24) ] ^
725 Te3[(s1 >> 24) ] ^
730 Te3[(s2 >> 24) ] ^
781 Te3[(s3 >> 24) ] ^
786 Te3[(s0 >> 24) ] ^
791 Te3[(s1 >> 24) ] ^
796 Te3[(s2 >> 24) ]
    [all...]
  /external/qemu/
aes.c 50 Te3[x] = S [x].[01, 01, 03, 02];
258 static const u32 Te3[256] = {
    [all...]

Completed in 441 milliseconds