******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: CryptMT-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: 11800 bytes Testing stream encryption speed: Encrypted 2 blocks of 4361 bytes (under 1 keys, 2 blocks/key) Total time: 94793 clock ticks (189.59 usec) Encryption speed (cycles/byte): 10.87 Encryption speed (Mbps): 368.04 Testing packet encryption speed: Encrypted 50 packets of 40 bytes (under 1 keys, 50 packets/key) Total time: 82054 clock ticks (164.11 usec) Encryption speed (cycles/packet): 1641.08 Encryption speed (cycles/byte): 41.03 Encryption speed (Mbps): 97.50 Overhead: 277.5% Encrypted 10 packets of 576 bytes (under 1 keys, 10 packets/key) Total time: 116091 clock ticks (232.18 usec) Encryption speed (cycles/packet): 11609.10 Encryption speed (cycles/byte): 20.15 Encryption speed (Mbps): 198.46 Overhead: 85.4% Encrypted 5 packets of 1500 bytes (under 1 keys, 5 packets/key) Total time: 106466 clock ticks (212.93 usec) Encryption speed (cycles/packet): 21293.20 Encryption speed (cycles/byte): 14.20 Encryption speed (Mbps): 281.78 Overhead: 30.6% Weighted average (Simple Imix): Encryption speed (cycles/byte): 19.40 Encryption speed (Mbps): 206.22 Overhead: 78.5% Testing key setup speed: Did 5 key setups (under 1 keys, 5 setups/key) Total time: 118951 clock ticks (237.90 usec) Key setup speed (cycles/setup): 23790.20 Key setup speed (setups/second): 21017.06 Testing IV setup speed: Did 80 IV setups (under 1 keys, 80 setups/key) Total time: 70633 clock ticks (141.27 usec) IV setup speed (cycles/setup): 882.91 IV setup speed (setups/second): 566307.53 Testing key agility: Encrypted 10 blocks of 623 bytes (each time switching contexts) Total time: 122135 clock ticks (244.27 usec) Encryption speed (cycles/byte): 19.60 Encryption speed (Mbps): 204.04 Overhead: 80.4% End of performance measurements Primitive Name: CryptMT-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: 11800 bytes Testing stream encryption speed: Encrypted 2 blocks of 4361 bytes (under 1 keys, 2 blocks/key) Total time: 94841 clock ticks (189.68 usec) Encryption speed (cycles/byte): 10.87 Encryption speed (Mbps): 367.86 Testing packet encryption speed: Encrypted 50 packets of 40 bytes (under 1 keys, 50 packets/key) Total time: 82057 clock ticks (164.11 usec) Encryption speed (cycles/packet): 1641.14 Encryption speed (cycles/byte): 41.03 Encryption speed (Mbps): 97.49 Overhead: 277.3% Encrypted 10 packets of 576 bytes (under 1 keys, 10 packets/key) Total time: 115628 clock ticks (231.26 usec) Encryption speed (cycles/packet): 11562.80 Encryption speed (cycles/byte): 20.07 Encryption speed (Mbps): 199.26 Overhead: 84.6% Encrypted 5 packets of 1500 bytes (under 1 keys, 5 packets/key) Total time: 106016 clock ticks (212.03 usec) Encryption speed (cycles/packet): 21203.20 Encryption speed (cycles/byte): 14.14 Encryption speed (Mbps): 282.98 Overhead: 30.0% Weighted average (Simple Imix): Encryption speed (cycles/byte): 19.33 Encryption speed (Mbps): 206.94 Overhead: 77.8% Testing key setup speed: Did 5 key setups (under 1 keys, 5 setups/key) Total time: 113406 clock ticks (226.81 usec) Key setup speed (cycles/setup): 22681.20 Key setup speed (setups/second): 22044.69 Testing IV setup speed: Did 80 IV setups (under 1 keys, 80 setups/key) Total time: 70580 clock ticks (141.16 usec) IV setup speed (cycles/setup): 882.25 IV setup speed (setups/second): 566732.79 Testing key agility: Encrypted 10 blocks of 623 bytes (each time switching contexts) Total time: 122639 clock ticks (245.28 usec) Encryption speed (cycles/byte): 19.69 Encryption speed (Mbps): 203.20 Overhead: 81.0% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 19:04:03 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/cryptmt/v2/../../../include -I../../../../submissions/cryptmt/v2 -arch ev6 -c -o ecrypt-test_cc_ev6.o ../../../../submissions/cryptmt/v2/../../../test/ecrypt-test.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/cryptmt/v2/../../../include -I../../../../submissions/cryptmt/v2 -arch ev6 -c -o ecrypt-sync_cc_ev6.o ../../../../submissions/cryptmt/v2/../../../api/ecrypt-sync.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/cryptmt/v2/../../../include -I../../../../submissions/cryptmt/v2 -arch ev6 -c -o cryptmt-v2_cc_ev6.o ../../../../submissions/cryptmt/v2/cryptmt-v2.c cc -fast -arch ev6 ecrypt-test_cc_ev6.o ecrypt-sync_cc_ev6.o cryptmt-v2_cc_ev6.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- e69b228d999272a8b276acc0c53f05dc -