******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: ABC-v1 ====================== Profile: S.___ Key size: 128 bits IV size: 128 bits CPU speed: 1700.0 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 33832 bytes Testing stream encryption speed: Encrypted 20 blocks of 4096 bytes (under 1 keys, 20 blocks/key) Total time: 277224 clock ticks (163.07 usec) Encryption speed (cycles/byte): 3.38 Encryption speed (Mbps): 4018.82 Testing packet encryption speed: Encrypted 800 packets of 40 bytes (under 10 keys, 80 packets/key) Total time: 378197 clock ticks (222.47 usec) Encryption speed (cycles/packet): 472.75 Encryption speed (cycles/byte): 11.82 Encryption speed (Mbps): 1150.72 Overhead: 249.2% Encrypted 50 packets of 576 bytes (under 1 keys, 50 packets/key) Total time: 116716 clock ticks (68.66 usec) Encryption speed (cycles/packet): 2334.32 Encryption speed (cycles/byte): 4.05 Encryption speed (Mbps): 3355.84 Overhead: 19.8% Encrypted 31 packets of 1500 bytes (under 1 keys, 31 packets/key) Total time: 177720 clock ticks (104.54 usec) Encryption speed (cycles/packet): 5732.90 Encryption speed (cycles/byte): 3.82 Encryption speed (Mbps): 3558.41 Overhead: 12.9% Weighted average (Simple Imix): Encryption speed (cycles/byte): 4.50 Encryption speed (Mbps): 3021.99 Overhead: 33.0% Testing key setup speed: Did 1 key setups (under 1 keys, 1 setups/key) Total time: 377441 clock ticks (222.02 usec) Key setup speed (cycles/setup): 377441.00 Key setup speed (setups/second): 4504.02 Testing IV setup speed: Did 1900 IV setups (under 10 keys, 190 setups/key) Total time: 357996 clock ticks (210.59 usec) IV setup speed (cycles/setup): 188.42 IV setup speed (setups/second): 9022447.18 Testing key agility: Encrypted 49 blocks of 256 bytes (each time switching contexts) Total time: 437748 clock ticks (257.50 usec) Encryption speed (cycles/byte): 34.90 Encryption speed (Mbps): 389.72 Overhead: 931.2% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Jan 16 05:49:04 CET 2007 CPU: ------------------------------------------------------------------------------- processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 9 model name : Intel(R) Pentium(R) M processor 1700MHz stepping : 5 cpu MHz : 598.123 cache size : 1024 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 tm pbe est tm2 bogomips : 3393.33 COMPILER: ------------------------------------------------------------------------------- Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --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-werror --with-tune=pentium4 --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5) COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=gcc_pentium-mmx_Os-ofp gcc -Wall -pedantic -ansi -Os -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../../submissions/abc/v1/../../../include -I../../../../../submissions/abc/v1 -march=pentium-mmx -c -o ecrypt-test_gcc_pentium-mmx.o ../../../../../submissions/abc/v1/../../../test/ecrypt-test.c gcc -Wall -pedantic -ansi -Os -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../../submissions/abc/v1/../../../include -I../../../../../submissions/abc/v1 -march=pentium-mmx -c -o ecrypt-sync_gcc_pentium-mmx.o ../../../../../submissions/abc/v1/../../../api/ecrypt-sync.c gcc -Wall -pedantic -ansi -Os -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../../submissions/abc/v1/../../../include -I../../../../../submissions/abc/v1 -march=pentium-mmx -c -o abc_gcc_pentium-mmx.o ../../../../../submissions/abc/v1/abc.c gcc -Wall -pedantic -ansi -Os -fomit-frame-pointer -march=pentium-mmx ecrypt-test_gcc_pentium-mmx.o ecrypt-sync_gcc_pentium-mmx.o abc_gcc_pentium-mmx.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- aa93f11d2753f4aad270ffb71701db0d -