******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: ABC-v1 ====================== Profile: S.___ Key size: 128 bits IV size: 128 bits CPU speed: 2794.1 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 33832 bytes Testing stream encryption speed: Encrypted 41 blocks of 4096 bytes (under 1 keys, 41 blocks/key) Total time: 635760 clock ticks (227.54 usec) Encryption speed (cycles/byte): 3.79 Encryption speed (Mbps): 5904.41 Testing packet encryption speed: Encrypted 700 packets of 40 bytes (under 10 keys, 70 packets/key) Total time: 624680 clock ticks (223.57 usec) Encryption speed (cycles/packet): 892.40 Encryption speed (cycles/byte): 22.31 Encryption speed (Mbps): 1001.91 Overhead: 489.3% Encrypted 220 packets of 576 bytes (under 10 keys, 22 packets/key) Total time: 648604 clock ticks (232.14 usec) Encryption speed (cycles/packet): 2948.20 Encryption speed (cycles/byte): 5.12 Encryption speed (Mbps): 4367.09 Overhead: 35.2% Encrypted 80 packets of 1500 bytes (under 1 keys, 80 packets/key) Total time: 507032 clock ticks (181.47 usec) Encryption speed (cycles/packet): 6337.90 Encryption speed (cycles/byte): 4.23 Encryption speed (Mbps): 5290.20 Overhead: 11.6% Weighted average (Simple Imix): Encryption speed (cycles/byte): 5.97 Encryption speed (Mbps): 3744.75 Overhead: 57.7% Testing key setup speed: Did 15 key setups (under 1 keys, 15 setups/key) Total time: 698700 clock ticks (250.07 usec) Key setup speed (cycles/setup): 46580.00 Key setup speed (setups/second): 59984.18 Testing IV setup speed: Did 1400 IV setups (under 10 keys, 140 setups/key) Total time: 660112 clock ticks (236.26 usec) IV setup speed (cycles/setup): 471.51 IV setup speed (setups/second): 5925794.71 Testing key agility: Encrypted 120 blocks of 256 bytes (each time switching contexts) Total time: 684544 clock ticks (245.00 usec) Encryption speed (cycles/byte): 22.28 Encryption speed (Mbps): 1003.10 Overhead: 488.6% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Jan 30 05:58:37 CET 2007 CPU: ------------------------------------------------------------------------------- processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Pentium(R) 4 CPU 2.80GHz stepping : 9 cpu MHz : 2794.063 cache size : 512 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 1 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 pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr bogomips : 5590.07 processor : 1 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Pentium(R) 4 CPU 2.80GHz stepping : 9 cpu MHz : 2794.063 cache size : 512 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 1 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 pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr bogomips : 5585.61 COMPILER: ------------------------------------------------------------------------------- Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux Thread model: posix gcc version 3.4.6 20060404 (Red Hat 3.4.6-3) COMPILATION: ------------------------------------------------------------------------------- make var=4 conf=i386-redhat-linux-gcc_pentium3_O3-ofp i386-redhat-linux-gcc -Wall -pedantic -ansi -O3 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=4 -I../../../../submissions/abc/v1/../../../include -I../../../../submissions/abc/v1 -march=pentium3 -c -o abc_gcc_pentium3.o ../../../../submissions/abc/v1/abc.c i386-redhat-linux-gcc -Wall -pedantic -ansi -O3 -fomit-frame-pointer -march=pentium3 ecrypt-test_gcc_pentium3.o ecrypt-sync_gcc_pentium3.o abc_gcc_pentium3.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 2cf3fe15d72432581b0c15c754cab1a9 -