******************************************************************************** * 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: 79475 clock ticks (158.95 usec) Encryption speed (cycles/byte): 3.23 Encryption speed (Mbps): 1236.92 Testing packet encryption speed: Encrypted 170 packets of 40 bytes (under 10 keys, 17 packets/key) Total time: 112143 clock ticks (224.29 usec) Encryption speed (cycles/packet): 659.66 Encryption speed (cycles/byte): 16.49 Encryption speed (Mbps): 242.55 Overhead: 410.0% Encrypted 30 packets of 576 bytes (under 1 keys, 30 packets/key) Total time: 61887 clock ticks (123.77 usec) Encryption speed (cycles/packet): 2062.90 Encryption speed (cycles/byte): 3.58 Encryption speed (Mbps): 1116.87 Overhead: 10.7% Encrypted 14 packets of 1500 bytes (under 1 keys, 14 packets/key) Total time: 70683 clock ticks (141.37 usec) Encryption speed (cycles/packet): 5048.79 Encryption speed (cycles/byte): 3.37 Encryption speed (Mbps): 1188.40 Overhead: 4.1% Weighted average (Simple Imix): Encryption speed (cycles/byte): 4.39 Encryption speed (Mbps): 911.71 Overhead: 35.7% Testing key setup speed: Did 1 key setups (under 1 keys, 1 setups/key) Total time: 374588 clock ticks (749.18 usec) Key setup speed (cycles/setup): 374588.00 Key setup speed (setups/second): 1334.80 Testing IV setup speed: Did 360 IV setups (under 10 keys, 36 setups/key) Total time: 115752 clock ticks (231.50 usec) IV setup speed (cycles/setup): 321.53 IV setup speed (setups/second): 1555048.72 Testing key agility: Encrypted 19 blocks of 256 bytes (each time switching contexts) Total time: 125786 clock ticks (251.57 usec) Encryption speed (cycles/byte): 25.86 Encryption speed (Mbps): 154.68 Overhead: 699.7% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Jan 30 04:00:37 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_ev5_O3-ual-ofp gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/abc/v2/../../../include -I../../../../submissions/abc/v2 -mcpu=ev5 -c -o abc-v2_gcc_ev5.o ../../../../submissions/abc/v2/abc-v2.c gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -mcpu=ev5 ecrypt-test_gcc_ev5.o ecrypt-sync_gcc_ev5.o abc-v2_gcc_ev5.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- ff1a6763ca71e9e9672eb8247851b430 -