******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: LEX-v1 ====================== Profile: S!_H. 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: 232 bytes Testing stream encryption speed: Encrypted 16 blocks of 4120 bytes (under 1 keys, 16 blocks/key) Total time: 623480 clock ticks (223.14 usec) Encryption speed (cycles/byte): 9.46 Encryption speed (Mbps): 2363.31 Testing packet encryption speed: Encrypted 700 packets of 40 bytes (under 10 keys, 70 packets/key) Total time: 581720 clock ticks (208.20 usec) Encryption speed (cycles/packet): 831.03 Encryption speed (cycles/byte): 20.78 Encryption speed (Mbps): 1075.90 Overhead: 119.7% Encrypted 100 packets of 576 bytes (under 10 keys, 10 packets/key) Total time: 626888 clock ticks (224.36 usec) Encryption speed (cycles/packet): 6268.88 Encryption speed (cycles/byte): 10.88 Encryption speed (Mbps): 2053.80 Overhead: 15.1% Encrypted 41 packets of 1500 bytes (under 1 keys, 41 packets/key) Total time: 615492 clock ticks (220.29 usec) Encryption speed (cycles/packet): 15012.00 Encryption speed (cycles/byte): 10.01 Encryption speed (Mbps): 2233.46 Overhead: 5.8% Weighted average (Simple Imix): Encryption speed (cycles/byte): 11.24 Encryption speed (Mbps): 1988.63 Overhead: 18.8% Testing key setup speed: Did 1700 key setups (under 10 keys, 170 setups/key) Total time: 827164 clock ticks (296.04 usec) Key setup speed (cycles/setup): 486.57 Key setup speed (setups/second): 5742400.66 Testing IV setup speed: Did 1400 IV setups (under 10 keys, 140 setups/key) Total time: 628600 clock ticks (224.98 usec) IV setup speed (cycles/setup): 449.00 IV setup speed (setups/second): 6222857.46 Testing key agility: Encrypted 200 blocks of 280 bytes (each time switching contexts) Total time: 688848 clock ticks (246.54 usec) Encryption speed (cycles/byte): 12.30 Encryption speed (Mbps): 1817.15 Overhead: 30.1% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Jan 30 01:13:42 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: ------------------------------------------------------------------------------- Version 8.1 COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=icc_xB_O2 icc -ansi -O2 -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/lex/v1/../../../include -I../../../../submissions/lex/v1 -xB -c -o lex_icc_xB.o ../../../../submissions/lex/v1/lex.c ../../../../submissions/lex/v1/lex.c(555): warning #175: subscript out of range ctx->ks[10] = (t0 & 0xFF00FF00) ^ ((t2 & 0xFF00FF00)>>8); /* Leak for odd rounds */ ^ ../../../../submissions/lex/v1/lex.c(562): warning #175: subscript out of range ctx->ks[11] = ((s1 & 0xFF00FF)<<8) ^ (s3 & 0xFF00FF); /* Leak for even rounds */ ^ ../../../../submissions/lex/v1/lex.c(568): warning #175: subscript out of range ctx->ks[12] = (t0 & 0xFF00FF00) ^ ((t2 & 0xFF00FF00)>>8); /* Leak for odd rounds */ ^ /users/cosic/cdecanni/local/icc/intel_cc_80/include/xmmintrin.h(434): (col. 10)warning #963: no EMMS instruction before return /users/cosic/cdecanni/local/icc/intel_cc_80/include/xmmintrin.h(419): (col. 10)warning #963: no EMMS instruction before return /users/cosic/cdecanni/local/icc/intel_cc_80/include/xmmintrin.h(387): (col. 10)warning #963: no EMMS instruction before return /users/cosic/cdecanni/local/icc/intel_cc_80/include/xmmintrin.h(368): (col. 10)warning #963: no EMMS instruction before return icc -ansi -O2 -xB ecrypt-test_icc_xB.o ecrypt-sync_icc_xB.o lex_icc_xB.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 1888002627fda2201efaf7287753770e -