Searched refs:Te1 (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/aes/
H A Daes.c60 * Te1[x] = S [x].[03, 02, 01, 01];
124 static const uint32_t Te1[256] = { variable
595 (Te1[(temp >> 24)] & 0x000000ff) ^ rcon[i];
613 (Te1[(temp >> 24)] & 0x000000ff) ^ rcon[i];
633 (Te1[(temp >> 24)] & 0x000000ff) ^ rcon[i];
644 (Te1[(temp) & 0xff] & 0x000000ff);
688 Td0[Te1[(rk[0] >> 24)] & 0xff] ^ Td1[Te1[(rk[0] >> 16) & 0xff] & 0xff] ^
689 Td2[Te1[(rk[0] >> 8) & 0xff] & 0xff] ^ Td3[Te1[(r
[all...]
/external/openssl/crypto/aes/
H A Daes_core.c45 Te1[x] = S [x].[03, 02, 01, 01];
122 static const u32 Te1[256] = { variable
660 (Te1[(temp >> 24) ] & 0x000000ff) ^
680 (Te1[(temp >> 24) ] & 0x000000ff) ^
702 (Te1[(temp >> 24) ] & 0x000000ff) ^
715 (Te1[(temp ) & 0xff] & 0x000000ff);
754 Td0[Te1[(rk[0] >> 24) ] & 0xff] ^
755 Td1[Te1[(rk[0] >> 16) & 0xff] & 0xff] ^
756 Td2[Te1[(rk[0] >> 8) & 0xff] & 0xff] ^
757 Td3[Te1[(r
[all...]
H A Daes_x86core.c109 Te1[x] = S [x].[03, 02, 01, 01];
114 #define Te1 (u32)((u64*)((u8*)Te+3)) macro
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[(s
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes_i.h18 extern const u32 Te1[256];
36 #define TE1(i) Te1[((i) >> 16) & 0xff]
H A Daes-internal.c52 Te1[x] = S [x].[03, 02, 01, 01];
131 const u32 Te1[256] = { variable
/external/wpa_supplicant_8/src/crypto/
H A Daes_i.h18 extern const u32 Te1[256];
36 #define TE1(i) Te1[((i) >> 16) & 0xff]
H A Daes-internal.c52 Te1[x] = S [x].[03, 02, 01, 01];
131 const u32 Te1[256] = { variable
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes_i.h18 extern const u32 Te1[256];
36 #define TE1(i) Te1[((i) >> 16) & 0xff]
H A Daes-internal.c52 Te1[x] = S [x].[03, 02, 01, 01];
131 const u32 Te1[256] = { variable
/external/openssl/crypto/aes/asm/
H A Daes-mips.S41 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]
H A Daes-armv4.S290 ldr r6,[r10,r9,lsl#2] @ Te1[s0>>16]
295 ldr r7,[r10,r7,lsl#2] @ Te1[s1>>16]
307 ldr r8,[r10,r8,lsl#2] @ Te1[s2>>16]
323 ldr r9,[r10,r9,lsl#2] @ Te1[s3>>16]
/external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
H A Daes-armv4.S292 ldr r6,[r10,r9,lsl#2] @ Te1[s0>>16]
297 ldr r7,[r10,r7,lsl#2] @ Te1[s1>>16]
309 ldr r8,[r10,r8,lsl#2] @ Te1[s2>>16]
325 ldr r9,[r10,r9,lsl#2] @ Te1[s3>>16]

Completed in 216 milliseconds