******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: ABC-v3 ====================== 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: 33856 bytes Testing stream encryption speed: Encrypted 42 blocks of 4096 bytes (under 1 keys, 42 blocks/key) Total time: 517941 clock ticks (234.34 usec) Encryption speed (cycles/byte): 3.01 Encryption speed (Mbps): 5872.90 Testing packet encryption speed: Encrypted 1300 packets of 40 bytes (under 10 keys, 130 packets/key) Total time: 485313 clock ticks (219.58 usec) Encryption speed (cycles/packet): 373.32 Encryption speed (cycles/byte): 9.33 Encryption speed (Mbps): 1894.55 Overhead: 210.0% Encrypted 260 packets of 576 bytes (under 10 keys, 26 packets/key) Total time: 545524 clock ticks (246.82 usec) Encryption speed (cycles/packet): 2098.17 Encryption speed (cycles/byte): 3.64 Encryption speed (Mbps): 4854.06 Overhead: 21.0% Encrypted 90 packets of 1500 bytes (under 1 keys, 90 packets/key) Total time: 453126 clock ticks (205.01 usec) Encryption speed (cycles/packet): 5034.73 Encryption speed (cycles/byte): 3.36 Encryption speed (Mbps): 5267.91 Overhead: 11.5% Weighted average (Simple Imix): Encryption speed (cycles/byte): 3.93 Encryption speed (Mbps): 4501.82 Overhead: 30.5% Testing key setup speed: Did 29 key setups (under 1 keys, 29 setups/key) Total time: 541450 clock ticks (244.98 usec) Key setup speed (cycles/setup): 18670.69 Key setup speed (setups/second): 118378.59 Testing IV setup speed: Did 2300 IV setups (under 10 keys, 230 setups/key) Total time: 429861 clock ticks (194.49 usec) IV setup speed (cycles/setup): 186.90 IV setup speed (setups/second): 11825876.27 Testing key agility: Encrypted 140 blocks of 256 bytes (each time switching contexts) Total time: 549224 clock ticks (248.49 usec) Encryption speed (cycles/byte): 15.32 Encryption speed (Mbps): 1153.83 Overhead: 409.0% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 22:25:09 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=4 conf=gcc_nocona_O3-ual-ofp gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=4 -I../../../../submissions/abc/v3/../../../include -I../../../../submissions/abc/v3 -march=nocona -c -o abc-v3_gcc_nocona.o ../../../../submissions/abc/v3/abc-v3.c gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -march=nocona ecrypt-test_gcc_nocona.o ecrypt-sync_gcc_nocona.o abc-v3_gcc_nocona.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- f577803a0fc4946d0bab467885d7109a -