******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: LEX-v1 ====================== 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: 232 bytes Testing stream encryption speed: Encrypted 10 blocks of 4120 bytes (under 1 keys, 10 blocks/key) Total time: 404503 clock ticks (237.94 usec) Encryption speed (cycles/byte): 9.82 Encryption speed (Mbps): 1385.21 Testing packet encryption speed: Encrypted 500 packets of 40 bytes (under 10 keys, 50 packets/key) Total time: 406038 clock ticks (238.85 usec) Encryption speed (cycles/packet): 812.08 Encryption speed (cycles/byte): 20.30 Encryption speed (Mbps): 669.89 Overhead: 106.8% Encrypted 60 packets of 576 bytes (under 1 keys, 60 packets/key) Total time: 386957 clock ticks (227.62 usec) Encryption speed (cycles/packet): 6449.28 Encryption speed (cycles/byte): 11.20 Encryption speed (Mbps): 1214.65 Overhead: 14.0% Encrypted 26 packets of 1500 bytes (under 1 keys, 26 packets/key) Total time: 404874 clock ticks (238.16 usec) Encryption speed (cycles/packet): 15572.08 Encryption speed (cycles/byte): 10.38 Encryption speed (Mbps): 1310.04 Overhead: 5.7% Weighted average (Simple Imix): Encryption speed (cycles/byte): 11.52 Encryption speed (Mbps): 1180.40 Overhead: 17.4% Testing key setup speed: Did 1400 key setups (under 10 keys, 140 setups/key) Total time: 418754 clock ticks (246.33 usec) Key setup speed (cycles/setup): 299.11 Key setup speed (setups/second): 5683527.80 Testing IV setup speed: Did 1000 IV setups (under 10 keys, 100 setups/key) Total time: 375961 clock ticks (221.15 usec) IV setup speed (cycles/setup): 375.96 IV setup speed (setups/second): 4521745.61 Testing key agility: Encrypted 120 blocks of 280 bytes (each time switching contexts) Total time: 410960 clock ticks (241.74 usec) Encryption speed (cycles/byte): 12.23 Encryption speed (Mbps): 1111.93 Overhead: 24.6% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Thu Feb 14 07:20:55 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_pentium4_O1-ofp gcc -Wall -pedantic -ansi -O1 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/lex/v1/../../../include -I../../../../submissions/lex/v1 -march=pentium4 -c -o ecrypt-test_gcc_pentium4.o ../../../../submissions/lex/v1/../../../test/ecrypt-test.c gcc -Wall -pedantic -ansi -O1 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/lex/v1/../../../include -I../../../../submissions/lex/v1 -march=pentium4 -c -o ecrypt-sync_gcc_pentium4.o ../../../../submissions/lex/v1/../../../api/ecrypt-sync.c gcc -Wall -pedantic -ansi -O1 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/lex/v1/../../../include -I../../../../submissions/lex/v1 -march=pentium4 -c -o lex_gcc_pentium4.o ../../../../submissions/lex/v1/lex.c gcc -Wall -pedantic -ansi -O1 -fomit-frame-pointer -march=pentium4 ecrypt-test_gcc_pentium4.o ecrypt-sync_gcc_pentium4.o lex_gcc_pentium4.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 489de7a9e378464f6f51b0350f79c33b -