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

  /external/wpa_supplicant_8/src/crypto/
aes_i.h 27 extern const u32 Te4[256];
45 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000)
46 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000)
47 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00)
48 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff)
49 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000)
50 #define TE432(i) (Te4[((i) >> 8) & 0xff] & 0x00ff0000)
51 #define TE443(i) (Te4[(i) & 0xff] & 0x0000ff00)
52 #define TE414(i) (Te4[((i) >> 24) & 0xff] & 0x000000ff)
53 #define TE4(i) (Te4[(i)] & 0x000000ff
    [all...]
aes-internal.c 62 Te4[x] = S [x].[01, 01, 01, 01];
337 const u32 Te4[256] = {
    [all...]
  /external/openssl/crypto/aes/
aes_x86core.c 261 static const u8 Te4[256] = {
499 (Te4[(temp >> 8) & 0xff] ) ^
500 (Te4[(temp >> 16) & 0xff] << 8) ^
501 (Te4[(temp >> 24) ] << 16) ^
502 (Te4[(temp ) & 0xff] << 24) ^
519 (Te4[(temp >> 8) & 0xff] ) ^
520 (Te4[(temp >> 16) & 0xff] << 8) ^
521 (Te4[(temp >> 24) ] << 16) ^
522 (Te4[(temp ) & 0xff] << 24) ^
541 (Te4[(temp >> 8) & 0xff] )
    [all...]
aes_core.c     [all...]
  /external/qemu/
aes.c 51 Te4[x] = S [x].[01, 01, 01, 01];
325 static const u32 Te4[256] = {
    [all...]
  /external/openssl/crypto/aes/asm/
aes-armv4.s 71 @ Te4[256]
269 ldrb r4,[r10,r7,lsl#2] @ Te4[s0>>0]
271 ldrb r5,[r10,r8,lsl#2] @ Te4[s0>>8]
273 ldrb r6,[r10,r9,lsl#2] @ Te4[s0>>16]
275 ldrb r0,[r10,r0,lsl#2] @ Te4[s0>>24]
278 ldrb r7,[r10,r7,lsl#2] @ Te4[s1>>16]
279 ldrb r8,[r10,r8,lsl#2] @ Te4[s1>>0]
280 ldrb r9,[r10,r9,lsl#2] @ Te4[s1>>8]
282 ldrb r1,[r10,r1,lsl#2] @ Te4[s1>>24]
289 ldrb r7,[r10,r7,lsl#2] @ Te4[s2>>8
    [all...]
aes-armv4.pl 119 @ Te4[256]
317 ldrb $t1,[$tbl,$i1,lsl#2] @ Te4[s0>>0]
319 ldrb $t2,[$tbl,$i2,lsl#2] @ Te4[s0>>8]
321 ldrb $t3,[$tbl,$i3,lsl#2] @ Te4[s0>>16]
323 ldrb $s0,[$tbl,$s0,lsl#2] @ Te4[s0>>24]
326 ldrb $i1,[$tbl,$i1,lsl#2] @ Te4[s1>>16]
327 ldrb $i2,[$tbl,$i2,lsl#2] @ Te4[s1>>0]
328 ldrb $i3,[$tbl,$i3,lsl#2] @ Te4[s1>>8]
330 ldrb $s1,[$tbl,$s1,lsl#2] @ Te4[s1>>24]
337 ldrb $i1,[$tbl,$i1,lsl#2] @ Te4[s2>>8
    [all...]
aes-ppc.pl 476 lwz $acc08,`2048+0`($Tbl0) ! prefetch Te4
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c 107 return Td0(255 & Te4[byte(temp, 3)]) ^
108 Td1(255 & Te4[byte(temp, 2)]) ^
109 Td2(255 & Te4[byte(temp, 1)]) ^
110 Td3(255 & Te4[byte(temp, 0)]);
aes_tab.c 17 Te4[x] = S [x].[01, 01, 01, 01];
98 static const ulong32 Te4[256] = {
316 #define Te4_0 0x000000FF & Te4
317 #define Te4_1 0x0000FF00 & Te4
318 #define Te4_2 0x00FF0000 & Te4
319 #define Te4_3 0xFF000000 & Te4
    [all...]
  /external/wpa_supplicant/
aes.c 61 Te4[x] = S [x].[01, 01, 01, 01];
336 static const u32 Te4[256] = {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c 67 Te4[x] = S [x].[01, 01, 01, 01];
342 static const u32 Te4[256] = {
    [all...]

Completed in 399 milliseconds