******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: ABC =================== Profile: SW Key size: 128 bits IV size: 128 bits CPU speed: 533.0 MHz Cycles are measured using MFTB instruction (assuming 16 clocks per tick) Testing memory requirements: Size of ECRYPT_ctx: 33832 bytes Testing stream encryption speed: Encrypted 6 blocks of 4096 bytes (under 1 keys, 6 blocks/key) Total time: 7511 clock ticks (225.47 usec) Encryption speed (cycles/byte): 4.89 Encryption speed (Mbps): 871.99 Testing packet encryption speed: Encrypted 240 packets of 40 bytes (under 10 keys, 24 packets/key) Total time: 7403 clock ticks (222.23 usec) Encryption speed (cycles/packet): 493.53 Encryption speed (cycles/byte): 12.34 Encryption speed (Mbps): 345.59 Overhead: 152.3% Encrypted 31 packets of 576 bytes (under 1 keys, 31 packets/key) Total time: 5881 clock ticks (176.54 usec) Encryption speed (cycles/packet): 3035.35 Encryption speed (cycles/byte): 5.27 Encryption speed (Mbps): 809.15 Overhead: 7.8% Encrypted 15 packets of 1500 bytes (under 1 keys, 15 packets/key) Total time: 7094 clock ticks (212.95 usec) Encryption speed (cycles/packet): 7566.93 Encryption speed (cycles/byte): 5.04 Encryption speed (Mbps): 845.26 Overhead: 3.2% Weighted average (Simple Imix): Encryption speed (cycles/byte): 5.67 Encryption speed (Mbps): 751.81 Overhead: 16.0% Testing key setup speed: Did 5 key setups (under 1 keys, 5 setups/key) Total time: 7539 clock ticks (226.31 usec) Key setup speed (cycles/setup): 24124.80 Key setup speed (setups/second): 22093.45 Testing IV setup speed: Did 700 IV setups (under 10 keys, 70 setups/key) Total time: 6559 clock ticks (196.89 usec) IV setup speed (cycles/setup): 149.92 IV setup speed (setups/second): 3555229.46 Testing key agility: Encrypted 27 blocks of 256 bytes (each time switching contexts) Total time: 8541 clock ticks (256.39 usec) Encryption speed (cycles/byte): 19.77 Encryption speed (Mbps): 215.67 Overhead: 304.3% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Nov 8 02:18:25 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=2 conf=gcc-3.4_G3_O3-ual-ofp gcc-3.4 -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=2 -I../../../submissions/abc/../../include -I../../../submissions/abc -mcpu=G3 -c -o abc_gcc_G3.o ../../../submissions/abc/abc.c gcc-3.4 -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -mcpu=G3 ecrypt-test_gcc_G3.o ecrypt-sync_gcc_G3.o abc_gcc_G3.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 9ff60483929dbe917fd5ad6d16dc8681 -