******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: COPY ==================== Profile: SW & HW Key size: 80 bits IV size: 80 bits CPU speed: 533.0 MHz Cycles are measured using MFTB instruction (assuming 16 clocks per tick) Testing memory requirements: Size of ECRYPT_ctx: 4 bytes Testing stream encryption speed: Encrypted 60 blocks of 4096 bytes (under 1 keys, 60 blocks/key) Total time: 7901 clock ticks (237.18 usec) Encryption speed (cycles/byte): 0.51 Encryption speed (Mbps): 8289.46 Testing packet encryption speed: Encrypted 900 packets of 40 bytes (under 10 keys, 90 packets/key) Total time: 7732 clock ticks (232.11 usec) Encryption speed (cycles/packet): 137.46 Encryption speed (cycles/byte): 3.44 Encryption speed (Mbps): 1240.82 Overhead: 568.1% Encrypted 320 packets of 576 bytes (under 10 keys, 32 packets/key) Total time: 8085 clock ticks (242.70 usec) Encryption speed (cycles/packet): 404.25 Encryption speed (cycles/byte): 0.70 Encryption speed (Mbps): 6075.61 Overhead: 36.4% Encrypted 150 packets of 1500 bytes (under 10 keys, 15 packets/key) Total time: 8135 clock ticks (244.20 usec) Encryption speed (cycles/packet): 867.73 Encryption speed (cycles/byte): 0.58 Encryption speed (Mbps): 7370.93 Overhead: 12.5% Weighted average (Simple Imix): Encryption speed (cycles/byte): 0.84 Encryption speed (Mbps): 5052.07 Overhead: 64.1% Testing key setup speed: Did 9000 key setups (under 10 keys, 900 setups/key) Total time: 16208 clock ticks (486.54 usec) Key setup speed (cycles/setup): 28.81 Key setup speed (setups/second): 18497809.72 Testing IV setup speed: Did 3700 IV setups (under 10 keys, 370 setups/key) Total time: 6263 clock ticks (188.01 usec) IV setup speed (cycles/setup): 27.08 IV setup speed (setups/second): 19680065.46 Testing key agility: Encrypted 600 blocks of 256 bytes (each time switching contexts) Total time: 7753 clock ticks (232.74 usec) Encryption speed (cycles/byte): 0.81 Encryption speed (Mbps): 5279.81 Overhead: 57.0% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Nov 7 22:38:30 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_O1-ofp gcc -Wall -pedantic -ansi -O1 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../benchmarks/copy/../../include -I../../../benchmarks/copy -mcpu=G3 -c -o copy_gcc_G3.o ../../../benchmarks/copy/copy.c gcc -Wall -pedantic -ansi -O1 -fomit-frame-pointer -mcpu=G3 ecrypt-test_gcc_G3.o ecrypt-sync_gcc_G3.o copy_gcc_G3.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 721c09d4378048a19529dfb7ef96c9b0 -