******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: Py ================== Profile: S!___ Key size: 128 bits IV size: 64 bits CPU speed: 500.0 MHz Cycles are measured using RPCC instruction Testing memory requirements: Size of ECRYPT_ctx: 4196 bytes Testing stream encryption speed: Encrypted 1 blocks of 32000 bytes (under 1 keys, 1 blocks/key) Total time: 202556 clock ticks (405.11 usec) Encryption speed (cycles/byte): 6.33 Encryption speed (Mbps): 631.92 End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Jan 30 10:11:04 CET 2007 CPU: ------------------------------------------------------------------------------- Status of processor 0 as of: 01/29/07 15:51:44 Processor has been on-line since 11/22/2006 14:25:21 The alpha EV6 (21264) processor operates at 500 MHz, has a cache size of 4194304 bytes, and has an alpha internal floating point processor. COMPILER: ------------------------------------------------------------------------------- Reading specs from /freeware/gcc/alpha/lib/gcc/alpha-dec-osf5.1/3.4.6/specs Configured with: /freeware/gcc/gcc/gcc-3.4.6/configure --prefix=/freeware/gcc --exec-prefix=/freeware/gcc/alpha --with-local-prefix=/freeware/gcc --enable-version-specific-runtime-libs --enable-languages=c++,f77,java --enable-threads=posix alpha-dec-osf5.1 Thread model: posix gcc version 3.4.6 COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=gcc_ev4_O2-ofp gcc -Wall -pedantic -ansi -O2 -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/py/py/../../../include -I../../../../submissions/py/py -mcpu=ev4 -c -o py_gcc_ev4.o ../../../../submissions/py/py/py.c ../../../../submissions/py/py/py.c: In function `ECRYPT_keysetup': ../../../../submissions/py/py/py.c:40: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c:53: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c:60: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c:67: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c: In function `ECRYPT_ivsetup': ../../../../submissions/py/py/py.c:131: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c:139: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c: In function `ECRYPT_process_bytes': ../../../../submissions/py/py/py.c:230: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c:235: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c:261: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c:266: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c:283: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c:287: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c: In function `ECRYPT_keystream_bytes': ../../../../submissions/py/py/py.c:324: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c:327: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c:350: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c:353: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c:368: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c:372: warning: ISO C90 forbids mixed declarations and code ../../../../submissions/py/py/py.c: In function `ECRYPT_init': ../../../../submissions/py/py/py.c:403: warning: ISO C90 forbids mixed declarations and code gcc -Wall -pedantic -ansi -O2 -fomit-frame-pointer -mcpu=ev4 ecrypt-test_gcc_ev4.o ecrypt-sync_gcc_ev4.o py_gcc_ev4.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- c685b8505964fe255b7dbcc68ac26476 -