******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: Rabbit ====================== Profile: S._H. 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: 136 bytes Testing stream encryption speed: Encrypted 5 blocks of 4096 bytes (under 1 keys, 5 blocks/key) Total time: 111610 clock ticks (223.22 usec) Encryption speed (cycles/byte): 5.45 Encryption speed (Mbps): 733.98 Testing packet encryption speed: Encrypted 210 packets of 40 bytes (under 10 keys, 21 packets/key) Total time: 120427 clock ticks (240.85 usec) Encryption speed (cycles/packet): 573.46 Encryption speed (cycles/byte): 14.34 Encryption speed (Mbps): 279.01 Overhead: 163.1% Encrypted 35 packets of 576 bytes (under 1 keys, 35 packets/key) Total time: 121006 clock ticks (242.01 usec) Encryption speed (cycles/packet): 3457.31 Encryption speed (cycles/byte): 6.00 Encryption speed (Mbps): 666.41 Overhead: 10.1% Encrypted 14 packets of 1500 bytes (under 1 keys, 14 packets/key) Total time: 119881 clock ticks (239.76 usec) Encryption speed (cycles/packet): 8562.93 Encryption speed (cycles/byte): 5.71 Encryption speed (Mbps): 700.69 Overhead: 4.8% Weighted average (Simple Imix): Encryption speed (cycles/byte): 6.47 Encryption speed (Mbps): 618.64 Overhead: 18.6% Testing key setup speed: Did 430 key setups (under 10 keys, 43 setups/key) Total time: 127343 clock ticks (254.69 usec) Key setup speed (cycles/setup): 296.15 Key setup speed (setups/second): 1688353.50 Testing IV setup speed: Did 450 IV setups (under 10 keys, 45 setups/key) Total time: 120757 clock ticks (241.51 usec) IV setup speed (cycles/setup): 268.35 IV setup speed (setups/second): 1863246.02 Testing key agility: Encrypted 70 blocks of 256 bytes (each time switching contexts) Total time: 118034 clock ticks (236.07 usec) Encryption speed (cycles/byte): 6.59 Encryption speed (Mbps): 607.28 Overhead: 20.9% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 19:14:26 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=2 conf=cc_ev6_fast cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=2 -I../../../../submissions/rabbit/opt/../../../include -I../../../../submissions/rabbit/opt -arch ev6 -c -o rabbit_cc_ev6.o ../../../../submissions/rabbit/opt/rabbit.c cc -fast -arch ev6 ecrypt-test_cc_ev6.o ecrypt-sync_cc_ev6.o rabbit_cc_ev6.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- e22a41a80b2a5dd799f31d51de9dbc2f -