******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: HC-128 ====================== Profile: S3___ 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: 4300 bytes Testing stream encryption speed: Encrypted 28 blocks of 4096 bytes (under 1 keys, 28 blocks/key) Total time: 403375 clock ticks (237.28 usec) Encryption speed (cycles/byte): 3.52 Encryption speed (Mbps): 3866.77 Testing packet encryption speed: Encrypted 13 packets of 40 bytes (under 1 keys, 13 packets/key) Total time: 399213 clock ticks (234.83 usec) Encryption speed (cycles/packet): 30708.69 Encryption speed (cycles/byte): 767.72 Encryption speed (Mbps): 17.71 Overhead: 21727.8% Encrypted 13 packets of 576 bytes (under 1 keys, 13 packets/key) Total time: 421165 clock ticks (247.74 usec) Encryption speed (cycles/packet): 32397.31 Encryption speed (cycles/byte): 56.25 Encryption speed (Mbps): 241.80 Overhead: 1499.2% Encrypted 11 packets of 1500 bytes (under 1 keys, 11 packets/key) Total time: 393234 clock ticks (231.31 usec) Encryption speed (cycles/packet): 35748.55 Encryption speed (cycles/byte): 23.83 Encryption speed (Mbps): 570.65 Overhead: 577.6% Weighted average (Simple Imix): Encryption speed (cycles/byte): 93.12 Encryption speed (Mbps): 146.05 Overhead: 2547.6% Testing key setup speed: Did 6000 key setups (under 10 keys, 600 setups/key) Total time: 362464 clock ticks (213.21 usec) Key setup speed (cycles/setup): 60.41 Key setup speed (setups/second): 28140725.70 Testing IV setup speed: Did 13 IV setups (under 1 keys, 13 setups/key) Total time: 394777 clock ticks (232.22 usec) IV setup speed (cycles/setup): 30367.46 IV setup speed (setups/second): 55980.97 Testing key agility: Encrypted 90 blocks of 256 bytes (each time switching contexts) Total time: 398931 clock ticks (234.67 usec) Encryption speed (cycles/byte): 17.31 Encryption speed (Mbps): 785.46 Overhead: 392.3% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Thu Feb 14 07:28:02 CET 2008 CPU: ------------------------------------------------------------------------------- processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 9 model name : Intel(R) Pentium(R) M processor 1700MHz stepping : 5 cpu MHz : 1700.000 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 up est tm2 bogomips : 3391.40 clflush size : 64 COMPILER: ------------------------------------------------------------------------------- Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=gcc_k8_O3-ual-ofp gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../../submissions/hc-256/hc-128/200606/../../../../include -I../../../../../submissions/hc-256/hc-128/200606 -march=k8 -c -o ecrypt-test_gcc_k8.o ../../../../../submissions/hc-256/hc-128/200606/../../../../test/ecrypt-test.c gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../../submissions/hc-256/hc-128/200606/../../../../include -I../../../../../submissions/hc-256/hc-128/200606 -march=k8 -c -o ecrypt-sync_gcc_k8.o ../../../../../submissions/hc-256/hc-128/200606/../../../../api/ecrypt-sync.c gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../../submissions/hc-256/hc-128/200606/../../../../include -I../../../../../submissions/hc-256/hc-128/200606 -march=k8 -c -o hc-128_gcc_k8.o ../../../../../submissions/hc-256/hc-128/200606/hc-128.c gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -march=k8 ecrypt-test_gcc_k8.o ecrypt-sync_gcc_k8.o hc-128_gcc_k8.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 10e1fb42362d41e1e4315cd0dbe9b0fa -