******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: ABC-v3 ====================== 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: 33856 bytes Testing stream encryption speed: Encrypted 16 blocks of 4096 bytes (under 1 keys, 16 blocks/key) Total time: 263033 clock ticks (154.73 usec) Encryption speed (cycles/byte): 4.01 Encryption speed (Mbps): 3388.51 Testing packet encryption speed: Encrypted 600 packets of 40 bytes (under 10 keys, 60 packets/key) Total time: 360443 clock ticks (212.03 usec) Encryption speed (cycles/packet): 600.74 Encryption speed (cycles/byte): 15.02 Encryption speed (Mbps): 905.55 Overhead: 274.2% Encrypted 50 packets of 576 bytes (under 1 keys, 50 packets/key) Total time: 128937 clock ticks (75.85 usec) Encryption speed (cycles/packet): 2578.74 Encryption speed (cycles/byte): 4.48 Encryption speed (Mbps): 3037.76 Overhead: 11.5% Encrypted 29 packets of 1500 bytes (under 1 keys, 29 packets/key) Total time: 181327 clock ticks (106.66 usec) Encryption speed (cycles/packet): 6252.66 Encryption speed (cycles/byte): 4.17 Encryption speed (Mbps): 3262.61 Overhead: 3.9% Weighted average (Simple Imix): Encryption speed (cycles/byte): 5.09 Encryption speed (Mbps): 2673.81 Overhead: 26.7% Testing key setup speed: Did 1 key setups (under 1 keys, 1 setups/key) Total time: 254055 clock ticks (149.44 usec) Key setup speed (cycles/setup): 254055.00 Key setup speed (setups/second): 6691.46 Testing IV setup speed: Did 1200 IV setups (under 10 keys, 120 setups/key) Total time: 338832 clock ticks (199.31 usec) IV setup speed (cycles/setup): 282.36 IV setup speed (setups/second): 6020682.82 Testing key agility: Encrypted 50 blocks of 256 bytes (each time switching contexts) Total time: 394280 clock ticks (231.93 usec) Encryption speed (cycles/byte): 30.80 Encryption speed (Mbps): 441.51 Overhead: 667.5% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Jan 16 04:48:43 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_pentiumpro_Os-ofp gcc -Wall -pedantic -ansi -Os -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../../submissions/abc/v3/../../../include -I../../../../../submissions/abc/v3 -march=pentiumpro -c -o abc-v3_gcc_pentiumpro.o ../../../../../submissions/abc/v3/abc-v3.c gcc -Wall -pedantic -ansi -Os -fomit-frame-pointer -march=pentiumpro ecrypt-test_gcc_pentiumpro.o ecrypt-sync_gcc_pentiumpro.o abc-v3_gcc_pentiumpro.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- d8cb7369c3289b8f29dc2703a5bdff02 -