******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: Rabbit ====================== Profile: S3___ 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: 160 bytes Testing stream encryption speed: Encrypted 26 blocks of 4096 bytes (under 1 keys, 26 blocks/key) Total time: 419482 clock ticks (246.75 usec) Encryption speed (cycles/byte): 3.94 Encryption speed (Mbps): 3452.70 Testing packet encryption speed: Encrypted 450 packets of 40 bytes (under 10 keys, 45 packets/key) Total time: 408351 clock ticks (240.21 usec) Encryption speed (cycles/packet): 907.45 Encryption speed (cycles/byte): 22.69 Encryption speed (Mbps): 599.48 Overhead: 475.9% Encrypted 150 packets of 576 bytes (under 10 keys, 15 packets/key) Total time: 418636 clock ticks (246.26 usec) Encryption speed (cycles/packet): 2790.91 Encryption speed (cycles/byte): 4.85 Encryption speed (Mbps): 2806.83 Overhead: 23.0% Encrypted 60 packets of 1500 bytes (under 1 keys, 60 packets/key) Total time: 401595 clock ticks (236.23 usec) Encryption speed (cycles/packet): 6693.25 Encryption speed (cycles/byte): 4.46 Encryption speed (Mbps): 3047.85 Overhead: 13.3% Weighted average (Simple Imix): Encryption speed (cycles/byte): 5.93 Encryption speed (Mbps): 2294.29 Overhead: 50.5% Testing key setup speed: Did 700 key setups (under 10 keys, 70 setups/key) Total time: 384184 clock ticks (225.99 usec) Key setup speed (cycles/setup): 548.83 Key setup speed (setups/second): 3097474.13 Testing IV setup speed: Did 900 IV setups (under 10 keys, 90 setups/key) Total time: 409186 clock ticks (240.70 usec) IV setup speed (cycles/setup): 454.65 IV setup speed (setups/second): 3739130.86 Testing key agility: Encrypted 310 blocks of 256 bytes (each time switching contexts) Total time: 416654 clock ticks (245.09 usec) Encryption speed (cycles/byte): 5.25 Encryption speed (Mbps): 2590.39 Overhead: 33.3% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Thu Feb 14 07:25:09 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=5 conf=gcc_pentiumpro_O0 gcc -Wall -pedantic -std=c99 -O0 -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=5 -I../../../../../submissions/rabbit/opt/2/../../../../include -I../../../../../submissions/rabbit/opt/2 -march=pentiumpro -c -o rabbit_gcc_pentiumpro.o ../../../../../submissions/rabbit/opt/2/rabbit.c ../../../../../submissions/rabbit/opt/2/rabbit.c: In function ‘ECRYPT_ivsetup’: ../../../../../submissions/rabbit/opt/2/rabbit.c:1182: warning: unused variable ‘asm_dummy1’ ../../../../../submissions/rabbit/opt/2/rabbit.c:1182: warning: unused variable ‘g7’ ../../../../../submissions/rabbit/opt/2/rabbit.c:1182: warning: unused variable ‘g6’ ../../../../../submissions/rabbit/opt/2/rabbit.c:1182: warning: unused variable ‘g5’ ../../../../../submissions/rabbit/opt/2/rabbit.c:1182: warning: unused variable ‘g4’ ../../../../../submissions/rabbit/opt/2/rabbit.c:1182: warning: unused variable ‘g3’ ../../../../../submissions/rabbit/opt/2/rabbit.c:1182: warning: unused variable ‘g2’ ../../../../../submissions/rabbit/opt/2/rabbit.c:1182: warning: unused variable ‘g1’ ../../../../../submissions/rabbit/opt/2/rabbit.c:1182: warning: unused variable ‘g0’ ../../../../../submissions/rabbit/opt/2/rabbit.c:1181: warning: unused variable ‘i’ gcc -Wall -pedantic -std=c99 -O0 -march=pentiumpro ecrypt-test_gcc_pentiumpro.o ecrypt-sync_gcc_pentiumpro.o rabbit_gcc_pentiumpro.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 806e3f8b05effda167071f5b64bbfcfd -