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

  /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...]
  /external/dropbear/libtomcrypt/src/mac/pelican/
pelican.c 67 Te1(byte(s1, 2)) ^
72 Te1(byte(s2, 2)) ^
77 Te1(byte(s3, 2)) ^
82 Te1(byte(s0, 2)) ^
  /external/qemu/
aes.c 48 Te1[x] = S [x].[03, 02, 01, 01];
126 static const u32 Te1[256] = {
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c 319 Te1(byte(s1, 2)) ^
325 Te1(byte(s2, 2)) ^
331 Te1(byte(s3, 2)) ^
337 Te1(byte(s0, 2)) ^
357 Te1(byte(s1, 2)) ^
363 Te1(byte(s2, 2)) ^
369 Te1(byte(s3, 2)) ^
375 Te1(byte(s0, 2)) ^
387 Te1(byte(t1, 2)) ^
393 Te1(byte(t2, 2))
    [all...]
aes_tab.c 14 Te1[x] = S [x].[03, 02, 01, 01];
307 #define Te1(x) RORc(TE0[x], 8)
324 #define Te1(x) TE1[x]
333 static const ulong32 TE1[256] = {
    [all...]
  /external/wpa_supplicant_8/src/crypto/
aes_i.h 24 extern const u32 Te1[256];
42 #define TE1(i) Te1[((i) >> 16) & 0xff]
78 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
aes-internal.c 59 Te1[x] = S [x].[03, 02, 01, 01];
138 const u32 Te1[256] = {
    [all...]
  /external/openssl/crypto/aes/asm/
aes-armv4.s 211 ldr r6,[r10,r9,lsl#2] @ Te1[s0>>16]
216 ldr r7,[r10,r7,lsl#2] @ Te1[s1>>16]
230 ldr r8,[r10,r8,lsl#2] @ Te1[s2>>16]
244 ldr r9,[r10,r9,lsl#2] @ Te1[s3>>16]
  /external/wpa_supplicant/
aes.c 58 Te1[x] = S [x].[03, 02, 01, 01];
137 static const u32 Te1[256] = {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c 64 Te1[x] = S [x].[03, 02, 01, 01];
143 static const u32 Te1[256] = {
    [all...]

Completed in 1333 milliseconds