******************************************************************************** * 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: 7904 clock ticks (237.27 usec) Encryption speed (cycles/byte): 0.51 Encryption speed (Mbps): 8286.32 Testing packet encryption speed: Encrypted 800 packets of 40 bytes (under 10 keys, 80 packets/key) Total time: 7076 clock ticks (212.41 usec) Encryption speed (cycles/packet): 141.52 Encryption speed (cycles/byte): 3.54 Encryption speed (Mbps): 1205.20 Overhead: 587.5% Encrypted 320 packets of 576 bytes (under 10 keys, 32 packets/key) Total time: 8166 clock ticks (245.13 usec) Encryption speed (cycles/packet): 408.30 Encryption speed (cycles/byte): 0.71 Encryption speed (Mbps): 6015.34 Overhead: 37.8% Encrypted 150 packets of 1500 bytes (under 10 keys, 15 packets/key) Total time: 8173 clock ticks (245.34 usec) Encryption speed (cycles/packet): 871.79 Encryption speed (cycles/byte): 0.58 Encryption speed (Mbps): 7336.66 Overhead: 12.9% Weighted average (Simple Imix): Encryption speed (cycles/byte): 0.86 Encryption speed (Mbps): 4981.70 Overhead: 66.3% Testing key setup speed: Did 8000 key setups (under 10 keys, 800 setups/key) Total time: 14908 clock ticks (447.52 usec) Key setup speed (cycles/setup): 29.82 Key setup speed (setups/second): 17876308.02 Testing IV setup speed: Did 3600 IV setups (under 10 keys, 360 setups/key) Total time: 6319 clock ticks (189.69 usec) IV setup speed (cycles/setup): 28.08 IV setup speed (setups/second): 18978477.61 Testing key agility: Encrypted 600 blocks of 256 bytes (each time switching contexts) Total time: 7683 clock ticks (230.63 usec) Encryption speed (cycles/byte): 0.80 Encryption speed (Mbps): 5327.92 Overhead: 55.5% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Nov 8 00:04:50 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_G5_Os-ofp gcc-3.4 -Wall -pedantic -ansi -Os -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../benchmarks/copy/../../include -I../../../benchmarks/copy -mcpu=G5 -c -o copy_gcc_G5.o ../../../benchmarks/copy/copy.c gcc-3.4 -Wall -pedantic -ansi -Os -fomit-frame-pointer -mcpu=G5 ecrypt-test_gcc_G5.o ecrypt-sync_gcc_G5.o copy_gcc_G5.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 1b16193a2ac3fc6bd0436292da3069f5 -