******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: POMARANCH-v1 ============================ Profile: _____ Key size: 128 bits IV size: 64 bits CPU speed: 1700.0 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 36 bytes Testing stream encryption speed: Encrypted 1 blocks of 4096 bytes (under 1 keys, 1 blocks/key) Total time: 10613880 clock ticks (6243.46 usec) Encryption speed (cycles/byte): 2591.28 Encryption speed (Mbps): 5.25 Testing packet encryption speed: Encrypted 2 packets of 40 bytes (under 1 keys, 2 packets/key) Total time: 324713 clock ticks (191.01 usec) Encryption speed (cycles/packet): 162356.50 Encryption speed (cycles/byte): 4058.91 Encryption speed (Mbps): 3.35 Overhead: 56.6% Encrypted 1 packets of 576 bytes (under 1 keys, 1 packets/key) Total time: 1546413 clock ticks (909.65 usec) Encryption speed (cycles/packet): 1546413.00 Encryption speed (cycles/byte): 2684.74 Encryption speed (Mbps): 5.07 Overhead: 3.6% Encrypted 1 packets of 1500 bytes (under 1 keys, 1 packets/key) Total time: 3954679 clock ticks (2326.28 usec) Encryption speed (cycles/packet): 3954679.00 Encryption speed (cycles/byte): 2636.45 Encryption speed (Mbps): 5.16 Overhead: 1.7% Weighted average (Simple Imix): Encryption speed (cycles/byte): 2761.22 Encryption speed (Mbps): 4.93 Overhead: 6.6% Testing key setup speed: Did 18000 key setups (under 100 keys, 180 setups/key) Total time: 471843 clock ticks (277.55 usec) Key setup speed (cycles/setup): 26.21 Key setup speed (setups/second): 64852080.04 Testing IV setup speed: Did 6 IV setups (under 1 keys, 6 setups/key) Total time: 322618 clock ticks (189.78 usec) IV setup speed (cycles/setup): 53769.67 IV setup speed (setups/second): 31616.34 Testing key agility: Encrypted 1 blocks of 256 bytes (each time switching contexts) Total time: 661445 clock ticks (389.09 usec) Encryption speed (cycles/byte): 2583.77 Encryption speed (Mbps): 5.26 Overhead: -0.3% End of performance measurements Primitive Name: POMARANCH-v1 ============================ Profile: _____ Key size: 128 bits IV size: 112 bits CPU speed: 1700.0 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 36 bytes Testing stream encryption speed: Encrypted 1 blocks of 4096 bytes (under 1 keys, 1 blocks/key) Total time: 10607598 clock ticks (6239.76 usec) Encryption speed (cycles/byte): 2589.75 Encryption speed (Mbps): 5.25 Testing packet encryption speed: Encrypted 2 packets of 40 bytes (under 1 keys, 2 packets/key) Total time: 325075 clock ticks (191.22 usec) Encryption speed (cycles/packet): 162537.50 Encryption speed (cycles/byte): 4063.44 Encryption speed (Mbps): 3.35 Overhead: 56.9% Encrypted 1 packets of 576 bytes (under 1 keys, 1 packets/key) Total time: 1551826 clock ticks (912.84 usec) Encryption speed (cycles/packet): 1551826.00 Encryption speed (cycles/byte): 2694.14 Encryption speed (Mbps): 5.05 Overhead: 4.0% Encrypted 1 packets of 1500 bytes (under 1 keys, 1 packets/key) Total time: 3959040 clock ticks (2328.85 usec) Encryption speed (cycles/packet): 3959040.00 Encryption speed (cycles/byte): 2639.36 Encryption speed (Mbps): 5.15 Overhead: 1.9% Weighted average (Simple Imix): Encryption speed (cycles/byte): 2767.90 Encryption speed (Mbps): 4.91 Overhead: 6.9% Testing key setup speed: Did 18000 key setups (under 100 keys, 180 setups/key) Total time: 471843 clock ticks (277.55 usec) Key setup speed (cycles/setup): 26.21 Key setup speed (setups/second): 64852080.04 Testing IV setup speed: Did 6 IV setups (under 1 keys, 6 setups/key) Total time: 326684 clock ticks (192.17 usec) IV setup speed (cycles/setup): 54447.33 IV setup speed (setups/second): 31222.83 Testing key agility: Encrypted 1 blocks of 256 bytes (each time switching contexts) Total time: 661423 clock ticks (389.07 usec) Encryption speed (cycles/byte): 2583.68 Encryption speed (Mbps): 5.26 Overhead: -0.2% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Thu Feb 14 07:16:40 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 -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/pomaranch/v1/../../../include -I../../../../submissions/pomaranch/v1 -march=pentium-m -c -o ecrypt-test_gcc_pentium-m.o ../../../../submissions/pomaranch/v1/../../../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/pomaranch/v1/../../../include -I../../../../submissions/pomaranch/v1 -march=pentium-m -c -o ecrypt-sync_gcc_pentium-m.o ../../../../submissions/pomaranch/v1/../../../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/pomaranch/v1/../../../include -I../../../../submissions/pomaranch/v1 -march=pentium-m -c -o pomaranch_gcc_pentium-m.o ../../../../submissions/pomaranch/v1/pomaranch.c gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -march=pentium-m ecrypt-test_gcc_pentium-m.o ecrypt-sync_gcc_pentium-m.o pomaranch_gcc_pentium-m.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 784e7360ccbc9757ea1c6f0fa9a0ccc1 -