******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: DICING-v2 ========================= 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 3 blocks of 4096 bytes (under 1 keys, 3 blocks/key) Total time: 105668 clock ticks (211.34 usec) Encryption speed (cycles/byte): 8.60 Encryption speed (Mbps): 465.16 Testing packet encryption speed: Encrypted 60 packets of 40 bytes (under 1 keys, 60 packets/key) Total time: 74203 clock ticks (148.41 usec) Encryption speed (cycles/packet): 1236.72 Encryption speed (cycles/byte): 30.92 Encryption speed (Mbps): 129.37 Overhead: 259.5% Encrypted 19 packets of 576 bytes (under 1 keys, 19 packets/key) Total time: 109222 clock ticks (218.44 usec) Encryption speed (cycles/packet): 5748.53 Encryption speed (cycles/byte): 9.98 Encryption speed (Mbps): 400.80 Overhead: 16.1% Encrypted 9 packets of 1500 bytes (under 1 keys, 9 packets/key) Total time: 124166 clock ticks (248.33 usec) Encryption speed (cycles/packet): 13796.22 Encryption speed (cycles/byte): 9.20 Encryption speed (Mbps): 434.90 Overhead: 7.0% Weighted average (Simple Imix): Encryption speed (cycles/byte): 11.13 Encryption speed (Mbps): 359.45 Overhead: 29.4% Testing key setup speed: Did 27 key setups (under 1 keys, 27 setups/key) Total time: 119684 clock ticks (239.37 usec) Key setup speed (cycles/setup): 4432.74 Key setup speed (setups/second): 112797.03 Testing IV setup speed: Did 80 IV setups (under 1 keys, 80 setups/key) Total time: 65624 clock ticks (131.25 usec) IV setup speed (cycles/setup): 820.30 IV setup speed (setups/second): 609533.10 Testing key agility: Encrypted 20 blocks of 256 bytes (each time switching contexts) Total time: 131570 clock ticks (263.14 usec) Encryption speed (cycles/byte): 25.70 Encryption speed (Mbps): 155.66 Overhead: 198.8% End of performance measurements Primitive Name: DICING-v2 ========================= 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 3 blocks of 4096 bytes (under 1 keys, 3 blocks/key) Total time: 105657 clock ticks (211.31 usec) Encryption speed (cycles/byte): 8.60 Encryption speed (Mbps): 465.20 Testing packet encryption speed: Encrypted 60 packets of 40 bytes (under 1 keys, 60 packets/key) Total time: 75737 clock ticks (151.47 usec) Encryption speed (cycles/packet): 1262.28 Encryption speed (cycles/byte): 31.56 Encryption speed (Mbps): 126.75 Overhead: 267.0% Encrypted 19 packets of 576 bytes (under 1 keys, 19 packets/key) Total time: 109222 clock ticks (218.44 usec) Encryption speed (cycles/packet): 5748.53 Encryption speed (cycles/byte): 9.98 Encryption speed (Mbps): 400.80 Overhead: 16.1% Encrypted 9 packets of 1500 bytes (under 1 keys, 9 packets/key) Total time: 124154 clock ticks (248.31 usec) Encryption speed (cycles/packet): 13794.89 Encryption speed (cycles/byte): 9.20 Encryption speed (Mbps): 434.94 Overhead: 7.0% Weighted average (Simple Imix): Encryption speed (cycles/byte): 11.17 Encryption speed (Mbps): 358.05 Overhead: 29.9% Testing key setup speed: Did 27 key setups (under 1 keys, 27 setups/key) Total time: 119192 clock ticks (238.38 usec) Key setup speed (cycles/setup): 4414.52 Key setup speed (setups/second): 113262.64 Testing IV setup speed: Did 80 IV setups (under 1 keys, 80 setups/key) Total time: 65624 clock ticks (131.25 usec) IV setup speed (cycles/setup): 820.30 IV setup speed (setups/second): 609533.10 Testing key agility: Encrypted 20 blocks of 256 bytes (each time switching contexts) Total time: 131218 clock ticks (262.44 usec) Encryption speed (cycles/byte): 25.63 Encryption speed (Mbps): 156.08 Overhead: 198.1% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 19:04:59 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/v2/../../../include -I../../../../submissions/dicing/v2 -arch ev6 -c -o ecrypt-test_cc_ev6.o ../../../../submissions/dicing/v2/../../../test/ecrypt-test.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/dicing/v2/../../../include -I../../../../submissions/dicing/v2 -arch ev6 -c -o ecrypt-sync_cc_ev6.o ../../../../submissions/dicing/v2/../../../api/ecrypt-sync.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/dicing/v2/../../../include -I../../../../submissions/dicing/v2 -arch ev6 -c -o dicing-v2_cc_ev6.o ../../../../submissions/dicing/v2/dicing-v2.c cc: Info: ../../../../submissions/dicing/v2/dicing-v2.c, line 328: A carriage-return character was encountered; it is being treated as white space. (foundcr) ^ cc: Info: ../../../../submissions/dicing/v2/dicing-v2.c, line 386: A carriage-return character was encountered; it is being treated as white space. (foundcr) ^ cc -fast -arch ev6 ecrypt-test_cc_ev6.o ecrypt-sync_cc_ev6.o dicing-v2_cc_ev6.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 57bafbeb7a6a9a5a70b4ba58db5747d3 -