******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: ABC-v2 ====================== Profile: S.___ 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: 33856 bytes Testing stream encryption speed: Encrypted 19 blocks of 4096 bytes (under 1 keys, 19 blocks/key) Total time: 315114 clock ticks (185.36 usec) Encryption speed (cycles/byte): 4.05 Encryption speed (Mbps): 3358.80 Testing packet encryption speed: Encrypted 800 packets of 40 bytes (under 10 keys, 80 packets/key) Total time: 352540 clock ticks (207.38 usec) Encryption speed (cycles/packet): 440.67 Encryption speed (cycles/byte): 11.02 Encryption speed (Mbps): 1234.47 Overhead: 172.1% Encrypted 50 packets of 576 bytes (under 1 keys, 50 packets/key) Total time: 126044 clock ticks (74.14 usec) Encryption speed (cycles/packet): 2520.88 Encryption speed (cycles/byte): 4.38 Encryption speed (Mbps): 3107.49 Overhead: 8.1% Encrypted 30 packets of 1500 bytes (under 1 keys, 30 packets/key) Total time: 187175 clock ticks (110.10 usec) Encryption speed (cycles/packet): 6239.17 Encryption speed (cycles/byte): 4.16 Encryption speed (Mbps): 3269.67 Overhead: 2.7% Weighted average (Simple Imix): Encryption speed (cycles/byte): 4.75 Encryption speed (Mbps): 2861.92 Overhead: 17.4% Testing key setup speed: Did 1 key setups (under 1 keys, 1 setups/key) Total time: 477304 clock ticks (280.77 usec) Key setup speed (cycles/setup): 477304.00 Key setup speed (setups/second): 3561.67 Testing IV setup speed: Did 1700 IV setups (under 10 keys, 170 setups/key) Total time: 351527 clock ticks (206.78 usec) IV setup speed (cycles/setup): 206.78 IV setup speed (setups/second): 8221274.61 Testing key agility: Encrypted 50 blocks of 256 bytes (each time switching contexts) Total time: 405609 clock ticks (238.59 usec) Encryption speed (cycles/byte): 31.69 Encryption speed (Mbps): 429.18 Overhead: 682.6% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Jan 16 03:01:07 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_xW_O3 icc -ansi -O3 -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../../submissions/abc/v2/../../../include -I../../../../../submissions/abc/v2 -xW -c -o abc-v2_icc_xW.o ../../../../../submissions/abc/v2/abc-v2.c /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 -O3 -xW ecrypt-test_icc_xW.o ecrypt-sync_icc_xW.o abc-v2_icc_xW.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 43ddc156d96b64652b02c8cb755552b4 -