******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: LEX-v1 ====================== Profile: S!_H. Key size: 128 bits IV size: 128 bits CPU speed: 1700.0 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 232 bytes Testing stream encryption speed: Encrypted 10 blocks of 4120 bytes (under 1 keys, 10 blocks/key) Total time: 387816 clock ticks (228.13 usec) Encryption speed (cycles/byte): 9.41 Encryption speed (Mbps): 1444.81 Testing packet encryption speed: Encrypted 500 packets of 40 bytes (under 10 keys, 50 packets/key) Total time: 401456 clock ticks (236.15 usec) Encryption speed (cycles/packet): 802.91 Encryption speed (cycles/byte): 20.07 Encryption speed (Mbps): 677.53 Overhead: 113.2% Encrypted 60 packets of 576 bytes (under 1 keys, 60 packets/key) Total time: 370854 clock ticks (218.15 usec) Encryption speed (cycles/packet): 6180.90 Encryption speed (cycles/byte): 10.73 Encryption speed (Mbps): 1267.39 Overhead: 14.0% Encrypted 28 packets of 1500 bytes (under 1 keys, 28 packets/key) Total time: 415835 clock ticks (244.61 usec) Encryption speed (cycles/packet): 14851.25 Encryption speed (cycles/byte): 9.90 Encryption speed (Mbps): 1373.62 Overhead: 5.2% Weighted average (Simple Imix): Encryption speed (cycles/byte): 11.07 Encryption speed (Mbps): 1228.94 Overhead: 17.6% Testing key setup speed: Did 1400 key setups (under 10 keys, 140 setups/key) Total time: 420336 clock ticks (247.26 usec) Key setup speed (cycles/setup): 300.24 Key setup speed (setups/second): 5662136.96 Testing IV setup speed: Did 1000 IV setups (under 10 keys, 100 setups/key) Total time: 381265 clock ticks (224.27 usec) IV setup speed (cycles/setup): 381.26 IV setup speed (setups/second): 4458840.96 Testing key agility: Encrypted 120 blocks of 280 bytes (each time switching contexts) Total time: 396985 clock ticks (233.52 usec) Encryption speed (cycles/byte): 11.82 Encryption speed (Mbps): 1151.08 Overhead: 25.5% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Jan 16 01:59:04 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: ------------------------------------------------------------------------------- Version 8.1 COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=icc_xK_O2 icc -ansi -O2 -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../../submissions/lex/v1/../../../include -I../../../../../submissions/lex/v1 -xK -c -o lex_icc_xK.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 */ ^ /home/cdecanni/local/icc/intel_cc_80/include/xmmintrin.h(434): (col. 10)warning #963: no EMMS instruction before return /home/cdecanni/local/icc/intel_cc_80/include/xmmintrin.h(419): (col. 10)warning #963: no EMMS instruction before return /home/cdecanni/local/icc/intel_cc_80/include/xmmintrin.h(387): (col. 10)warning #963: no EMMS instruction before return /home/cdecanni/local/icc/intel_cc_80/include/xmmintrin.h(368): (col. 10)warning #963: no EMMS instruction before return icc -ansi -O2 -xK ecrypt-test_icc_xK.o ecrypt-sync_icc_xK.o lex_icc_xK.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 17eb014927d7d7bfbb49e999284c9923 -