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

  /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/dropbear/libtomcrypt/src/mac/pelican/
pelican.c 69 Te3(byte(s3, 0));
74 Te3(byte(s0, 0));
79 Te3(byte(s1, 0));
84 Te3(byte(s2, 0));
  /external/openssh/
rijndael.c 41 Te3[x] = S [x].[01, 01, 03, 02];
249 static const u32 Te3[256] = {
    [all...]
  /external/qemu/
aes.c 50 Te3[x] = S [x].[01, 01, 03, 02];
258 static const u32 Te3[256] = {
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c 321 Te3(byte(s3, 0)) ^
327 Te3(byte(s0, 0)) ^
333 Te3(byte(s1, 0)) ^
339 Te3(byte(s2, 0)) ^
359 Te3(byte(s3, 0)) ^
365 Te3(byte(s0, 0)) ^
371 Te3(byte(s1, 0)) ^
377 Te3(byte(s2, 0)) ^
389 Te3(byte(t3, 0)) ^
395 Te3(byte(t0, 0))
    [all...]
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/wpa_supplicant_8/src/crypto/
aes_i.h 20 extern const u32 Te3[256];
38 #define TE3(i) Te3[(i) & 0xff]
74 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
aes-internal.c 55 Te3[x] = S [x].[01, 01, 03, 02];
264 const u32 Te3[256] = {
    [all...]
  /external/openssl/crypto/aes/asm/
aes-mips.s 83 lwl $20,0($1) # Te3[s3]
84 lwl $21,0($2) # Te3[s0]
85 lwl $22,0($24) # Te3[s1]
86 lwl $23,0($25) # Te3[s2]
87 lwr $20,1($1) # Te3[s3]
88 lwr $21,1($2) # Te3[s0]
89 lwr $22,1($24) # Te3[s1]
90 lwr $23,1($25) # Te3[s2]
aes-armv4.s 235 ldr r4,[r10,r7,lsl#2] @ Te3[s0>>0]
245 ldr r8,[r10,r8,lsl#2] @ Te3[s1>>0]
259 ldr r9,[r10,r9,lsl#2] @ Te3[s2>>0]
267 ldr r7,[r10,r7,lsl#2] @ Te3[s3>>0]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c 66 Te3[x] = S [x].[01, 01, 03, 02];
275 static const u32 Te3[256] = {
    [all...]

Completed in 1372 milliseconds