******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: TPy =================== Profile: S?___ Key size: 128 bits IV size: 64 bits CPU speed: 500.0 MHz Cycles are measured using RPCC instruction Testing memory requirements: Size of ECRYPT_ctx: 4196 bytes Testing stream encryption speed: Encrypted 1 blocks of 32000 bytes (under 1 keys, 1 blocks/key) Total time: 132080 clock ticks (264.16 usec) Encryption speed (cycles/byte): 4.13 Encryption speed (Mbps): 969.11 Testing packet encryption speed: Encrypted 22 packets of 40 bytes (under 1 keys, 22 packets/key) Total time: 112030 clock ticks (224.06 usec) Encryption speed (cycles/packet): 5092.27 Encryption speed (cycles/byte): 127.31 Encryption speed (Mbps): 31.42 Overhead: 2984.4% Encrypted 16 packets of 576 bytes (under 1 keys, 16 packets/key) Total time: 117357 clock ticks (234.71 usec) Encryption speed (cycles/packet): 7334.81 Encryption speed (cycles/byte): 12.73 Encryption speed (Mbps): 314.12 Overhead: 208.5% Encrypted 10 packets of 1500 bytes (under 1 keys, 10 packets/key) Total time: 113542 clock ticks (227.08 usec) Encryption speed (cycles/packet): 11354.20 Encryption speed (cycles/byte): 7.57 Encryption speed (Mbps): 528.44 Overhead: 83.4% Weighted average (Simple Imix): Encryption speed (cycles/byte): 18.69 Encryption speed (Mbps): 213.99 Overhead: 352.9% Testing key setup speed: Did 49 key setups (under 1 keys, 49 setups/key) Total time: 121755 clock ticks (243.51 usec) Key setup speed (cycles/setup): 2484.80 Key setup speed (setups/second): 201223.77 Testing IV setup speed: Did 28 IV setups (under 1 keys, 28 setups/key) Total time: 109499 clock ticks (219.00 usec) IV setup speed (cycles/setup): 3910.68 IV setup speed (setups/second): 127855.05 Testing key agility: Encrypted 31 blocks of 256 bytes (each time switching contexts) Total time: 128565 clock ticks (257.13 usec) Encryption speed (cycles/byte): 16.20 Encryption speed (Mbps): 246.91 Overhead: 292.5% End of performance measurements Primitive Name: TPy =================== 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: 4196 bytes Testing stream encryption speed: Encrypted 1 blocks of 32000 bytes (under 1 keys, 1 blocks/key) Total time: 130884 clock ticks (261.77 usec) Encryption speed (cycles/byte): 4.09 Encryption speed (Mbps): 977.97 Testing packet encryption speed: Encrypted 21 packets of 40 bytes (under 1 keys, 21 packets/key) Total time: 114033 clock ticks (228.07 usec) Encryption speed (cycles/packet): 5430.14 Encryption speed (cycles/byte): 135.75 Encryption speed (Mbps): 29.47 Overhead: 3219.1% Encrypted 15 packets of 576 bytes (under 1 keys, 15 packets/key) Total time: 114071 clock ticks (228.14 usec) Encryption speed (cycles/packet): 7604.73 Encryption speed (cycles/byte): 13.20 Encryption speed (Mbps): 302.97 Overhead: 222.8% Encrypted 10 packets of 1500 bytes (under 1 keys, 10 packets/key) Total time: 117280 clock ticks (234.56 usec) Encryption speed (cycles/packet): 11728.00 Encryption speed (cycles/byte): 7.82 Encryption speed (Mbps): 511.60 Overhead: 91.2% Weighted average (Simple Imix): Encryption speed (cycles/byte): 19.63 Encryption speed (Mbps): 203.80 Overhead: 379.9% Testing key setup speed: Did 44 key setups (under 1 keys, 44 setups/key) Total time: 120042 clock ticks (240.08 usec) Key setup speed (cycles/setup): 2728.23 Key setup speed (setups/second): 183269.19 Testing IV setup speed: Did 26 IV setups (under 1 keys, 26 setups/key) Total time: 110513 clock ticks (221.03 usec) IV setup speed (cycles/setup): 4250.50 IV setup speed (setups/second): 117633.22 Testing key agility: Encrypted 31 blocks of 256 bytes (each time switching contexts) Total time: 128679 clock ticks (257.36 usec) Encryption speed (cycles/byte): 16.21 Encryption speed (Mbps): 246.69 Overhead: 296.4% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 19:13:48 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/py/tpy/../../../include -I../../../../submissions/py/tpy -arch ev6 -c -o ecrypt-test_cc_ev6.o ../../../../submissions/py/tpy/../../../test/ecrypt-test.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/py/tpy/../../../include -I../../../../submissions/py/tpy -arch ev6 -c -o ecrypt-sync_cc_ev6.o ../../../../submissions/py/tpy/../../../api/ecrypt-sync.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/py/tpy/../../../include -I../../../../submissions/py/tpy -arch ev6 -c -o tpy_cc_ev6.o ../../../../submissions/py/tpy/tpy.c cc -fast -arch ev6 ecrypt-test_cc_ev6.o ecrypt-sync_cc_ev6.o tpy_cc_ev6.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- f46c7a1fe9926fe822b5aa163b8de5b7 -