******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: MAG-v3 ====================== Profile: _____ Key size: 256 bits IV size: 64 bits CPU speed: 2210.2 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 1104 bytes Testing stream encryption speed: Encrypted 70 blocks of 4096 bytes (under 1 keys, 70 blocks/key) Total time: 632199 clock ticks (286.04 usec) Encryption speed (cycles/byte): 2.20 Encryption speed (Mbps): 8019.14 Testing packet encryption speed: Encrypted 140 packets of 40 bytes (under 10 keys, 14 packets/key) Total time: 555903 clock ticks (251.52 usec) Encryption speed (cycles/packet): 3970.74 Encryption speed (cycles/byte): 99.27 Encryption speed (Mbps): 178.12 Overhead: 4402.1% Encrypted 90 packets of 576 bytes (under 1 keys, 90 packets/key) Total time: 435672 clock ticks (197.12 usec) Encryption speed (cycles/packet): 4840.80 Encryption speed (cycles/byte): 8.40 Encryption speed (Mbps): 2103.92 Overhead: 281.2% Encrypted 70 packets of 1500 bytes (under 1 keys, 70 packets/key) Total time: 434877 clock ticks (196.76 usec) Encryption speed (cycles/packet): 6212.53 Encryption speed (cycles/byte): 4.14 Encryption speed (Mbps): 4269.20 Overhead: 87.8% Weighted average (Simple Imix): Encryption speed (cycles/byte): 13.07 Encryption speed (Mbps): 1353.02 Overhead: 492.7% Testing key setup speed: Did 60000 key setups (under 100 keys, 600 setups/key) Total time: 1036829 clock ticks (469.11 usec) Key setup speed (cycles/setup): 17.28 Key setup speed (setups/second): 127902093.79 Testing IV setup speed: Did 140 IV setups (under 10 keys, 14 setups/key) Total time: 535149 clock ticks (242.13 usec) IV setup speed (cycles/setup): 3822.49 IV setup speed (setups/second): 578211.68 Testing key agility: Encrypted 200 blocks of 1024 bytes (each time switching contexts) Total time: 542203 clock ticks (245.32 usec) Encryption speed (cycles/byte): 2.65 Encryption speed (Mbps): 6678.69 Overhead: 20.1% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 22:14:19 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_default_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/mag/v3/../../../include -I../../../../submissions/mag/v3 -c -o ecrypt-test_gcc_default.o ../../../../submissions/mag/v3/../../../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/mag/v3/../../../include -I../../../../submissions/mag/v3 -c -o ecrypt-sync_gcc_default.o ../../../../submissions/mag/v3/../../../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/mag/v3/../../../include -I../../../../submissions/mag/v3 -c -o mag_gcc_default.o ../../../../submissions/mag/v3/mag.c gcc -Wall -pedantic -std=c99 -O3 -funroll-all-loops -fomit-frame-pointer ecrypt-test_gcc_default.o ecrypt-sync_gcc_default.o mag_gcc_default.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 605e541926aecbedf3a69c92b9b9d8e4 -