******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: ABC-v2 ====================== 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 19 blocks of 4096 bytes (under 1 keys, 19 blocks/key) Total time: 203303 clock ticks (91.98 usec) Encryption speed (cycles/byte): 2.61 Encryption speed (Mbps): 6768.51 Testing packet encryption speed: Encrypted 900 packets of 40 bytes (under 10 keys, 90 packets/key) Total time: 432759 clock ticks (195.80 usec) Encryption speed (cycles/packet): 480.84 Encryption speed (cycles/byte): 12.02 Encryption speed (Mbps): 1470.89 Overhead: 360.2% Encrypted 42 packets of 576 bytes (under 1 keys, 42 packets/key) Total time: 73834 clock ticks (33.41 usec) Encryption speed (cycles/packet): 1757.95 Encryption speed (cycles/byte): 3.05 Encryption speed (Mbps): 5793.47 Overhead: 16.8% Encrypted 24 packets of 1500 bytes (under 1 keys, 24 packets/key) Total time: 101423 clock ticks (45.89 usec) Encryption speed (cycles/packet): 4225.96 Encryption speed (cycles/byte): 2.82 Encryption speed (Mbps): 6276.10 Overhead: 7.8% Weighted average (Simple Imix): Encryption speed (cycles/byte): 3.58 Encryption speed (Mbps): 4938.02 Overhead: 37.1% Testing key setup speed: Did 3 key setups (under 1 keys, 3 setups/key) Total time: 466915 clock ticks (211.25 usec) Key setup speed (cycles/setup): 155638.33 Key setup speed (setups/second): 14200.94 Testing IV setup speed: Did 1900 IV setups (under 10 keys, 190 setups/key) Total time: 397996 clock ticks (180.07 usec) IV setup speed (cycles/setup): 209.47 IV setup speed (setups/second): 10551359.81 Testing key agility: Encrypted 60 blocks of 256 bytes (each time switching contexts) Total time: 522283 clock ticks (236.30 usec) Encryption speed (cycles/byte): 34.00 Encryption speed (Mbps): 520.01 Overhead: 1201.6% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 22:58:01 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_nocona_Os-ofp gcc -Wall -pedantic -ansi -Os -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/abc/v2/../../../include -I../../../../submissions/abc/v2 -march=nocona -c -o abc-v2_gcc_nocona.o ../../../../submissions/abc/v2/abc-v2.c gcc -Wall -pedantic -ansi -Os -fomit-frame-pointer -march=nocona ecrypt-test_gcc_nocona.o ecrypt-sync_gcc_nocona.o abc-v2_gcc_nocona.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 8434122ae24206eb7f908988c786011a -