******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: LEX =================== Profile: SW & HW Key size: 128 bits IV size: 128 bits CPU speed: 533.0 MHz Cycles are measured using MFTB instruction (assuming 16 clocks per tick) Testing memory requirements: Size of ECRYPT_ctx: 232 bytes Testing stream encryption speed: Encrypted 2 blocks of 4120 bytes (under 1 keys, 2 blocks/key) Total time: 5571 clock ticks (167.23 usec) Encryption speed (cycles/byte): 10.82 Encryption speed (Mbps): 394.18 Testing packet encryption speed: Encrypted 140 packets of 40 bytes (under 10 keys, 14 packets/key) Total time: 7941 clock ticks (238.38 usec) Encryption speed (cycles/packet): 907.54 Encryption speed (cycles/byte): 22.69 Encryption speed (Mbps): 187.94 Overhead: 109.7% Encrypted 18 packets of 576 bytes (under 1 keys, 18 packets/key) Total time: 7943 clock ticks (238.44 usec) Encryption speed (cycles/packet): 7060.44 Encryption speed (cycles/byte): 12.26 Encryption speed (Mbps): 347.86 Overhead: 13.3% Encrypted 7 packets of 1500 bytes (under 1 keys, 7 packets/key) Total time: 7459 clock ticks (223.91 usec) Encryption speed (cycles/packet): 17049.14 Encryption speed (cycles/byte): 11.37 Encryption speed (Mbps): 375.15 Overhead: 5.1% Weighted average (Simple Imix): Encryption speed (cycles/byte): 12.65 Encryption speed (Mbps): 337.20 Overhead: 16.9% Testing key setup speed: Did 440 key setups (under 10 keys, 44 setups/key) Total time: 8630 clock ticks (259.06 usec) Key setup speed (cycles/setup): 313.82 Key setup speed (setups/second): 1698435.69 Testing IV setup speed: Did 310 IV setups (under 10 keys, 31 setups/key) Total time: 8067 clock ticks (242.16 usec) IV setup speed (cycles/setup): 416.36 IV setup speed (setups/second): 1280138.22 Testing key agility: Encrypted 36 blocks of 280 bytes (each time switching contexts) Total time: 8088 clock ticks (242.79 usec) Encryption speed (cycles/byte): 12.84 Encryption speed (Mbps): 332.14 Overhead: 18.7% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Nov 8 02:23:43 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_G3_O3-ual-ofp gcc-3.4 -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../submissions/lex/../../include -I../../../submissions/lex -mcpu=G3 -c -o lex_gcc_G3.o ../../../submissions/lex/lex.c gcc-3.4 -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -mcpu=G3 ecrypt-test_gcc_G3.o ecrypt-sync_gcc_G3.o lex_gcc_G3.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 5b2517c35a5f431f338d173c0ca89ff5 -