******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: SFINKS ====================== Profile: HW Key size: 80 bits IV size: 80 bits MAC size: 64 bits CPU speed: 1666.7 MHz Cycles are measured using MFTB instruction (assuming 90.4241 clocks per tick) Testing memory requirements: Size of ECRYPT_AE_ctx: 1428 bytes Testing stream encryption speed: Encrypted 1 blocks of 4096 bytes (under 1 keys, 1 blocks/key) Total time: 327049 clock ticks (17743.83 usec) Encryption speed (cycles/byte): 7220.00 Encryption speed (Mbps): 1.85 Testing packet encryption speed: Encrypted 1 packets of 40 bytes (under 1 keys, 1 packets/key) Total time: 5191 clock ticks (281.63 usec) Encryption speed (cycles/packet): 469391.50 Encryption speed (cycles/byte): 11734.79 Encryption speed (Mbps): 1.14 Overhead: 62.5% Encrypted 1 packets of 576 bytes (under 1 keys, 1 packets/key) Total time: 48011 clock ticks (2604.81 usec) Encryption speed (cycles/packet): 4341351.47 Encryption speed (cycles/byte): 7537.07 Encryption speed (Mbps): 1.77 Overhead: 4.4% Encrypted 1 packets of 1500 bytes (under 1 keys, 1 packets/key) Total time: 121748 clock ticks (6605.36 usec) Encryption speed (cycles/packet): 11008953.33 Encryption speed (cycles/byte): 7339.30 Encryption speed (Mbps): 1.82 Overhead: 1.7% Weighted average (Simple Imix): Encryption speed (cycles/byte): 7752.23 Encryption speed (Mbps): 1.72 Overhead: 7.4% Testing key setup speed: Did 1400 key setups (under 10 keys, 140 setups/key) Total time: 4653 clock ticks (252.45 usec) Key setup speed (cycles/setup): 300.53 Key setup speed (setups/second): 5545751.51 Testing speed of IV setup + finalize: Did 2 IV setups (under 1 keys, 2 setups/key) Total time: 4023 clock ticks (218.27 usec) IV setup speed (cycles/setup): 181888.08 IV setup speed (setups/second): 9163.16 Testing key agility: Encrypted 1 blocks of 256 bytes (each time switching contexts) Total time: 20448 clock ticks (1109.39 usec) Encryption speed (cycles/byte): 7222.62 Encryption speed (Mbps): 1.85 Overhead: 0.0% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Thu Dec 29 22:08:21 CET 2005 CPU: ------------------------------------------------------------------------------- hw.ncpu: 1 hw.byteorder: 4321 hw.memsize: 1073741824 hw.activecpu: 1 hw.physicalcpu: 1 hw.physicalcpu_max: 1 hw.logicalcpu: 1 hw.logicalcpu_max: 1 hw.cputype: 18 hw.cpusubtype: 11 hw.pagesize: 4096 hw.busfrequency: 166483989 hw.busfrequency_min: 166483989 hw.busfrequency_max: 166483989 hw.cpufrequency: 1666666660 hw.cpufrequency_min: 1666666660 hw.cpufrequency_max: 1666666660 hw.cachelinesize: 32 hw.l1icachesize: 32768 hw.l1dcachesize: 32768 hw.l2cachesize: 524288 hw.tbfrequency: 18431666 hw.optional.floatingpoint: 1 hw.optional.altivec: 1 hw.optional.graphicsops: 1 hw.optional.stfiwx: 1 hw.optional.dcba: 0 hw.optional.datastreams: 1 hw.machine = Power Macintosh hw.model = PowerBook5,6 hw.ncpu = 1 hw.byteorder = 4321 hw.physmem = 1073741824 hw.usermem = 972554240 hw.pagesize = 4096 hw.epoch = 1 hw.vectorunit = 1 hw.busfrequency = 166483989 hw.cpufrequency = 1666666660 hw.cachelinesize = 32 hw.l1icachesize = 32768 hw.l1dcachesize = 32768 hw.l2settings = 2147483648 hw.l2cachesize = 524288 hw.tbfrequency = 18431666 hw.memsize = 1073741824 hw.availcpu = 1 COMPILER: ------------------------------------------------------------------------------- Reading specs from /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/specs Configured with: /private/var/tmp/gcc/gcc-4061.obj~8/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^+.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8 Thread model: posix gcc version 4.0.0 20041026 (Apple Computer, Inc. build 4061) COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=gcc_default_Os-ofp gcc -Wall -pedantic -ansi -Os -fomit-frame-pointer -DECRYPT_API=ecrypt-sync-ae.h -DECRYPT_VARIANT=1 -I../../../../submissions/sfinks/sync-ae/../../../include -I../../../../submissions/sfinks/sync-ae -c -o ecrypt-test_gcc_default.o ../../../../submissions/sfinks/sync-ae/../../../test/ecrypt-test.c In file included from ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-portable.h:23, from ../../../../submissions/sfinks/sync-ae/../../../test/ecrypt-test.c:14: ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:224:6: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:224:19: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:224:28: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:235:6: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:235:19: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:235:29: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:241:6: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:241:19: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:241:31: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:247:6: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:247:19: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:247:35: warning: use of C99 long long integer constant In file included from ../../../../submissions/sfinks/sync-ae/../../../test/ecrypt-test.c:14: ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-portable.h:59: warning: ISO C90 does not support 'long long' ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-portable.h:60: warning: ISO C90 does not support 'long long' gcc -Wall -pedantic -ansi -Os -fomit-frame-pointer -DECRYPT_API=ecrypt-sync-ae.h -DECRYPT_VARIANT=1 -I../../../../submissions/sfinks/sync-ae/../../../include -I../../../../submissions/sfinks/sync-ae -c -o ecrypt-sync-ae_gcc_default.o ../../../../submissions/sfinks/sync-ae/../../../api/ecrypt-sync-ae.c In file included from ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-portable.h:23, from ../../../../submissions/sfinks/sync-ae/ecrypt-sync-ae.h:13, from ../../../../submissions/sfinks/sync-ae/../../../api/ecrypt-sync-ae.c:5: ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:224:6: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:224:19: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:224:28: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:235:6: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:235:19: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:235:29: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:241:6: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:241:19: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:241:31: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:247:6: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:247:19: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:247:35: warning: use of C99 long long integer constant In file included from ../../../../submissions/sfinks/sync-ae/ecrypt-sync-ae.h:13, from ../../../../submissions/sfinks/sync-ae/../../../api/ecrypt-sync-ae.c:5: ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-portable.h:59: warning: ISO C90 does not support 'long long' ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-portable.h:60: warning: ISO C90 does not support 'long long' gcc -Wall -pedantic -ansi -Os -fomit-frame-pointer -DECRYPT_API=ecrypt-sync-ae.h -DECRYPT_VARIANT=1 -I../../../../submissions/sfinks/sync-ae/../../../include -I../../../../submissions/sfinks/sync-ae -c -o sfinks_gcc_default.o ../../../../submissions/sfinks/sync-ae/sfinks.c In file included from ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-portable.h:23, from ../../../../submissions/sfinks/sync-ae/ecrypt-sync-ae.h:13, from ../../../../submissions/sfinks/sync-ae/sfinks.c:13: ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:224:6: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:224:19: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:224:28: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:235:6: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:235:19: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:235:29: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:241:6: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:241:19: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:241:31: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:247:6: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:247:19: warning: use of C99 long long integer constant ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-config.h:247:35: warning: use of C99 long long integer constant In file included from ../../../../submissions/sfinks/sync-ae/ecrypt-sync-ae.h:13, from ../../../../submissions/sfinks/sync-ae/sfinks.c:13: ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-portable.h:59: warning: ISO C90 does not support 'long long' ../../../../submissions/sfinks/sync-ae/../../../include/ecrypt-portable.h:60: warning: ISO C90 does not support 'long long' gcc -Wall -pedantic -ansi -Os -fomit-frame-pointer ecrypt-test_gcc_default.o ecrypt-sync-ae_gcc_default.o sfinks_gcc_default.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 6a128e34c8067c3f38eea1e21855adde