******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: DECIM ===================== Profile: HW Key size: 80 bits IV size: 64 bits CPU speed: 533.0 MHz Cycles are measured using MFTB instruction (assuming 16 clocks per tick) Testing memory requirements: Size of ECRYPT_ctx: 246 bytes Testing stream encryption speed: Encrypted 1 blocks of 4096 bytes (under 1 keys, 1 blocks/key) Total time: 1032827 clock ticks (31004.19 usec) Encryption speed (cycles/byte): 4034.48 Encryption speed (Mbps): 1.06 Testing packet encryption speed: Encrypted 1 packets of 40 bytes (under 1 keys, 1 packets/key) Total time: 13610 clock ticks (408.56 usec) Encryption speed (cycles/packet): 217760.00 Encryption speed (cycles/byte): 5444.00 Encryption speed (Mbps): 0.78 Overhead: 34.9% Encrypted 1 packets of 576 bytes (under 1 keys, 1 packets/key) Total time: 148625 clock ticks (4461.54 usec) Encryption speed (cycles/packet): 2378000.00 Encryption speed (cycles/byte): 4128.47 Encryption speed (Mbps): 1.03 Overhead: 2.3% Encrypted 1 packets of 1500 bytes (under 1 keys, 1 packets/key) Total time: 381531 clock ticks (11453.09 usec) Encryption speed (cycles/packet): 6104496.00 Encryption speed (cycles/byte): 4069.66 Encryption speed (Mbps): 1.05 Overhead: 0.9% Weighted average (Simple Imix): Encryption speed (cycles/byte): 4197.07 Encryption speed (Mbps): 1.02 Overhead: 4.0% Testing key setup speed: Did 7000 key setups (under 10 keys, 700 setups/key) Total time: 15675 clock ticks (470.54 usec) Key setup speed (cycles/setup): 35.83 Key setup speed (setups/second): 14876395.53 Testing IV setup speed: Did 2 IV setups (under 1 keys, 2 setups/key) Total time: 7150 clock ticks (214.63 usec) IV setup speed (cycles/setup): 57200.00 IV setup speed (setups/second): 9318.18 Testing key agility: Encrypted 1 blocks of 256 bytes (each time switching contexts) Total time: 58543 clock ticks (1757.39 usec) Encryption speed (cycles/byte): 3658.94 Encryption speed (Mbps): 1.17 Overhead: -9.3% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Nov 7 22:18:22 CST 2005 CPU: ------------------------------------------------------------------------------- processor : 0 cpu : 7410, altivec supported temperature : 55-57 C (uncalibrated) clock : 533MHz revision : 0.3 (pvr 800c 1103) bogomips : 1060.86 processor : 1 cpu : 7410, altivec supported temperature : 26-28 C (uncalibrated) clock : 533MHz revision : 0.3 (pvr 800c 1103) bogomips : 1060.86 total bogomips : 2121.72 machine : PowerMac3,4 motherboard : PowerMac3,4 MacRISC2 MacRISC Power Macintosh detected as : 69 (PowerMac G4 Silver) pmac flags : 00000010 L2 cache : 1024K unified memory : 256MB pmac-generation : NewWorld COMPILER: ------------------------------------------------------------------------------- Using built-in specs. Target: powerpc-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-shared --with-system-zlib --libexecdir=/usr/lib --enable-nls --without-included-gettext --enable-threads=posix --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-softfloat --enable-targets=powerpc-linux,powerpc64-linux --with-cpu=default32 --disable-werror --enable-checking=release powerpc-linux-gnu Thread model: posix gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9) COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=gcc_G3_O3-ofp gcc -Wall -pedantic -ansi -O3 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../submissions/decim/../../include -I../../../submissions/decim -mcpu=G3 -c -o decim_gcc_G3.o ../../../submissions/decim/decim.c ../../../submissions/decim/decim.c: In function ‘ECRYPT_process_bytes’: ../../../submissions/decim/decim.c:132: warning: ‘stream_byte’ may be used uninitialized in this function ../../../submissions/decim/decim.c: In function ‘ECRYPT_keystream_bytes’: ../../../submissions/decim/decim.c:184: warning: ‘stream_byte’ may be used uninitialized in this function gcc -Wall -pedantic -ansi -O3 -fomit-frame-pointer -mcpu=G3 ecrypt-test_gcc_G3.o ecrypt-sync_gcc_G3.o decim_gcc_G3.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 797f406ca67cc928c4d58aec7e8e3c00 -