******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: ABC-v1 ====================== 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: 33832 bytes Testing stream encryption speed: Encrypted 6 blocks of 4096 bytes (under 1 keys, 6 blocks/key) Total time: 76216 clock ticks (152.43 usec) Encryption speed (cycles/byte): 3.10 Encryption speed (Mbps): 1289.81 Testing packet encryption speed: Encrypted 170 packets of 40 bytes (under 10 keys, 17 packets/key) Total time: 110531 clock ticks (221.06 usec) Encryption speed (cycles/packet): 650.18 Encryption speed (cycles/byte): 16.25 Encryption speed (Mbps): 246.08 Overhead: 424.1% Encrypted 29 packets of 576 bytes (under 1 keys, 29 packets/key) Total time: 61717 clock ticks (123.43 usec) Encryption speed (cycles/packet): 2128.17 Encryption speed (cycles/byte): 3.69 Encryption speed (Mbps): 1082.62 Overhead: 19.1% Encrypted 14 packets of 1500 bytes (under 1 keys, 14 packets/key) Total time: 74341 clock ticks (148.68 usec) Encryption speed (cycles/packet): 5310.07 Encryption speed (cycles/byte): 3.54 Encryption speed (Mbps): 1129.93 Overhead: 14.1% Weighted average (Simple Imix): Encryption speed (cycles/byte): 4.50 Encryption speed (Mbps): 889.08 Overhead: 45.1% Testing key setup speed: Did 1 key setups (under 1 keys, 1 setups/key) Total time: 375306 clock ticks (750.61 usec) Key setup speed (cycles/setup): 375306.00 Key setup speed (setups/second): 1332.25 Testing IV setup speed: Did 500 IV setups (under 10 keys, 50 setups/key) Total time: 117263 clock ticks (234.53 usec) IV setup speed (cycles/setup): 234.53 IV setup speed (setups/second): 2131959.78 Testing key agility: Encrypted 19 blocks of 256 bytes (each time switching contexts) Total time: 124106 clock ticks (248.21 usec) Encryption speed (cycles/byte): 25.52 Encryption speed (Mbps): 156.77 Overhead: 722.7% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Jan 30 02:01:36 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_ev67_O3-ofp gcc -Wall -pedantic -ansi -O3 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/abc/v1/../../../include -I../../../../submissions/abc/v1 -mcpu=ev67 -c -o abc_gcc_ev67.o ../../../../submissions/abc/v1/abc.c gcc -Wall -pedantic -ansi -O3 -fomit-frame-pointer -mcpu=ev67 ecrypt-test_gcc_ev67.o ecrypt-sync_gcc_ev67.o abc_gcc_ev67.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 5301857b2789df9a2e27e17fc592be17 -