******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: Rabbit ====================== Profile: S._H. Key size: 128 bits IV size: 64 bits CPU speed: 2210.2 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 136 bytes Testing stream encryption speed: Encrypted 26 blocks of 4096 bytes (under 1 keys, 26 blocks/key) Total time: 533539 clock ticks (241.40 usec) Encryption speed (cycles/byte): 5.01 Encryption speed (Mbps): 3529.32 Testing packet encryption speed: Encrypted 900 packets of 40 bytes (under 10 keys, 90 packets/key) Total time: 542227 clock ticks (245.33 usec) Encryption speed (cycles/packet): 602.47 Encryption speed (cycles/byte): 15.06 Encryption speed (Mbps): 1173.94 Overhead: 200.6% Encrypted 160 packets of 576 bytes (under 10 keys, 16 packets/key) Total time: 535899 clock ticks (242.47 usec) Encryption speed (cycles/packet): 3349.37 Encryption speed (cycles/byte): 5.81 Encryption speed (Mbps): 3040.77 Overhead: 16.1% Encrypted 60 packets of 1500 bytes (under 1 keys, 60 packets/key) Total time: 492973 clock ticks (223.04 usec) Encryption speed (cycles/packet): 8216.22 Encryption speed (cycles/byte): 5.48 Encryption speed (Mbps): 3228.07 Overhead: 9.3% Weighted average (Simple Imix): Encryption speed (cycles/byte): 6.32 Encryption speed (Mbps): 2795.55 Overhead: 26.2% Testing key setup speed: Did 1600 key setups (under 10 keys, 160 setups/key) Total time: 558760 clock ticks (252.81 usec) Key setup speed (cycles/setup): 349.22 Key setup speed (setups/second): 6328899.71 Testing IV setup speed: Did 1700 IV setups (under 10 keys, 170 setups/key) Total time: 526575 clock ticks (238.25 usec) IV setup speed (cycles/setup): 309.75 IV setup speed (setups/second): 7135464.08 Testing key agility: Encrypted 330 blocks of 256 bytes (each time switching contexts) Total time: 539827 clock ticks (244.24 usec) Encryption speed (cycles/byte): 6.39 Encryption speed (Mbps): 2767.09 Overhead: 27.5% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 23:02:17 CET 2007 CPU: ------------------------------------------------------------------------------- processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 75 model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping : 2 cpu MHz : 2210.210 cache size : 512 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow up pni cx16 lahf_lm cmp_legacy svm cr8_legacy bogomips : 4424.76 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts fid vid ttp tm stc processor : 1 vendor_id : AuthenticAMD cpu family : 15 model : 75 model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping : 2 cpu MHz : 2210.210 cache size : 512 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow up pni cx16 lahf_lm cmp_legacy svm cr8_legacy bogomips : 4429.23 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts fid vid ttp tm stc COMPILER: ------------------------------------------------------------------------------- Using built-in specs. Target: x86_64-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 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release x86_64-linux-gnu Thread model: posix gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5) COMPILATION: ------------------------------------------------------------------------------- make var=2 conf=gcc_nocona_Os-ofp gcc -Wall -pedantic -ansi -Os -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=2 -I../../../../submissions/rabbit/opt/../../../include -I../../../../submissions/rabbit/opt -march=nocona -c -o rabbit_gcc_nocona.o ../../../../submissions/rabbit/opt/rabbit.c gcc -Wall -pedantic -ansi -Os -fomit-frame-pointer -march=nocona ecrypt-test_gcc_nocona.o ecrypt-sync_gcc_nocona.o rabbit_gcc_nocona.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 70b0067ea4b66c136c61580b6d2b71e8 -