Searched refs:Td4 (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/aes/
H A Daes_x86core.c123 Td4[x] = Si[x].[01];
426 static const u8 Td4[256] = { variable
884 prefetch256(Td4);
886 t[0] = Td4[(s0 ) & 0xff] ^
887 Td4[(s3 >> 8) & 0xff] << 8 ^
888 Td4[(s2 >> 16) & 0xff] << 16 ^
889 Td4[(s1 >> 24) ] << 24;
890 t[1] = Td4[(s1 ) & 0xff] ^
891 Td4[(s0 >> 8) & 0xff] << 8 ^
892 Td4[(s
[all...]
H A Daes_core.c53 Td4[x] = Si[x].[01];
585 static const u8 Td4[256] = { variable
1130 (Td4[(t0 >> 24) ] << 24) ^
1131 (Td4[(t3 >> 16) & 0xff] << 16) ^
1132 (Td4[(t2 >> 8) & 0xff] << 8) ^
1133 (Td4[(t1 ) & 0xff]) ^
1137 (Td4[(t1 >> 24) ] << 24) ^
1138 (Td4[(t0 >> 16) & 0xff] << 16) ^
1139 (Td4[(t3 >> 8) & 0xff] << 8) ^
1140 (Td4[(t
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/aes/asm/
H A Daes-armv4.pl768 @ Td4[256]
962 ldr $t2,[$tbl,#0] @ prefetch Td4
971 ldrb $s0,[$tbl,$s0] @ Td4[s0>>24]
972 ldrb $t1,[$tbl,$i1] @ Td4[s0>>16]
974 ldrb $t2,[$tbl,$i2] @ Td4[s0>>8]
976 ldrb $t3,[$tbl,$i3] @ Td4[s0>>0]
979 ldrb $i1,[$tbl,$i1] @ Td4[s1>>0]
980 ldrb $s1,[$tbl,$s1,lsr#24] @ Td4[s1>>24]
981 ldrb $i2,[$tbl,$i2] @ Td4[s1>>16]
983 ldrb $i3,[$tbl,$i3] @ Td4[s
[all...]
H A Daes-ppc.pl825 lwz $acc08,`2048+0`($Tbl0) ! prefetch Td4

Completed in 169 milliseconds