******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: ABC-v3 ====================== 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: 33856 bytes Testing stream encryption speed: Encrypted 7 blocks of 4096 bytes (under 1 keys, 7 blocks/key) Total time: 86963 clock ticks (173.93 usec) Encryption speed (cycles/byte): 3.03 Encryption speed (Mbps): 1318.81 Testing packet encryption speed: Encrypted 170 packets of 40 bytes (under 10 keys, 17 packets/key) Total time: 110581 clock ticks (221.16 usec) Encryption speed (cycles/packet): 650.48 Encryption speed (cycles/byte): 16.26 Encryption speed (Mbps): 245.97 Overhead: 436.2% Encrypted 30 packets of 576 bytes (under 1 keys, 30 packets/key) Total time: 59025 clock ticks (118.05 usec) Encryption speed (cycles/packet): 1967.50 Encryption speed (cycles/byte): 3.42 Encryption speed (Mbps): 1171.03 Overhead: 12.6% Encrypted 14 packets of 1500 bytes (under 1 keys, 14 packets/key) Total time: 67679 clock ticks (135.36 usec) Encryption speed (cycles/packet): 4834.21 Encryption speed (cycles/byte): 3.22 Encryption speed (Mbps): 1241.15 Overhead: 6.3% Weighted average (Simple Imix): Encryption speed (cycles/byte): 4.23 Encryption speed (Mbps): 946.60 Overhead: 39.3% Testing key setup speed: Did 1 key setups (under 1 keys, 1 setups/key) Total time: 367223 clock ticks (734.45 usec) Key setup speed (cycles/setup): 367223.00 Key setup speed (setups/second): 1361.57 Testing IV setup speed: Did 390 IV setups (under 10 keys, 39 setups/key) Total time: 114813 clock ticks (229.63 usec) IV setup speed (cycles/setup): 294.39 IV setup speed (setups/second): 1698413.94 Testing key agility: Encrypted 18 blocks of 256 bytes (each time switching contexts) Total time: 120742 clock ticks (241.48 usec) Encryption speed (cycles/byte): 26.20 Encryption speed (Mbps): 152.66 Overhead: 763.9% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 19:34:01 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: ------------------------------------------------------------------------------- Reading specs from /freeware/gcc/alpha/lib/gcc/alpha-dec-osf5.1/3.4.6/specs Configured with: /freeware/gcc/gcc/gcc-3.4.6/configure --prefix=/freeware/gcc --exec-prefix=/freeware/gcc/alpha --with-local-prefix=/freeware/gcc --enable-version-specific-runtime-libs --enable-languages=c++,f77,java --enable-threads=posix alpha-dec-osf5.1 Thread model: posix gcc version 3.4.6 COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=gcc_pca56_Os-ofp gcc -Wall -pedantic -ansi -Os -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/abc/v3/../../../include -I../../../../submissions/abc/v3 -mcpu=pca56 -c -o abc-v3_gcc_pca56.o ../../../../submissions/abc/v3/abc-v3.c gcc -Wall -pedantic -ansi -Os -fomit-frame-pointer -mcpu=pca56 ecrypt-test_gcc_pca56.o ecrypt-sync_gcc_pca56.o abc-v3_gcc_pca56.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 971d48e6ec6fe3c4c09b846ac6017e08 -