******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: TPypy ===================== 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: 4244 bytes Testing stream encryption speed: Encrypted 4 blocks of 4096 bytes (under 1 keys, 4 blocks/key) Total time: 115442 clock ticks (230.88 usec) Encryption speed (cycles/byte): 7.05 Encryption speed (Mbps): 567.70 Testing packet encryption speed: Encrypted 19 packets of 40 bytes (under 1 keys, 19 packets/key) Total time: 102216 clock ticks (204.43 usec) Encryption speed (cycles/packet): 5379.79 Encryption speed (cycles/byte): 134.49 Encryption speed (Mbps): 29.74 Overhead: 1808.8% Encrypted 13 packets of 576 bytes (under 1 keys, 13 packets/key) Total time: 114854 clock ticks (229.71 usec) Encryption speed (cycles/packet): 8834.92 Encryption speed (cycles/byte): 15.34 Encryption speed (Mbps): 260.78 Overhead: 117.7% Encrypted 8 packets of 1500 bytes (under 1 keys, 8 packets/key) Total time: 121410 clock ticks (242.82 usec) Encryption speed (cycles/packet): 15176.25 Encryption speed (cycles/byte): 10.12 Encryption speed (Mbps): 395.35 Overhead: 43.6% Weighted average (Simple Imix): Encryption speed (cycles/byte): 21.59 Encryption speed (Mbps): 185.27 Overhead: 206.4% Testing key setup speed: Did 49 key setups (under 1 keys, 49 setups/key) Total time: 121607 clock ticks (243.21 usec) Key setup speed (cycles/setup): 2481.78 Key setup speed (setups/second): 201468.67 Testing IV setup speed: Did 24 IV setups (under 1 keys, 24 setups/key) Total time: 95329 clock ticks (190.66 usec) IV setup speed (cycles/setup): 3972.04 IV setup speed (setups/second): 125879.85 Testing key agility: Encrypted 26 blocks of 256 bytes (each time switching contexts) Total time: 129097 clock ticks (258.19 usec) Encryption speed (cycles/byte): 19.40 Encryption speed (Mbps): 206.23 Overhead: 175.3% End of performance measurements Primitive Name: TPypy ===================== 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: 4244 bytes Testing stream encryption speed: Encrypted 4 blocks of 4096 bytes (under 1 keys, 4 blocks/key) Total time: 114912 clock ticks (229.82 usec) Encryption speed (cycles/byte): 7.01 Encryption speed (Mbps): 570.31 Testing packet encryption speed: Encrypted 19 packets of 40 bytes (under 1 keys, 19 packets/key) Total time: 104973 clock ticks (209.95 usec) Encryption speed (cycles/packet): 5524.89 Encryption speed (cycles/byte): 138.12 Encryption speed (Mbps): 28.96 Overhead: 1869.3% Encrypted 13 packets of 576 bytes (under 1 keys, 13 packets/key) Total time: 117261 clock ticks (234.52 usec) Encryption speed (cycles/packet): 9020.08 Encryption speed (cycles/byte): 15.66 Encryption speed (Mbps): 255.43 Overhead: 123.3% Encrypted 8 packets of 1500 bytes (under 1 keys, 8 packets/key) Total time: 122153 clock ticks (244.31 usec) Encryption speed (cycles/packet): 15269.12 Encryption speed (cycles/byte): 10.18 Encryption speed (Mbps): 392.95 Overhead: 45.1% Weighted average (Simple Imix): Encryption speed (cycles/byte): 22.04 Encryption speed (Mbps): 181.46 Overhead: 214.3% Testing key setup speed: Did 45 key setups (under 1 keys, 45 setups/key) Total time: 122756 clock ticks (245.51 usec) Key setup speed (cycles/setup): 2727.91 Key setup speed (setups/second): 183290.43 Testing IV setup speed: Did 23 IV setups (under 1 keys, 23 setups/key) Total time: 95099 clock ticks (190.20 usec) IV setup speed (cycles/setup): 4134.74 IV setup speed (setups/second): 120926.61 Testing key agility: Encrypted 26 blocks of 256 bytes (each time switching contexts) Total time: 128460 clock ticks (256.92 usec) Encryption speed (cycles/byte): 19.30 Encryption speed (Mbps): 207.26 Overhead: 175.2% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 19:14:07 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/tpypy/../../../include -I../../../../submissions/py/tpypy -arch ev6 -c -o ecrypt-test_cc_ev6.o ../../../../submissions/py/tpypy/../../../test/ecrypt-test.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/py/tpypy/../../../include -I../../../../submissions/py/tpypy -arch ev6 -c -o ecrypt-sync_cc_ev6.o ../../../../submissions/py/tpypy/../../../api/ecrypt-sync.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/py/tpypy/../../../include -I../../../../submissions/py/tpypy -arch ev6 -c -o tpypy_cc_ev6.o ../../../../submissions/py/tpypy/tpypy.c cc -fast -arch ev6 ecrypt-test_cc_ev6.o ecrypt-sync_cc_ev6.o tpypy_cc_ev6.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- b6a4517c509f1e3346c75ee6ed3f10e4 -