******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: Phelix ====================== Profile: S!_H! Key size: 128 bits IV size: 128 bits MAC size: 64 bits CPU speed: 1700.0 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_AE_ctx: 132 bytes Testing stream encryption speed: Encrypted 15 blocks of 4096 bytes (under 1 keys, 15 blocks/key) Total time: 407646 clock ticks (239.79 usec) Encryption speed (cycles/byte): 6.63 Encryption speed (Mbps): 2049.78 Testing packet encryption speed: Encrypted 410 packets of 40 bytes (under 10 keys, 41 packets/key) Total time: 412385 clock ticks (242.58 usec) Encryption speed (cycles/packet): 1005.82 Encryption speed (cycles/byte): 25.15 Encryption speed (Mbps): 540.85 Overhead: 279.0% Encrypted 80 packets of 576 bytes (under 1 keys, 80 packets/key) Total time: 367681 clock ticks (216.28 usec) Encryption speed (cycles/packet): 4596.01 Encryption speed (cycles/byte): 7.98 Encryption speed (Mbps): 1704.43 Overhead: 20.3% Encrypted 39 packets of 1500 bytes (under 1 keys, 39 packets/key) Total time: 417341 clock ticks (245.49 usec) Encryption speed (cycles/packet): 10701.05 Encryption speed (cycles/byte): 7.13 Encryption speed (Mbps): 1906.35 Overhead: 7.5% Weighted average (Simple Imix): Encryption speed (cycles/byte): 8.85 Encryption speed (Mbps): 1537.47 Overhead: 33.3% Testing key setup speed: Did 1000 key setups (under 10 keys, 100 setups/key) Total time: 377079 clock ticks (221.81 usec) Key setup speed (cycles/setup): 377.08 Key setup speed (setups/second): 4508339.10 Testing speed of IV setup + finalize: Did 470 IV setups (under 10 keys, 47 setups/key) Total time: 413077 clock ticks (242.99 usec) IV setup speed (cycles/setup): 878.89 IV setup speed (setups/second): 1934264.07 Testing key agility: Encrypted 190 blocks of 256 bytes (each time switching contexts) Total time: 422964 clock ticks (248.80 usec) Encryption speed (cycles/byte): 8.70 Encryption speed (Mbps): 1563.97 Overhead: 31.1% End of performance measurements Primitive Name: Phelix ====================== Profile: S!_H! Key size: 256 bits IV size: 128 bits MAC size: 128 bits CPU speed: 1700.0 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_AE_ctx: 132 bytes Testing stream encryption speed: Encrypted 15 blocks of 4096 bytes (under 1 keys, 15 blocks/key) Total time: 407646 clock ticks (239.79 usec) Encryption speed (cycles/byte): 6.63 Encryption speed (Mbps): 2049.78 Testing packet encryption speed: Encrypted 410 packets of 40 bytes (under 10 keys, 41 packets/key) Total time: 412385 clock ticks (242.58 usec) Encryption speed (cycles/packet): 1005.82 Encryption speed (cycles/byte): 25.15 Encryption speed (Mbps): 540.85 Overhead: 279.0% Encrypted 80 packets of 576 bytes (under 1 keys, 80 packets/key) Total time: 367681 clock ticks (216.28 usec) Encryption speed (cycles/packet): 4596.01 Encryption speed (cycles/byte): 7.98 Encryption speed (Mbps): 1704.43 Overhead: 20.3% Encrypted 39 packets of 1500 bytes (under 1 keys, 39 packets/key) Total time: 417341 clock ticks (245.49 usec) Encryption speed (cycles/packet): 10701.05 Encryption speed (cycles/byte): 7.13 Encryption speed (Mbps): 1906.35 Overhead: 7.5% Weighted average (Simple Imix): Encryption speed (cycles/byte): 8.85 Encryption speed (Mbps): 1537.47 Overhead: 33.3% Testing key setup speed: Did 1100 key setups (under 10 keys, 110 setups/key) Total time: 433678 clock ticks (255.10 usec) Key setup speed (cycles/setup): 394.25 Key setup speed (setups/second): 4311954.95 Testing speed of IV setup + finalize: Did 470 IV setups (under 10 keys, 47 setups/key) Total time: 413077 clock ticks (242.99 usec) IV setup speed (cycles/setup): 878.89 IV setup speed (setups/second): 1934264.07 Testing key agility: Encrypted 190 blocks of 256 bytes (each time switching contexts) Total time: 423625 clock ticks (249.19 usec) Encryption speed (cycles/byte): 8.71 Encryption speed (Mbps): 1561.53 Overhead: 31.3% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Jan 16 01:27:46 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 -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync-ae.h -DECRYPT_VARIANT=1 -I../../../../../submissions/phelix/i386/../../../include -I../../../../../submissions/phelix/i386 -march=pentium3 -c -o ecrypt-test_gcc_pentium3.o ../../../../../submissions/phelix/i386/../../../test/ecrypt-test.c gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync-ae.h -DECRYPT_VARIANT=1 -I../../../../../submissions/phelix/i386/../../../include -I../../../../../submissions/phelix/i386 -march=pentium3 -c -o ecrypt-sync-ae_gcc_pentium3.o ../../../../../submissions/phelix/i386/../../../api/ecrypt-sync-ae.c gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync-ae.h -DECRYPT_VARIANT=1 -I../../../../../submissions/phelix/i386/../../../include -I../../../../../submissions/phelix/i386 -march=pentium3 -c -o phelix_gcc_pentium3.o ../../../../../submissions/phelix/i386/phelix.S gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -march=pentium3 ecrypt-test_gcc_pentium3.o ecrypt-sync-ae_gcc_pentium3.o phelix_gcc_pentium3.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 3c5e81af4aca331f6de58984a17a5bc6 -