******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: CryptMT-v3 ========================== 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: 4400 bytes Testing stream encryption speed: Encrypted 17 blocks of 4992 bytes (under 1 keys, 17 blocks/key) Total time: 404266 clock ticks (237.80 usec) Encryption speed (cycles/byte): 4.76 Encryption speed (Mbps): 2854.93 Testing packet encryption speed: Encrypted 500 packets of 40 bytes (under 10 keys, 50 packets/key) Total time: 393615 clock ticks (231.54 usec) Encryption speed (cycles/packet): 787.23 Encryption speed (cycles/byte): 19.68 Encryption speed (Mbps): 691.03 Overhead: 313.1% Encrypted 80 packets of 576 bytes (under 1 keys, 80 packets/key) Total time: 383463 clock ticks (225.57 usec) Encryption speed (cycles/packet): 4793.29 Encryption speed (cycles/byte): 8.32 Encryption speed (Mbps): 1634.29 Overhead: 74.7% Encrypted 32 packets of 1500 bytes (under 1 keys, 32 packets/key) Total time: 413992 clock ticks (243.52 usec) Encryption speed (cycles/packet): 12937.25 Encryption speed (cycles/byte): 8.62 Encryption speed (Mbps): 1576.84 Overhead: 81.1% Weighted average (Simple Imix): Encryption speed (cycles/byte): 9.21 Encryption speed (Mbps): 1476.37 Overhead: 93.4% Testing key setup speed: Did 7000 key setups (under 10 keys, 700 setups/key) Total time: 336775 clock ticks (198.10 usec) Key setup speed (cycles/setup): 48.11 Key setup speed (setups/second): 35335164.43 Testing IV setup speed: Did 1100 IV setups (under 10 keys, 110 setups/key) Total time: 405210 clock ticks (238.36 usec) IV setup speed (cycles/setup): 368.37 IV setup speed (setups/second): 4614891.04 Testing key agility: Encrypted 42 blocks of 1248 bytes (each time switching contexts) Total time: 417312 clock ticks (245.48 usec) Encryption speed (cycles/byte): 7.96 Encryption speed (Mbps): 1708.21 Overhead: 67.1% End of performance measurements Primitive Name: CryptMT-v3 ========================== Profile: S3___ Key size: 256 bits IV size: 128 bits CPU speed: 1700.0 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 4400 bytes Testing stream encryption speed: Encrypted 17 blocks of 4992 bytes (under 1 keys, 17 blocks/key) Total time: 404077 clock ticks (237.69 usec) Encryption speed (cycles/byte): 4.76 Encryption speed (Mbps): 2856.26 Testing packet encryption speed: Encrypted 460 packets of 40 bytes (under 10 keys, 46 packets/key) Total time: 420517 clock ticks (247.36 usec) Encryption speed (cycles/packet): 914.17 Encryption speed (cycles/byte): 22.85 Encryption speed (Mbps): 595.08 Overhead: 380.0% Encrypted 80 packets of 576 bytes (under 1 keys, 80 packets/key) Total time: 392451 clock ticks (230.85 usec) Encryption speed (cycles/packet): 4905.64 Encryption speed (cycles/byte): 8.52 Encryption speed (Mbps): 1596.86 Overhead: 78.9% Encrypted 32 packets of 1500 bytes (under 1 keys, 32 packets/key) Total time: 418254 clock ticks (246.03 usec) Encryption speed (cycles/packet): 13070.44 Encryption speed (cycles/byte): 8.71 Encryption speed (Mbps): 1560.77 Overhead: 83.0% Weighted average (Simple Imix): Encryption speed (cycles/byte): 9.57 Encryption speed (Mbps): 1420.81 Overhead: 101.0% Testing key setup speed: Did 6000 key setups (under 10 keys, 600 setups/key) Total time: 342075 clock ticks (201.22 usec) Key setup speed (cycles/setup): 57.01 Key setup speed (setups/second): 29818022.36 Testing IV setup speed: Did 800 IV setups (under 10 keys, 80 setups/key) Total time: 385322 clock ticks (226.66 usec) IV setup speed (cycles/setup): 481.65 IV setup speed (setups/second): 3529515.57 Testing key agility: Encrypted 42 blocks of 1248 bytes (each time switching contexts) Total time: 418872 clock ticks (246.40 usec) Encryption speed (cycles/byte): 7.99 Encryption speed (Mbps): 1701.85 Overhead: 67.8% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Thu Feb 14 07:12:53 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_pentium-m_O3-ual-ofp gcc -Wall -pedantic -std=c99 -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/cryptmt/v3/../../../include -I../../../../submissions/cryptmt/v3 -march=pentium-m -c -o ecrypt-test_gcc_pentium-m.o ../../../../submissions/cryptmt/v3/../../../test/ecrypt-test.c gcc -Wall -pedantic -std=c99 -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/cryptmt/v3/../../../include -I../../../../submissions/cryptmt/v3 -march=pentium-m -c -o ecrypt-sync_gcc_pentium-m.o ../../../../submissions/cryptmt/v3/../../../api/ecrypt-sync.c gcc -Wall -pedantic -std=c99 -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/cryptmt/v3/../../../include -I../../../../submissions/cryptmt/v3 -march=pentium-m -c -o cryptmt-v3_gcc_pentium-m.o ../../../../submissions/cryptmt/v3/cryptmt-v3.c gcc -Wall -pedantic -std=c99 -O3 -funroll-all-loops -fomit-frame-pointer -march=pentium-m ecrypt-test_gcc_pentium-m.o ecrypt-sync_gcc_pentium-m.o cryptmt-v3_gcc_pentium-m.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- fe2a45575fcad8276d11089f02f44ecd -