******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: Dragon ====================== Profile: S!___ Key size: 128 bits IV size: 128 bits CPU speed: 2210.2 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 288 bytes Testing stream encryption speed: Encrypted 16 blocks of 4096 bytes (under 1 keys, 16 blocks/key) Total time: 546367 clock ticks (247.20 usec) Encryption speed (cycles/byte): 8.34 Encryption speed (Mbps): 2120.89 Testing packet encryption speed: Encrypted 230 packets of 40 bytes (under 10 keys, 23 packets/key) Total time: 540007 clock ticks (244.32 usec) Encryption speed (cycles/packet): 2347.86 Encryption speed (cycles/byte): 58.70 Encryption speed (Mbps): 301.24 Overhead: 604.1% Encrypted 36 packets of 576 bytes (under 1 keys, 36 packets/key) Total time: 545700 clock ticks (246.90 usec) Encryption speed (cycles/packet): 15158.33 Encryption speed (cycles/byte): 26.32 Encryption speed (Mbps): 671.88 Overhead: 215.7% Encrypted 14 packets of 1500 bytes (under 1 keys, 14 packets/key) Total time: 521113 clock ticks (235.78 usec) Encryption speed (cycles/packet): 37222.36 Encryption speed (cycles/byte): 24.81 Encryption speed (Mbps): 712.54 Overhead: 197.7% Weighted average (Simple Imix): Encryption speed (cycles/byte): 27.98 Encryption speed (Mbps): 631.83 Overhead: 235.7% Testing key setup speed: Did 6000 key setups (under 10 keys, 600 setups/key) Total time: 527431 clock ticks (238.63 usec) Key setup speed (cycles/setup): 87.91 Key setup speed (setups/second): 25143118.25 Testing IV setup speed: Did 400 IV setups (under 10 keys, 40 setups/key) Total time: 546629 clock ticks (247.32 usec) IV setup speed (cycles/setup): 1366.57 IV setup speed (setups/second): 1617338.27 Testing key agility: Encrypted 200 blocks of 256 bytes (each time switching contexts) Total time: 540788 clock ticks (244.68 usec) Encryption speed (cycles/byte): 10.56 Encryption speed (Mbps): 1674.04 Overhead: 26.7% End of performance measurements Primitive Name: Dragon ====================== Profile: S!___ Key size: 256 bits IV size: 128 bits CPU speed: 2210.2 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 288 bytes Testing stream encryption speed: Encrypted 16 blocks of 4096 bytes (under 1 keys, 16 blocks/key) Total time: 546366 clock ticks (247.20 usec) Encryption speed (cycles/byte): 8.34 Encryption speed (Mbps): 2120.90 Testing packet encryption speed: Encrypted 230 packets of 40 bytes (under 10 keys, 23 packets/key) Total time: 539536 clock ticks (244.11 usec) Encryption speed (cycles/packet): 2345.81 Encryption speed (cycles/byte): 58.65 Encryption speed (Mbps): 301.50 Overhead: 603.4% Encrypted 36 packets of 576 bytes (under 1 keys, 36 packets/key) Total time: 545593 clock ticks (246.85 usec) Encryption speed (cycles/packet): 15155.36 Encryption speed (cycles/byte): 26.31 Encryption speed (Mbps): 672.02 Overhead: 215.6% Encrypted 14 packets of 1500 bytes (under 1 keys, 14 packets/key) Total time: 520978 clock ticks (235.71 usec) Encryption speed (cycles/packet): 37212.71 Encryption speed (cycles/byte): 24.81 Encryption speed (Mbps): 712.73 Overhead: 197.6% Weighted average (Simple Imix): Encryption speed (cycles/byte): 27.98 Encryption speed (Mbps): 632.03 Overhead: 235.6% Testing key setup speed: Did 6000 key setups (under 10 keys, 600 setups/key) Total time: 528628 clock ticks (239.18 usec) Key setup speed (cycles/setup): 88.10 Key setup speed (setups/second): 25086185.37 Testing IV setup speed: Did 400 IV setups (under 10 keys, 40 setups/key) Total time: 546101 clock ticks (247.08 usec) IV setup speed (cycles/setup): 1365.25 IV setup speed (setups/second): 1618902.00 Testing key agility: Encrypted 200 blocks of 256 bytes (each time switching contexts) Total time: 540432 clock ticks (244.52 usec) Encryption speed (cycles/byte): 10.56 Encryption speed (Mbps): 1675.15 Overhead: 26.6% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 21:57:14 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=1 conf=gcc_k8_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/dragon/../../include -I../../../submissions/dragon -march=k8 -c -o ecrypt-test_gcc_k8.o ../../../submissions/dragon/../../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/dragon/../../include -I../../../submissions/dragon -march=k8 -c -o ecrypt-sync_gcc_k8.o ../../../submissions/dragon/../../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/dragon/../../include -I../../../submissions/dragon -march=k8 -c -o dragon_gcc_k8.o ../../../submissions/dragon/dragon.c gcc -Wall -pedantic -std=c99 -O3 -funroll-all-loops -fomit-frame-pointer -march=k8 ecrypt-test_gcc_k8.o ecrypt-sync_gcc_k8.o dragon_gcc_k8.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 751595c75f9a8bfa30bab10e623a5181 -