/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | aes_i.h | 17 extern const u32 Te0[256]; 35 #define TE0(i) Te0[((i) >> 24) & 0xff] 75 #define TE0(i) Te0[((i) >> 24) & 0xff] 76 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8) 77 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16) 78 #define TE3(i) rotr(Te0[(i) & 0xff], 24) 79 #define TE41(i) ((Te0[((i) >> 24) & 0xff] << 8) & 0xff000000) 80 #define TE42(i) (Te0[((i) >> 16) & 0xff] & 0x00ff0000) 81 #define TE43(i) (Te0[((i) >> 8) & 0xff] & 0x0000ff00) 82 #define TE44(i) ((Te0[( [all...] |
H A D | aes-internal.c | 51 Te0[x] = S [x].[02, 01, 01, 03]; 64 const u32 Te0[256] = { variable
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | aes_i.h | 17 extern const u32 Te0[256]; 35 #define TE0(i) Te0[((i) >> 24) & 0xff] 75 #define TE0(i) Te0[((i) >> 24) & 0xff] 76 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8) 77 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16) 78 #define TE3(i) rotr(Te0[(i) & 0xff], 24) 79 #define TE41(i) ((Te0[((i) >> 24) & 0xff] << 8) & 0xff000000) 80 #define TE42(i) (Te0[((i) >> 16) & 0xff] & 0x00ff0000) 81 #define TE43(i) (Te0[((i) >> 8) & 0xff] & 0x0000ff00) 82 #define TE44(i) ((Te0[( [all...] |
H A D | aes-internal.c | 51 Te0[x] = S [x].[02, 01, 01, 03]; 64 const u32 Te0[256] = { variable
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | aes_i.h | 17 extern const u32 Te0[256]; 35 #define TE0(i) Te0[((i) >> 24) & 0xff] 75 #define TE0(i) Te0[((i) >> 24) & 0xff] 76 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8) 77 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16) 78 #define TE3(i) rotr(Te0[(i) & 0xff], 24) 79 #define TE41(i) ((Te0[((i) >> 24) & 0xff] << 8) & 0xff000000) 80 #define TE42(i) (Te0[((i) >> 16) & 0xff] & 0x00ff0000) 81 #define TE43(i) (Te0[((i) >> 8) & 0xff] & 0x0000ff00) 82 #define TE44(i) ((Te0[( [all...] |
H A D | aes-internal.c | 51 Te0[x] = S [x].[02, 01, 01, 03]; 64 const u32 Te0[256] = { variable
|
/external/openssl/crypto/aes/ |
H A D | aes_core.c | 44 Te0[x] = S [x].[02, 01, 01, 03]; 56 static const u32 Te0[256] = { variable 659 (Te0[(temp ) & 0xff] & 0x0000ff00) ^ 679 (Te0[(temp ) & 0xff] & 0x0000ff00) ^ 701 (Te0[(temp ) & 0xff] & 0x0000ff00) ^ 714 (Te0[(temp >> 8) & 0xff] & 0x0000ff00) ^ 803 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4]; 804 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5]; 805 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6]; 806 t3 = Te0[s [all...] |
H A D | aes_x86core.c | 108 Te0[x] = S [x].[02, 01, 01, 03]; 113 #define Te0 (u32)((u64*)((u8*)Te+0)) macro 712 t[0] = Te0[(s0 ) & 0xff] ^ 717 t[1] = Te0[(s1 ) & 0xff] ^ 722 t[2] = Te0[(s2 ) & 0xff] ^ 727 t[3] = Te0[(s3 ) & 0xff] ^ 778 t[0] = Te0[(s0 ) & 0xff] ^ 783 t[1] = Te0[(s1 ) & 0xff] ^ 788 t[2] = Te0[(s2 ) & 0xff] ^ 793 t[3] = Te0[(s [all...] |
/external/dropbear/libtomcrypt/src/mac/pelican/ |
H A D | pelican.c | 66 Te0(byte(s0, 3)) ^ 71 Te0(byte(s1, 3)) ^ 76 Te0(byte(s2, 3)) ^ 81 Te0(byte(s3, 3)) ^
|
/external/openssh/ |
H A D | rijndael.c | 38 Te0[x] = S [x].[02, 01, 01, 03]; 51 static const u32 Te0[256] = { variable 874 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4]; 875 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5]; 876 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6]; 877 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7]; 879 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8]; 880 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9]; 881 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10]; 882 s3 = Te0[t [all...] |
/external/qemu/ |
H A D | aes.c | 47 Te0[x] = S [x].[02, 01, 01, 03]; 60 static const u32 Te0[256] = { variable 907 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4]; 908 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5]; 909 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6]; 910 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7]; 912 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8]; 913 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9]; 914 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10]; 915 s3 = Te0[t [all...] |
/external/dropbear/libtomcrypt/src/ciphers/aes/ |
H A D | aes.c | 318 Te0(byte(s0, 3)) ^ 324 Te0(byte(s1, 3)) ^ 330 Te0(byte(s2, 3)) ^ 336 Te0(byte(s3, 3)) ^ 356 Te0(byte(s0, 3)) ^ 362 Te0(byte(s1, 3)) ^ 368 Te0(byte(s2, 3)) ^ 374 Te0(byte(s3, 3)) ^ 386 Te0(byte(t0, 3)) ^ 392 Te0(byt [all...] |
H A D | aes_tab.c | 13 Te0[x] = S [x].[02, 01, 01, 03]; 306 #define Te0(x) TE0[x] macro 323 #define Te0(x) TE0[x] macro
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
H A D | aes.c | 63 Te0[x] = S [x].[02, 01, 01, 03]; 76 static const u32 Te0[256] = { variable 792 #define TE0(i) Te0[((i) >> 24) & 0xff] 828 #define TE0(i) Te0[((i) >> 24) & 0xff] 829 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8) 830 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16) 831 #define TE3(i) rotr(Te0[(i) & 0xff], 24) 832 #define TE41(i) ((Te0[((i) >> 24) & 0xff] << 8) & 0xff000000) 833 #define TE42(i) (Te0[((i) >> 16) & 0xff] & 0x00ff0000) 834 #define TE43(i) (Te0[(( [all...] |
/external/openssl/crypto/aes/asm/ |
H A D | aes-mips.s | 108 lw $16,0($1) # Te0[s0>>24] 109 lw $17,0($2) # Te0[s1>>24] 110 lw $18,0($24) # Te0[s2>>24] 111 lw $19,0($25) # Te0[s3>>24] 1007 .byte 0xc6,0x63,0x63,0xa5, 0xf8,0x7c,0x7c,0x84 # Te0
|
H A D | aes-armv4.s | 241 ldr r0,[r10,r0,lsl#2] @ Te0[s0>>24] 248 ldr r1,[r10,r1,lsl#2] @ Te0[s1>>24] 261 ldr r2,[r10,r2,lsl#2] @ Te0[s2>>24] 276 ldr r3,[r10,r3,lsl#2] @ Te0[s3>>24]
|