******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: COPY ==================== Profile: bench Key size: 80 bits IV size: 80 bits CPU speed: 1700.0 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 4 bytes Testing stream encryption speed: Encrypted 460 blocks of 4096 bytes (under 10 keys, 46 blocks/key) Total time: 412954 clock ticks (242.91 usec) Encryption speed (cycles/byte): 0.22 Encryption speed (Mbps): 62051.89 Testing packet encryption speed: Encrypted 3400 packets of 40 bytes (under 10 keys, 340 packets/key) Total time: 369579 clock ticks (217.40 usec) Encryption speed (cycles/packet): 108.70 Encryption speed (cycles/byte): 2.72 Encryption speed (Mbps): 5004.61 Overhead: 1139.9% Encrypted 1100 packets of 576 bytes (under 10 keys, 110 packets/key) Total time: 388732 clock ticks (228.67 usec) Encryption speed (cycles/packet): 353.39 Encryption speed (cycles/byte): 0.61 Encryption speed (Mbps): 22166.84 Overhead: 179.9% Encrypted 800 packets of 1500 bytes (under 10 keys, 80 packets/key) Total time: 409382 clock ticks (240.81 usec) Encryption speed (cycles/packet): 511.73 Encryption speed (cycles/byte): 0.34 Encryption speed (Mbps): 39864.97 Overhead: 55.7% Weighted average (Simple Imix): Encryption speed (cycles/byte): 0.66 Encryption speed (Mbps): 20676.97 Overhead: 200.1% Testing key setup speed: Did 49000 key setups (under 100 keys, 490 setups/key) Total time: 1952717 clock ticks (1148.66 usec) Key setup speed (cycles/setup): 39.85 Key setup speed (setups/second): 42658511.19 Testing IV setup speed: Did 7000 IV setups (under 10 keys, 700 setups/key) Total time: 294609 clock ticks (173.30 usec) IV setup speed (cycles/setup): 42.09 IV setup speed (setups/second): 40392520.26 Testing key agility: Encrypted 1400 blocks of 256 bytes (each time switching contexts) Total time: 394207 clock ticks (231.89 usec) Encryption speed (cycles/byte): 1.10 Encryption speed (Mbps): 12364.67 Overhead: 401.8% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Jan 16 00:47:58 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: ------------------------------------------------------------------------------- Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86 Copyright (C) Microsoft Corporation 1984-2002. All rights reserved. usage: cl [ option... ] filename... [ /link linkoption... ] COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=cl_Gr_O2 cl -nologo -O2 -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../benchmarks/copy/../../include -I../../../../benchmarks/copy -Gr -c -Foecrypt-test_msvc_Gr.obj ../../../../benchmarks/copy/../../test/ecrypt-test.c ecrypt-test.c cl -nologo -O2 -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../benchmarks/copy/../../include -I../../../../benchmarks/copy -Gr -c -Foecrypt-sync_msvc_Gr.obj ../../../../benchmarks/copy/../../api/ecrypt-sync.c ecrypt-sync.c cl -nologo -O2 -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../benchmarks/copy/../../include -I../../../../benchmarks/copy -Gr -c -Focopy_msvc_Gr.obj ../../../../benchmarks/copy/copy.c copy.c cl -nologo -O2 -Gr ecrypt-test_msvc_Gr.obj ecrypt-sync_msvc_Gr.obj copy_msvc_Gr.obj -o ecrypt-test.exe EXECUTABLE: ------------------------------------------------------------------------------- c96e523ebf7d573a2109ce61aee11beb -