******************************************************************************** * 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: 86313 clock ticks (172.63 usec) Encryption speed (cycles/byte): 10.54 Encryption speed (Mbps): 379.64 Testing packet encryption speed: Encrypted 12 packets of 40 bytes (under 1 keys, 12 packets/key) Total time: 119739 clock ticks (239.48 usec) Encryption speed (cycles/packet): 9978.25 Encryption speed (cycles/byte): 249.46 Encryption speed (Mbps): 16.03 Overhead: 2267.6% Encrypted 7 packets of 576 bytes (under 1 keys, 7 packets/key) Total time: 107929 clock ticks (215.86 usec) Encryption speed (cycles/packet): 15418.43 Encryption speed (cycles/byte): 26.77 Encryption speed (Mbps): 149.43 Overhead: 154.1% Encrypted 4 packets of 1500 bytes (under 1 keys, 4 packets/key) Total time: 99990 clock ticks (199.98 usec) Encryption speed (cycles/packet): 24997.50 Encryption speed (cycles/byte): 16.66 Encryption speed (Mbps): 240.02 Overhead: 58.2% Weighted average (Simple Imix): Encryption speed (cycles/byte): 38.32 Encryption speed (Mbps): 104.37 Overhead: 263.7% Testing key setup speed: Did 4700 key setups (under 10 keys, 470 setups/key) Total time: 176272 clock ticks (352.54 usec) Key setup speed (cycles/setup): 37.50 Key setup speed (setups/second): 13331669.24 Testing IV setup speed: Did 13 IV setups (under 1 keys, 13 setups/key) Total time: 122275 clock ticks (244.55 usec) IV setup speed (cycles/setup): 9405.77 IV setup speed (setups/second): 53158.86 Testing key agility: Encrypted 19 blocks of 256 bytes (each time switching contexts) Total time: 135522 clock ticks (271.04 usec) Encryption speed (cycles/byte): 27.86 Encryption speed (Mbps): 143.56 Overhead: 164.4% 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: 85728 clock ticks (171.46 usec) Encryption speed (cycles/byte): 10.46 Encryption speed (Mbps): 382.23 Testing packet encryption speed: Encrypted 12 packets of 40 bytes (under 1 keys, 12 packets/key) Total time: 120064 clock ticks (240.13 usec) Encryption speed (cycles/packet): 10005.33 Encryption speed (cycles/byte): 250.13 Encryption speed (Mbps): 15.99 Overhead: 2290.2% Encrypted 7 packets of 576 bytes (under 1 keys, 7 packets/key) Total time: 108283 clock ticks (216.57 usec) Encryption speed (cycles/packet): 15469.00 Encryption speed (cycles/byte): 26.86 Encryption speed (Mbps): 148.94 Overhead: 156.6% Encrypted 4 packets of 1500 bytes (under 1 keys, 4 packets/key) Total time: 100190 clock ticks (200.38 usec) Encryption speed (cycles/packet): 25047.50 Encryption speed (cycles/byte): 16.70 Encryption speed (Mbps): 239.54 Overhead: 59.6% Weighted average (Simple Imix): Encryption speed (cycles/byte): 38.43 Encryption speed (Mbps): 104.08 Overhead: 267.3% Testing key setup speed: Did 4800 key setups (under 10 keys, 480 setups/key) Total time: 174261 clock ticks (348.52 usec) Key setup speed (cycles/setup): 36.30 Key setup speed (setups/second): 13772444.78 Testing IV setup speed: Did 13 IV setups (under 1 keys, 13 setups/key) Total time: 122293 clock ticks (244.59 usec) IV setup speed (cycles/setup): 9407.15 IV setup speed (setups/second): 53151.04 Testing key agility: Encrypted 18 blocks of 256 bytes (each time switching contexts) Total time: 127936 clock ticks (255.87 usec) Encryption speed (cycles/byte): 27.76 Encryption speed (Mbps): 144.07 Overhead: 165.3% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 19:04:50 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_ev6_fast cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/dicing/v1/../../../include -I../../../../submissions/dicing/v1 -arch ev6 -c -o ecrypt-test_cc_ev6.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 ev6 -c -o ecrypt-sync_cc_ev6.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 ev6 -c -o dicing_cc_ev6.o ../../../../submissions/dicing/v1/dicing.c cc -fast -arch ev6 ecrypt-test_cc_ev6.o ecrypt-sync_cc_ev6.o dicing_cc_ev6.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- dd21f7885d868e6aba5d5e5d331c4d47 -