******************************************************************************** * 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: 7900 clock ticks (237.15 usec) Encryption speed (cycles/byte): 0.51 Encryption speed (Mbps): 8290.51 Testing packet encryption speed: Encrypted 900 packets of 40 bytes (under 10 keys, 90 packets/key) Total time: 7843 clock ticks (235.44 usec) Encryption speed (cycles/packet): 139.43 Encryption speed (cycles/byte): 3.49 Encryption speed (Mbps): 1223.26 Overhead: 577.7% Encrypted 320 packets of 576 bytes (under 10 keys, 32 packets/key) Total time: 8124 clock ticks (243.87 usec) Encryption speed (cycles/packet): 406.20 Encryption speed (cycles/byte): 0.71 Encryption speed (Mbps): 6046.44 Overhead: 37.1% Encrypted 150 packets of 1500 bytes (under 10 keys, 15 packets/key) Total time: 8152 clock ticks (244.71 usec) Encryption speed (cycles/packet): 869.55 Encryption speed (cycles/byte): 0.58 Encryption speed (Mbps): 7355.56 Overhead: 12.7% Weighted average (Simple Imix): Encryption speed (cycles/byte): 0.85 Encryption speed (Mbps): 5017.97 Overhead: 65.2% Testing key setup speed: Did 8000 key setups (under 10 keys, 800 setups/key) Total time: 14865 clock ticks (446.23 usec) Key setup speed (cycles/setup): 29.73 Key setup speed (setups/second): 17928018.84 Testing IV setup speed: Did 3600 IV setups (under 10 keys, 360 setups/key) Total time: 6544 clock ticks (196.44 usec) IV setup speed (cycles/setup): 29.08 IV setup speed (setups/second): 18325947.43 Testing key agility: Encrypted 600 blocks of 256 bytes (each time switching contexts) Total time: 7707 clock ticks (231.35 usec) Encryption speed (cycles/byte): 0.80 Encryption speed (Mbps): 5311.33 Overhead: 56.1% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Nov 8 01:50:11 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: ------------------------------------------------------------------------------- Reading specs from /usr/lib/gcc/powerpc-linux-gnu/3.4.5/specs Configured with: ../src/configure -v --enable-languages=c,c++,f77,pascal,objc,ada --prefix=/usr --libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --program-suffix=-3.4 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --disable-softfloat --enable-targets=powerpc-linux,powerpc64-linux --with-cpu=default32 --disable-softfloat powerpc-linux-gnu Thread model: posix gcc version 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8) COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=gcc-3.4_G4_O1-ofp gcc-3.4 -Wall -pedantic -ansi -O1 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../benchmarks/copy/../../include -I../../../benchmarks/copy -mcpu=G4 -c -o copy_gcc_G4.o ../../../benchmarks/copy/copy.c gcc-3.4 -Wall -pedantic -ansi -O1 -fomit-frame-pointer -mcpu=G4 ecrypt-test_gcc_G4.o ecrypt-sync_gcc_G4.o copy_gcc_G4.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 9330abc5b716f1164f7c69ada0c966a7 -