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

  /external/openssl/crypto/aes/
aes_core.c 46 Te2[x] = S [x].[01, 03, 02, 01];
188 static const u32 Te2[256] = {
    [all...]
aes_x86core.c 110 Te2[x] = S [x].[01, 03, 02, 01];
115 #define Te2 (u32)((u64*)((u8*)Te+2))
624 Td0[Te2[(rk[0] ) & 0xff] & 0xff] ^
625 Td1[Te2[(rk[0] >> 8) & 0xff] & 0xff] ^
626 Td2[Te2[(rk[0] >> 16) & 0xff] & 0xff] ^
627 Td3[Te2[(rk[0] >> 24) ] & 0xff];
629 Td0[Te2[(rk[1] ) & 0xff] & 0xff] ^
630 Td1[Te2[(rk[1] >> 8) & 0xff] & 0xff] ^
631 Td2[Te2[(rk[1] >> 16) & 0xff] & 0xff] ^
632 Td3[Te2[(rk[1] >> 24) ] & 0xff]
    [all...]
  /external/dropbear/libtomcrypt/src/mac/pelican/
pelican.c 68 Te2(byte(s2, 1)) ^
73 Te2(byte(s3, 1)) ^
78 Te2(byte(s0, 1)) ^
83 Te2(byte(s1, 1)) ^
  /external/openssh/
rijndael.c 40 Te2[x] = S [x].[01, 03, 02, 01];
183 static const u32 Te2[256] = {
    [all...]
  /external/qemu/
aes.c 49 Te2[x] = S [x].[01, 03, 02, 01];
192 static const u32 Te2[256] = {
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c 320 Te2(byte(s2, 1)) ^
326 Te2(byte(s3, 1)) ^
332 Te2(byte(s0, 1)) ^
338 Te2(byte(s1, 1)) ^
358 Te2(byte(s2, 1)) ^
364 Te2(byte(s3, 1)) ^
370 Te2(byte(s0, 1)) ^
376 Te2(byte(s1, 1)) ^
388 Te2(byte(t2, 1)) ^
394 Te2(byte(t3, 1))
    [all...]
aes_tab.c 15 Te2[x] = S [x].[01, 03, 02, 01];
308 #define Te2(x) RORc(TE0[x], 16)
325 #define Te2(x) TE2[x]
399 static const ulong32 TE2[256] = {
    [all...]
  /external/wpa_supplicant_8/src/crypto/
aes_i.h 19 extern const u32 Te2[256];
37 #define TE2(i) Te2[((i) >> 8) & 0xff]
77 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
aes-internal.c 53 Te2[x] = S [x].[01, 03, 02, 01];
197 const u32 Te2[256] = {
    [all...]
  /external/openssl/crypto/aes/asm/
aes-mips.S 62 lwl $16,1($1) # Te2[s2>>8]
63 lwl $17,1($2) # Te2[s3>>8]
64 lwl $18,1($24) # Te2[s0>>8]
65 lwl $19,1($25) # Te2[s1>>8]
66 lwr $16,2($1) # Te2[s2>>8]
67 lwr $17,2($2) # Te2[s3>>8]
68 lwr $18,2($24) # Te2[s0>>8]
69 lwr $19,2($25) # Te2[s1>>8]
aes-armv4.S 237 ldr r5,[r10,r8,lsl#2] @ Te2[s0>>8]
246 ldr r9,[r10,r9,lsl#2] @ Te2[s1>>8]
254 ldr r7,[r10,r7,lsl#2] @ Te2[s2>>8]
269 ldr r8,[r10,r8,lsl#2] @ Te2[s3>>8]

Completed in 291 milliseconds