******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: SOSEMANUK ========================= Profile: SW Key size: 128 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: 452 bytes Testing stream encryption speed: Encrypted 3 blocks of 4160 bytes (under 1 keys, 3 blocks/key) Total time: 7325 clock ticks (219.89 usec) Encryption speed (cycles/byte): 9.39 Encryption speed (Mbps): 454.05 Testing packet encryption speed: Encrypted 80 packets of 40 bytes (under 1 keys, 80 packets/key) Total time: 6588 clock ticks (197.76 usec) Encryption speed (cycles/packet): 1317.60 Encryption speed (cycles/byte): 32.94 Encryption speed (Mbps): 129.45 Overhead: 250.8% Encrypted 19 packets of 576 bytes (under 1 keys, 19 packets/key) Total time: 7898 clock ticks (237.09 usec) Encryption speed (cycles/packet): 6650.95 Encryption speed (cycles/byte): 11.55 Encryption speed (Mbps): 369.28 Overhead: 23.0% Encrypted 8 packets of 1500 bytes (under 1 keys, 8 packets/key) Total time: 7656 clock ticks (229.82 usec) Encryption speed (cycles/packet): 15312.00 Encryption speed (cycles/byte): 10.21 Encryption speed (Mbps): 417.71 Overhead: 8.7% Weighted average (Simple Imix): Encryption speed (cycles/byte): 12.52 Encryption speed (Mbps): 340.53 Overhead: 33.3% Testing key setup speed: Did 70 key setups (under 1 keys, 70 setups/key) Total time: 7936 clock ticks (238.23 usec) Key setup speed (cycles/setup): 1813.94 Key setup speed (setups/second): 293835.06 Testing IV setup speed: Did 200 IV setups (under 10 keys, 20 setups/key) Total time: 7995 clock ticks (240.00 usec) IV setup speed (cycles/setup): 639.60 IV setup speed (setups/second): 833333.33 Testing key agility: Encrypted 40 blocks of 320 bytes (each time switching contexts) Total time: 8193 clock ticks (245.94 usec) Encryption speed (cycles/byte): 10.24 Encryption speed (Mbps): 416.36 Overhead: 9.1% End of performance measurements Primitive Name: SOSEMANUK ========================= Profile: SW Key size: 256 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: 452 bytes Testing stream encryption speed: Encrypted 3 blocks of 4160 bytes (under 1 keys, 3 blocks/key) Total time: 7326 clock ticks (219.92 usec) Encryption speed (cycles/byte): 9.39 Encryption speed (Mbps): 453.99 Testing packet encryption speed: Encrypted 80 packets of 40 bytes (under 1 keys, 80 packets/key) Total time: 6338 clock ticks (190.26 usec) Encryption speed (cycles/packet): 1267.60 Encryption speed (cycles/byte): 31.69 Encryption speed (Mbps): 134.55 Overhead: 237.4% Encrypted 19 packets of 576 bytes (under 1 keys, 19 packets/key) Total time: 7830 clock ticks (235.05 usec) Encryption speed (cycles/packet): 6593.68 Encryption speed (cycles/byte): 11.45 Encryption speed (Mbps): 372.49 Overhead: 21.9% Encrypted 8 packets of 1500 bytes (under 1 keys, 8 packets/key) Total time: 7626 clock ticks (228.92 usec) Encryption speed (cycles/packet): 15252.00 Encryption speed (cycles/byte): 10.17 Encryption speed (Mbps): 419.35 Overhead: 8.3% Weighted average (Simple Imix): Encryption speed (cycles/byte): 12.37 Encryption speed (Mbps): 344.84 Overhead: 31.7% Testing key setup speed: Did 70 key setups (under 1 keys, 70 setups/key) Total time: 7867 clock ticks (236.16 usec) Key setup speed (cycles/setup): 1798.17 Key setup speed (setups/second): 296412.23 Testing IV setup speed: Did 220 IV setups (under 10 keys, 22 setups/key) Total time: 8119 clock ticks (243.72 usec) IV setup speed (cycles/setup): 590.47 IV setup speed (setups/second): 902666.58 Testing key agility: Encrypted 40 blocks of 320 bytes (each time switching contexts) Total time: 8198 clock ticks (246.09 usec) Encryption speed (cycles/byte): 10.25 Encryption speed (Mbps): 416.10 Overhead: 9.1% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Nov 8 02:25:46 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/sosemanuk/../../include -I../../../submissions/sosemanuk -mcpu=G3 -c -o sosemanuk_gcc_G3.o ../../../submissions/sosemanuk/sosemanuk.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 sosemanuk_gcc_G3.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 822a0052d2e24c9c9a9828b9c0e55a6d -