Searched refs:Te2 (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/aes/
H A Daes_core.c46 Te2[x] = S [x].[01, 03, 02, 01];
188 static const u32 Te2[256] = { variable
657 (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
677 (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
699 (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
712 (Te2[(temp >> 24) ] & 0xff000000) ^
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[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s
[all...]
H A Daes_x86core.c110 Te2[x] = S [x].[01, 03, 02, 01];
115 #define Te2 (u32)((u64*)((u8*)Te+2)) macro
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[(r
[all...]

Completed in 38 milliseconds