******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: Dragon ====================== 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: 284 bytes Testing stream encryption speed: Encrypted 8 blocks of 4096 bytes (under 1 keys, 8 blocks/key) Total time: 384597 clock ticks (226.23 usec) Encryption speed (cycles/byte): 11.74 Encryption speed (Mbps): 1158.73 Testing packet encryption speed: Encrypted 150 packets of 40 bytes (under 10 keys, 15 packets/key) Total time: 415460 clock ticks (244.39 usec) Encryption speed (cycles/packet): 2769.73 Encryption speed (cycles/byte): 69.24 Encryption speed (Mbps): 196.41 Overhead: 490.0% Encrypted 28 packets of 576 bytes (under 1 keys, 28 packets/key) Total time: 415389 clock ticks (244.35 usec) Encryption speed (cycles/packet): 14835.32 Encryption speed (cycles/byte): 25.76 Encryption speed (Mbps): 528.04 Overhead: 119.4% Encrypted 11 packets of 1500 bytes (under 1 keys, 11 packets/key) Total time: 391280 clock ticks (230.16 usec) Encryption speed (cycles/packet): 35570.91 Encryption speed (cycles/byte): 23.71 Encryption speed (Mbps): 573.50 Overhead: 102.0% Weighted average (Simple Imix): Encryption speed (cycles/byte): 27.99 Encryption speed (Mbps): 485.93 Overhead: 138.5% Testing key setup speed: Did 3800 key setups (under 10 keys, 380 setups/key) Total time: 433116 clock ticks (254.77 usec) Key setup speed (cycles/setup): 113.98 Key setup speed (setups/second): 14915172.84 Testing IV setup speed: Did 230 IV setups (under 10 keys, 23 setups/key) Total time: 417978 clock ticks (245.87 usec) IV setup speed (cycles/setup): 1817.30 IV setup speed (setups/second): 935455.93 Testing key agility: Encrypted 110 blocks of 256 bytes (each time switching contexts) Total time: 395618 clock ticks (232.72 usec) Encryption speed (cycles/byte): 14.05 Encryption speed (Mbps): 968.04 Overhead: 19.7% End of performance measurements Primitive Name: Dragon ====================== Profile: S!___ Key size: 256 bits IV size: 128 bits CPU speed: 1700.0 MHz Cycles are measured using RDTSC instruction Testing memory requirements: Size of ECRYPT_ctx: 284 bytes Testing stream encryption speed: Encrypted 8 blocks of 4096 bytes (under 1 keys, 8 blocks/key) Total time: 384547 clock ticks (226.20 usec) Encryption speed (cycles/byte): 11.74 Encryption speed (Mbps): 1158.88 Testing packet encryption speed: Encrypted 150 packets of 40 bytes (under 10 keys, 15 packets/key) Total time: 418210 clock ticks (246.01 usec) Encryption speed (cycles/packet): 2788.07 Encryption speed (cycles/byte): 69.70 Encryption speed (Mbps): 195.12 Overhead: 493.9% Encrypted 28 packets of 576 bytes (under 1 keys, 28 packets/key) Total time: 415725 clock ticks (244.54 usec) Encryption speed (cycles/packet): 14847.32 Encryption speed (cycles/byte): 25.78 Encryption speed (Mbps): 527.61 Overhead: 119.6% Encrypted 11 packets of 1500 bytes (under 1 keys, 11 packets/key) Total time: 391429 clock ticks (230.25 usec) Encryption speed (cycles/packet): 35584.45 Encryption speed (cycles/byte): 23.72 Encryption speed (Mbps): 573.28 Overhead: 102.1% Weighted average (Simple Imix): Encryption speed (cycles/byte): 28.03 Encryption speed (Mbps): 485.13 Overhead: 138.9% Testing key setup speed: Did 3800 key setups (under 10 keys, 380 setups/key) Total time: 438791 clock ticks (258.11 usec) Key setup speed (cycles/setup): 115.47 Key setup speed (setups/second): 14722270.97 Testing IV setup speed: Did 220 IV setups (under 10 keys, 22 setups/key) Total time: 406593 clock ticks (239.17 usec) IV setup speed (cycles/setup): 1848.15 IV setup speed (setups/second): 919838.76 Testing key agility: Encrypted 110 blocks of 256 bytes (each time switching contexts) Total time: 396149 clock ticks (233.03 usec) Encryption speed (cycles/byte): 14.07 Encryption speed (Mbps): 966.75 Overhead: 19.9% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 15 23:58:35 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_default_O3 icc -std=c99 -O3 -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/dragon/../../include -I../../../../submissions/dragon -c -o ecrypt-test_icc_default.o ../../../../submissions/dragon/../../test/ecrypt-test.c icc -std=c99 -O3 -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/dragon/../../include -I../../../../submissions/dragon -c -o ecrypt-sync_icc_default.o ../../../../submissions/dragon/../../api/ecrypt-sync.c icc -std=c99 -O3 -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/dragon/../../include -I../../../../submissions/dragon -c -o dragon_icc_default.o ../../../../submissions/dragon/dragon.c icc -std=c99 -O3 ecrypt-test_icc_default.o ecrypt-sync_icc_default.o dragon_icc_default.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 9dc754a7fd3c26e452f7cfac3d6f7060 -