******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: DICING-v1 ========================= Profile: S.___ Key size: 128 bits IV size: 128 bits CPU speed: 500.0 MHz Cycles are measured using RPCC instruction Testing memory requirements: Size of ECRYPT_ctx: 4396 bytes Testing stream encryption speed: Encrypted 2 blocks of 4096 bytes (under 1 keys, 2 blocks/key) Total time: 85805 clock ticks (171.61 usec) Encryption speed (cycles/byte): 10.47 Encryption speed (Mbps): 381.89 Testing packet encryption speed: Encrypted 12 packets of 40 bytes (under 1 keys, 12 packets/key) Total time: 121425 clock ticks (242.85 usec) Encryption speed (cycles/packet): 10118.75 Encryption speed (cycles/byte): 252.97 Encryption speed (Mbps): 15.81 Overhead: 2315.2% Encrypted 7 packets of 576 bytes (under 1 keys, 7 packets/key) Total time: 108398 clock ticks (216.80 usec) Encryption speed (cycles/packet): 15485.43 Encryption speed (cycles/byte): 26.88 Encryption speed (Mbps): 148.79 Overhead: 156.7% Encrypted 4 packets of 1500 bytes (under 1 keys, 4 packets/key) Total time: 99996 clock ticks (199.99 usec) Encryption speed (cycles/packet): 24999.00 Encryption speed (cycles/byte): 16.67 Encryption speed (Mbps): 240.01 Overhead: 59.1% Weighted average (Simple Imix): Encryption speed (cycles/byte): 38.63 Encryption speed (Mbps): 103.54 Overhead: 268.8% Testing key setup speed: Did 4400 key setups (under 10 keys, 440 setups/key) Total time: 164142 clock ticks (328.28 usec) Key setup speed (cycles/setup): 37.30 Key setup speed (setups/second): 13403029.08 Testing IV setup speed: Did 12 IV setups (under 1 keys, 12 setups/key) Total time: 114385 clock ticks (228.77 usec) IV setup speed (cycles/setup): 9532.08 IV setup speed (setups/second): 52454.43 Testing key agility: Encrypted 18 blocks of 256 bytes (each time switching contexts) Total time: 126202 clock ticks (252.40 usec) Encryption speed (cycles/byte): 27.39 Encryption speed (Mbps): 146.05 Overhead: 161.5% End of performance measurements Primitive Name: DICING-v1 ========================= Profile: S.___ Key size: 256 bits IV size: 128 bits CPU speed: 500.0 MHz Cycles are measured using RPCC instruction Testing memory requirements: Size of ECRYPT_ctx: 4396 bytes Testing stream encryption speed: Encrypted 2 blocks of 4096 bytes (under 1 keys, 2 blocks/key) Total time: 85705 clock ticks (171.41 usec) Encryption speed (cycles/byte): 10.46 Encryption speed (Mbps): 382.33 Testing packet encryption speed: Encrypted 12 packets of 40 bytes (under 1 keys, 12 packets/key) Total time: 121539 clock ticks (243.08 usec) Encryption speed (cycles/packet): 10128.25 Encryption speed (cycles/byte): 253.21 Encryption speed (Mbps): 15.80 Overhead: 2320.2% Encrypted 7 packets of 576 bytes (under 1 keys, 7 packets/key) Total time: 109214 clock ticks (218.43 usec) Encryption speed (cycles/packet): 15602.00 Encryption speed (cycles/byte): 27.09 Encryption speed (Mbps): 147.67 Overhead: 158.9% Encrypted 4 packets of 1500 bytes (under 1 keys, 4 packets/key) Total time: 100927 clock ticks (201.85 usec) Encryption speed (cycles/packet): 25231.75 Encryption speed (cycles/byte): 16.82 Encryption speed (Mbps): 237.80 Overhead: 60.8% Weighted average (Simple Imix): Encryption speed (cycles/byte): 38.82 Encryption speed (Mbps): 103.04 Overhead: 271.0% Testing key setup speed: Did 4600 key setups (under 10 keys, 460 setups/key) Total time: 166998 clock ticks (334.00 usec) Key setup speed (cycles/setup): 36.30 Key setup speed (setups/second): 13772620.03 Testing IV setup speed: Did 12 IV setups (under 1 keys, 12 setups/key) Total time: 114378 clock ticks (228.76 usec) IV setup speed (cycles/setup): 9531.50 IV setup speed (setups/second): 52457.64 Testing key agility: Encrypted 18 blocks of 256 bytes (each time switching contexts) Total time: 127099 clock ticks (254.20 usec) Encryption speed (cycles/byte): 27.58 Encryption speed (Mbps): 145.02 Overhead: 163.6% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 16:21:11 CET 2007 CPU: ------------------------------------------------------------------------------- Status of processor 0 as of: 01/29/07 15:51:44 Processor has been on-line since 11/22/2006 14:25:21 The alpha EV6 (21264) processor operates at 500 MHz, has a cache size of 4194304 bytes, and has an alpha internal floating point processor. COMPILER: ------------------------------------------------------------------------------- Compaq C V6.5-011 on Compaq Tru64 UNIX V5.1B (Rev. 2650) Compiler Driver V6.5-003 (sys) cc Driver COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=cc_pca56_fast cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/dicing/v1/../../../include -I../../../../submissions/dicing/v1 -arch pca56 -c -o ecrypt-test_cc_pca56.o ../../../../submissions/dicing/v1/../../../test/ecrypt-test.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/dicing/v1/../../../include -I../../../../submissions/dicing/v1 -arch pca56 -c -o ecrypt-sync_cc_pca56.o ../../../../submissions/dicing/v1/../../../api/ecrypt-sync.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/dicing/v1/../../../include -I../../../../submissions/dicing/v1 -arch pca56 -c -o dicing_cc_pca56.o ../../../../submissions/dicing/v1/dicing.c cc -fast -arch pca56 ecrypt-test_cc_pca56.o ecrypt-sync_cc_pca56.o dicing_cc_pca56.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 144ca4dea408e2fef3d5c58cac43ecea -