******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: MAG-v3 ====================== Profile: _____ Key size: 256 bits IV size: 64 bits CPU speed: 1700.0 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 1104 bytes Testing stream encryption speed: Encrypted 28 blocks of 4096 bytes (under 1 keys, 28 blocks/key) Total time: 693220 clock ticks (407.78 usec) Encryption speed (cycles/byte): 6.04 Encryption speed (Mbps): 2250.02 Testing packet encryption speed: Encrypted 23 packets of 40 bytes (under 1 keys, 23 packets/key) Total time: 400965 clock ticks (235.86 usec) Encryption speed (cycles/packet): 17433.26 Encryption speed (cycles/byte): 435.83 Encryption speed (Mbps): 31.20 Overhead: 7110.5% Encrypted 19 packets of 576 bytes (under 1 keys, 19 packets/key) Total time: 389403 clock ticks (229.06 usec) Encryption speed (cycles/packet): 20494.89 Encryption speed (cycles/byte): 35.58 Encryption speed (Mbps): 382.22 Overhead: 488.7% Encrypted 15 packets of 1500 bytes (under 1 keys, 15 packets/key) Total time: 398193 clock ticks (234.23 usec) Encryption speed (cycles/packet): 26546.20 Encryption speed (cycles/byte): 17.70 Encryption speed (Mbps): 768.47 Overhead: 192.8% Weighted average (Simple Imix): Encryption speed (cycles/byte): 56.45 Encryption speed (Mbps): 240.90 Overhead: 834.0% Testing key setup speed: Did 17000 key setups (under 100 keys, 170 setups/key) Total time: 469057 clock ticks (275.92 usec) Key setup speed (cycles/setup): 27.59 Key setup speed (setups/second): 61612980.94 Testing IV setup speed: Did 23 IV setups (under 1 keys, 23 setups/key) Total time: 393018 clock ticks (231.19 usec) IV setup speed (cycles/setup): 17087.74 IV setup speed (setups/second): 99486.54 Testing key agility: Encrypted 80 blocks of 1024 bytes (each time switching contexts) Total time: 384005 clock ticks (225.89 usec) Encryption speed (cycles/byte): 4.69 Encryption speed (Mbps): 2901.30 Overhead: -22.4% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Jan 16 01:27:02 CET 2007 CPU: ------------------------------------------------------------------------------- processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 9 model name : Intel(R) Pentium(R) M processor 1700MHz stepping : 5 cpu MHz : 598.123 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 est tm2 bogomips : 3393.33 COMPILER: ------------------------------------------------------------------------------- Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=pentium4 --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5) COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=gcc_pentium3_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 -march=pentium3 -c -o ecrypt-test_gcc_pentium3.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 -march=pentium3 -c -o ecrypt-sync_gcc_pentium3.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 -march=pentium3 -c -o mag_gcc_pentium3.o ../../../../../submissions/mag/v3/mag.c gcc -Wall -pedantic -std=c99 -O3 -funroll-all-loops -fomit-frame-pointer -march=pentium3 ecrypt-test_gcc_pentium3.o ecrypt-sync_gcc_pentium3.o mag_gcc_pentium3.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- b8effdc69de637f06451da9d89e86279 -