******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: ABC-v2 ====================== 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 6 blocks of 4096 bytes (under 1 keys, 6 blocks/key) Total time: 79048 clock ticks (158.10 usec) Encryption speed (cycles/byte): 3.22 Encryption speed (Mbps): 1243.60 Testing packet encryption speed: Encrypted 170 packets of 40 bytes (under 10 keys, 17 packets/key) Total time: 111336 clock ticks (222.67 usec) Encryption speed (cycles/packet): 654.92 Encryption speed (cycles/byte): 16.37 Encryption speed (Mbps): 244.31 Overhead: 409.0% Encrypted 29 packets of 576 bytes (under 1 keys, 29 packets/key) Total time: 61068 clock ticks (122.14 usec) Encryption speed (cycles/packet): 2105.79 Encryption speed (cycles/byte): 3.66 Encryption speed (Mbps): 1094.12 Overhead: 13.7% Encrypted 14 packets of 1500 bytes (under 1 keys, 14 packets/key) Total time: 71388 clock ticks (142.78 usec) Encryption speed (cycles/packet): 5099.14 Encryption speed (cycles/byte): 3.40 Encryption speed (Mbps): 1176.67 Overhead: 5.7% Weighted average (Simple Imix): Encryption speed (cycles/byte): 4.43 Encryption speed (Mbps): 902.21 Overhead: 37.8% Testing key setup speed: Did 1 key setups (under 1 keys, 1 setups/key) Total time: 309355 clock ticks (618.71 usec) Key setup speed (cycles/setup): 309355.00 Key setup speed (setups/second): 1616.27 Testing IV setup speed: Did 360 IV setups (under 10 keys, 36 setups/key) Total time: 114879 clock ticks (229.76 usec) IV setup speed (cycles/setup): 319.11 IV setup speed (setups/second): 1566866.01 Testing key agility: Encrypted 18 blocks of 256 bytes (each time switching contexts) Total time: 119271 clock ticks (238.54 usec) Encryption speed (cycles/byte): 25.88 Encryption speed (Mbps): 154.54 Overhead: 704.7% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 21:40:53 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_default_O3-ofp gcc -Wall -pedantic -ansi -O3 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/abc/v2/../../../include -I../../../../submissions/abc/v2 -c -o ecrypt-test_gcc_default.o ../../../../submissions/abc/v2/../../../test/ecrypt-test.c gcc -Wall -pedantic -ansi -O3 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/abc/v2/../../../include -I../../../../submissions/abc/v2 -c -o ecrypt-sync_gcc_default.o ../../../../submissions/abc/v2/../../../api/ecrypt-sync.c gcc -Wall -pedantic -ansi -O3 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/abc/v2/../../../include -I../../../../submissions/abc/v2 -c -o abc-v2_gcc_default.o ../../../../submissions/abc/v2/abc-v2.c gcc -Wall -pedantic -ansi -O3 -fomit-frame-pointer ecrypt-test_gcc_default.o ecrypt-sync_gcc_default.o abc-v2_gcc_default.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 7cf1644fa2cc6b39b258d76814904fd5 -