******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: MICKEY ====================== 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: 40 bytes Testing stream encryption speed: Encrypted 1 blocks of 4096 bytes (under 1 keys, 1 blocks/key) Total time: 132391 clock ticks (3974.21 usec) Encryption speed (cycles/byte): 517.15 Encryption speed (Mbps): 8.25 Testing packet encryption speed: Encrypted 3 packets of 40 bytes (under 1 keys, 3 packets/key) Total time: 6820 clock ticks (204.73 usec) Encryption speed (cycles/packet): 36373.33 Encryption speed (cycles/byte): 909.33 Encryption speed (Mbps): 4.69 Overhead: 75.8% Encrypted 1 packets of 576 bytes (under 1 keys, 1 packets/key) Total time: 19581 clock ticks (587.80 usec) Encryption speed (cycles/packet): 313296.00 Encryption speed (cycles/byte): 543.92 Encryption speed (Mbps): 7.84 Overhead: 5.2% Encrypted 1 packets of 1500 bytes (under 1 keys, 1 packets/key) Total time: 49372 clock ticks (1482.09 usec) Encryption speed (cycles/packet): 789952.00 Encryption speed (cycles/byte): 526.63 Encryption speed (Mbps): 8.10 Overhead: 1.8% Weighted average (Simple Imix): Encryption speed (cycles/byte): 562.62 Encryption speed (Mbps): 7.58 Overhead: 8.8% Testing key setup speed: Did 4000 key setups (under 10 keys, 400 setups/key) Total time: 12451 clock ticks (373.76 usec) Key setup speed (cycles/setup): 49.80 Key setup speed (setups/second): 10701951.65 Testing IV setup speed: Did 8 IV setups (under 1 keys, 8 setups/key) Total time: 7711 clock ticks (231.47 usec) IV setup speed (cycles/setup): 15422.00 IV setup speed (setups/second): 34561.02 Testing key agility: Encrypted 1 blocks of 256 bytes (each time switching contexts) Total time: 8282 clock ticks (248.62 usec) Encryption speed (cycles/byte): 517.62 Encryption speed (Mbps): 8.24 Overhead: 0.1% End of performance measurements Primitive Name: MICKEY ====================== Profile: HW Key size: 80 bits IV size: 80 bits CPU speed: 533.0 MHz Cycles are measured using MFTB instruction (assuming 16 clocks per tick) Testing memory requirements: Size of ECRYPT_ctx: 40 bytes Testing stream encryption speed: Encrypted 1 blocks of 4096 bytes (under 1 keys, 1 blocks/key) Total time: 132351 clock ticks (3973.01 usec) Encryption speed (cycles/byte): 517.00 Encryption speed (Mbps): 8.25 Testing packet encryption speed: Encrypted 3 packets of 40 bytes (under 1 keys, 3 packets/key) Total time: 7040 clock ticks (211.33 usec) Encryption speed (cycles/packet): 37546.67 Encryption speed (cycles/byte): 938.67 Encryption speed (Mbps): 4.54 Overhead: 81.6% Encrypted 1 packets of 576 bytes (under 1 keys, 1 packets/key) Total time: 19713 clock ticks (591.76 usec) Encryption speed (cycles/packet): 315408.00 Encryption speed (cycles/byte): 547.58 Encryption speed (Mbps): 7.79 Overhead: 5.9% Encrypted 1 packets of 1500 bytes (under 1 keys, 1 packets/key) Total time: 49577 clock ticks (1488.24 usec) Encryption speed (cycles/packet): 793232.00 Encryption speed (cycles/byte): 528.82 Encryption speed (Mbps): 8.06 Overhead: 2.3% Weighted average (Simple Imix): Encryption speed (cycles/byte): 567.51 Encryption speed (Mbps): 7.51 Overhead: 9.8% Testing key setup speed: Did 4000 key setups (under 10 keys, 400 setups/key) Total time: 12451 clock ticks (373.76 usec) Key setup speed (cycles/setup): 49.80 Key setup speed (setups/second): 10701951.65 Testing IV setup speed: Did 7 IV setups (under 1 keys, 7 setups/key) Total time: 7257 clock ticks (217.85 usec) IV setup speed (cycles/setup): 16587.43 IV setup speed (setups/second): 32132.77 Testing key agility: Encrypted 1 blocks of 256 bytes (each time switching contexts) Total time: 8283 clock ticks (248.65 usec) Encryption speed (cycles/byte): 517.69 Encryption speed (Mbps): 8.24 Overhead: 0.1% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Nov 8 01:20:36 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_G4_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/mickey/faster/../../../include -I../../../../submissions/mickey/faster -mcpu=G4 -c -o mickey_gcc_G4.o ../../../../submissions/mickey/faster/mickey.c gcc-3.4 -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -mcpu=G4 ecrypt-test_gcc_G4.o ecrypt-sync_gcc_G4.o mickey_gcc_G4.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- e202f0f0a33e7aa2ef7ad5676b2cfbcb -