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/openssh/
rijndael.c 39 Te1[x] = S [x].[03, 02, 01, 01];
117 static const u32 Te1[256] = {
    [all...]
  /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 18 extern const u32 Te1[256];
36 #define TE1(i) Te1[((i) >> 16) & 0xff]
76 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
aes-internal.c 52 Te1[x] = S [x].[03, 02, 01, 01];
131 const u32 Te1[256] = {
    [all...]
  /external/openssl/crypto/aes/asm/
aes-mips.S 41 lwl $12,2($1) # Te1[s1>>16]
42 lwl $13,2($2) # Te1[s2>>16]
43 lwl $14,2($24) # Te1[s3>>16]
44 lwl $15,2($25) # Te1[s0>>16]
45 lwr $12,3($1) # Te1[s1>>16]
46 lwr $13,3($2) # Te1[s2>>16]
47 lwr $14,3($24) # Te1[s3>>16]
48 lwr $15,3($25) # Te1[s0>>16]
aes-armv4.S 239 ldr r6,[r10,r9,lsl#2] @ Te1[s0>>16]
244 ldr r7,[r10,r7,lsl#2] @ Te1[s1>>16]
256 ldr r8,[r10,r8,lsl#2] @ Te1[s2>>16]
272 ldr r9,[r10,r9,lsl#2] @ Te1[s3>>16]

Completed in 3077 milliseconds