******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: ACHTERBAHN ========================== Profile: HW Key size: 80 bits IV size: 64 bits CPU speed: 533.0 MHz Cycles are measured using MFTB instruction (assuming 16 clocks per tick) Testing memory requirements: Size of ECRYPT_ctx: 632 bytes Testing stream encryption speed: Encrypted 1 blocks of 4096 bytes (under 1 keys, 1 blocks/key) Total time: 614189 clock ticks (18437.19 usec) Encryption speed (cycles/byte): 2399.18 Encryption speed (Mbps): 1.78 Testing packet encryption speed: Encrypted 1 packets of 40 bytes (under 1 keys, 1 packets/key) Total time: 9852 clock ticks (295.74 usec) Encryption speed (cycles/packet): 157632.00 Encryption speed (cycles/byte): 3940.80 Encryption speed (Mbps): 1.08 Overhead: 64.3% Encrypted 1 packets of 576 bytes (under 1 keys, 1 packets/key) Total time: 90211 clock ticks (2708.02 usec) Encryption speed (cycles/packet): 1443376.00 Encryption speed (cycles/byte): 2505.86 Encryption speed (Mbps): 1.70 Overhead: 4.4% Encrypted 1 packets of 1500 bytes (under 1 keys, 1 packets/key) Total time: 228823 clock ticks (6868.98 usec) Encryption speed (cycles/packet): 3661168.00 Encryption speed (cycles/byte): 2440.78 Encryption speed (Mbps): 1.75 Overhead: 1.7% Weighted average (Simple Imix): Encryption speed (cycles/byte): 2580.34 Encryption speed (Mbps): 1.65 Overhead: 7.6% Testing key setup speed: Did 210 key setups (under 10 keys, 21 setups/key) Total time: 8541 clock ticks (256.39 usec) Key setup speed (cycles/setup): 650.74 Key setup speed (setups/second): 819063.93 Testing IV setup speed: Did 2 IV setups (under 1 keys, 2 setups/key) Total time: 7681 clock ticks (230.57 usec) IV setup speed (cycles/setup): 61448.00 IV setup speed (setups/second): 8674.00 Testing key agility: Encrypted 1 blocks of 256 bytes (each time switching contexts) Total time: 38417 clock ticks (1153.23 usec) Encryption speed (cycles/byte): 2401.06 Encryption speed (Mbps): 1.78 Overhead: 0.1% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Nov 8 03:49:30 CST 2005 CPU: ------------------------------------------------------------------------------- processor : 0 cpu : 7410, altivec supported temperature : 55-57 C (uncalibrated) clock : 533MHz revision : 0.3 (pvr 800c 1103) bogomips : 1060.86 processor : 1 cpu : 7410, altivec supported temperature : 26-28 C (uncalibrated) clock : 533MHz revision : 0.3 (pvr 800c 1103) bogomips : 1060.86 total bogomips : 2121.72 machine : PowerMac3,4 motherboard : PowerMac3,4 MacRISC2 MacRISC Power Macintosh detected as : 69 (PowerMac G4 Silver) pmac flags : 00000010 L2 cache : 1024K unified memory : 256MB pmac-generation : NewWorld COMPILER: ------------------------------------------------------------------------------- Reading specs from /usr/lib/gcc/powerpc-linux-gnu/3.4.5/specs Configured with: ../src/configure -v --enable-languages=c,c++,f77,pascal,objc,ada --prefix=/usr --libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --program-suffix=-3.4 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --disable-softfloat --enable-targets=powerpc-linux,powerpc64-linux --with-cpu=default32 --disable-softfloat powerpc-linux-gnu Thread model: posix gcc version 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8) COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=gcc-3.4_default_O1-ofp gcc-3.4 -Wall -pedantic -std=c99 -O1 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../submissions/achterbahn/../../include -I../../../submissions/achterbahn -c -o achterbahn_gcc_default.o ../../../submissions/achterbahn/achterbahn.c gcc-3.4 -Wall -pedantic -std=c99 -O1 -fomit-frame-pointer ecrypt-test_gcc_default.o ecrypt-sync_gcc_default.o achterbahn_gcc_default.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 85b96c992fca4534f3722d38d498388b -