******************************************************************************** * 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 3 blocks of 4096 bytes (under 1 keys, 3 blocks/key) Total time: 117868 clock ticks (235.74 usec) Encryption speed (cycles/byte): 9.59 Encryption speed (Mbps): 417.01 Testing packet encryption speed: Encrypted 110 packets of 40 bytes (under 10 keys, 11 packets/key) Total time: 118813 clock ticks (237.63 usec) Encryption speed (cycles/packet): 1080.12 Encryption speed (cycles/byte): 27.00 Encryption speed (Mbps): 148.13 Overhead: 181.5% Encrypted 19 packets of 576 bytes (under 1 keys, 19 packets/key) Total time: 119113 clock ticks (238.23 usec) Encryption speed (cycles/packet): 6269.11 Encryption speed (cycles/byte): 10.88 Encryption speed (Mbps): 367.52 Overhead: 13.5% Encrypted 8 packets of 1500 bytes (under 1 keys, 8 packets/key) Total time: 123829 clock ticks (247.66 usec) Encryption speed (cycles/packet): 15478.62 Encryption speed (cycles/byte): 10.32 Encryption speed (Mbps): 387.63 Overhead: 7.6% Weighted average (Simple Imix): Encryption speed (cycles/byte): 11.78 Encryption speed (Mbps): 339.51 Overhead: 22.8% Testing key setup speed: Did 200 key setups (under 10 keys, 20 setups/key) Total time: 122982 clock ticks (245.96 usec) Key setup speed (cycles/setup): 614.91 Key setup speed (setups/second): 813127.12 Testing IV setup speed: Did 220 IV setups (under 10 keys, 22 setups/key) Total time: 117738 clock ticks (235.48 usec) IV setup speed (cycles/setup): 535.17 IV setup speed (setups/second): 934277.80 Testing key agility: Encrypted 45 blocks of 256 bytes (each time switching contexts) Total time: 123656 clock ticks (247.31 usec) Encryption speed (cycles/byte): 10.73 Encryption speed (Mbps): 372.65 Overhead: 11.9% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 16:37:55 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_pca56_fast cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/rabbit/opt/../../../include -I../../../../submissions/rabbit/opt -arch pca56 -c -o ecrypt-test_cc_pca56.o ../../../../submissions/rabbit/opt/../../../test/ecrypt-test.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/rabbit/opt/../../../include -I../../../../submissions/rabbit/opt -arch pca56 -c -o ecrypt-sync_cc_pca56.o ../../../../submissions/rabbit/opt/../../../api/ecrypt-sync.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/rabbit/opt/../../../include -I../../../../submissions/rabbit/opt -arch pca56 -c -o rabbit_cc_pca56.o ../../../../submissions/rabbit/opt/rabbit.c cc -fast -arch pca56 ecrypt-test_cc_pca56.o ecrypt-sync_cc_pca56.o rabbit_cc_pca56.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- d321148ce2dd3fa0878c16f3869e6dab -