******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: TPy =================== Profile: S?___ Key size: 128 bits IV size: 64 bits CPU speed: 875.0 MHz Cycles are measured using MFCTL 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: 110190 clock ticks (125.93 usec) Encryption speed (cycles/byte): 3.44 Encryption speed (Mbps): 2032.85 Testing packet encryption speed: Encrypted 38 packets of 40 bytes (under 1 keys, 38 packets/key) Total time: 208149 clock ticks (237.88 usec) Encryption speed (cycles/packet): 5477.61 Encryption speed (cycles/byte): 136.94 Encryption speed (Mbps): 51.12 Overhead: 3876.8% Encrypted 29 packets of 576 bytes (under 1 keys, 29 packets/key) Total time: 211160 clock ticks (241.33 usec) Encryption speed (cycles/packet): 7281.38 Encryption speed (cycles/byte): 12.64 Encryption speed (Mbps): 553.74 Overhead: 267.1% Encrypted 20 packets of 1500 bytes (under 1 keys, 20 packets/key) Total time: 206295 clock ticks (235.77 usec) Encryption speed (cycles/packet): 10314.75 Encryption speed (cycles/byte): 6.88 Encryption speed (Mbps): 1017.96 Overhead: 99.7% Weighted average (Simple Imix): Encryption speed (cycles/byte): 19.05 Encryption speed (Mbps): 367.53 Overhead: 453.1% Testing key setup speed: Did 110 key setups (under 10 keys, 11 setups/key) Total time: 203140 clock ticks (232.16 usec) Key setup speed (cycles/setup): 1846.73 Key setup speed (setups/second): 473811.16 Testing IV setup speed: Did 50 IV setups (under 1 keys, 50 setups/key) Total time: 197004 clock ticks (225.15 usec) IV setup speed (cycles/setup): 3940.08 IV setup speed (setups/second): 222076.71 Testing key agility: Encrypted 40 blocks of 256 bytes (each time switching contexts) Total time: 220695 clock ticks (252.22 usec) Encryption speed (cycles/byte): 21.55 Encryption speed (Mbps): 324.79 Overhead: 525.9% End of performance measurements Primitive Name: TPy =================== Profile: S?___ Key size: 256 bits IV size: 128 bits CPU speed: 875.0 MHz Cycles are measured using MFCTL 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: 110375 clock ticks (126.14 usec) Encryption speed (cycles/byte): 3.45 Encryption speed (Mbps): 2029.45 Testing packet encryption speed: Encrypted 37 packets of 40 bytes (under 1 keys, 37 packets/key) Total time: 211063 clock ticks (241.21 usec) Encryption speed (cycles/packet): 5704.41 Encryption speed (cycles/byte): 142.61 Encryption speed (Mbps): 49.08 Overhead: 4034.6% Encrypted 28 packets of 576 bytes (under 1 keys, 28 packets/key) Total time: 208086 clock ticks (237.81 usec) Encryption speed (cycles/packet): 7431.64 Encryption speed (cycles/byte): 12.90 Encryption speed (Mbps): 542.54 Overhead: 274.1% Encrypted 20 packets of 1500 bytes (under 1 keys, 20 packets/key) Total time: 209980 clock ticks (239.98 usec) Encryption speed (cycles/packet): 10499.00 Encryption speed (cycles/byte): 7.00 Encryption speed (Mbps): 1000.10 Overhead: 102.9% Weighted average (Simple Imix): Encryption speed (cycles/byte): 19.63 Encryption speed (Mbps): 356.65 Overhead: 469.0% Testing key setup speed: Did 100 key setups (under 10 keys, 10 setups/key) Total time: 205689 clock ticks (235.07 usec) Key setup speed (cycles/setup): 2056.89 Key setup speed (setups/second): 425399.51 Testing IV setup speed: Did 50 IV setups (under 1 keys, 50 setups/key) Total time: 205507 clock ticks (234.87 usec) IV setup speed (cycles/setup): 4110.14 IV setup speed (setups/second): 212888.13 Testing key agility: Encrypted 40 blocks of 256 bytes (each time switching contexts) Total time: 220730 clock ticks (252.26 usec) Encryption speed (cycles/byte): 21.56 Encryption speed (Mbps): 324.74 Overhead: 524.9% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Tue Jan 30 01:23:10 MET 2007 CPU: ------------------------------------------------------------------------------- Model: 9000/785/J6750 COMPILER: ------------------------------------------------------------------------------- Reading specs from /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/specs Configured with: ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure Thread model: single gcc version 3.3.2 COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=hppa2.0n-hp-hpux11.00-gcc_default_O3-ual-ofp hppa2.0n-hp-hpux11.00-gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/py/tpy/../../../include -I../../../../submissions/py/tpy -c -o ecrypt-test_gcc_default.o ../../../../submissions/py/tpy/../../../test/ecrypt-test.c hppa2.0n-hp-hpux11.00-gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/py/tpy/../../../include -I../../../../submissions/py/tpy -c -o ecrypt-sync_gcc_default.o ../../../../submissions/py/tpy/../../../api/ecrypt-sync.c hppa2.0n-hp-hpux11.00-gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/py/tpy/../../../include -I../../../../submissions/py/tpy -c -o tpy_gcc_default.o ../../../../submissions/py/tpy/tpy.c ../../../../submissions/py/tpy/tpy.c: In function `ECRYPT_keysetup': ../../../../submissions/py/tpy/tpy.c:40: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:53: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:60: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:67: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c: In function `ECRYPT_ivsetup': ../../../../submissions/py/tpy/tpy.c:132: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:140: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:93: warning: unused variable `keysizeb' ../../../../submissions/py/tpy/tpy.c: In function `ECRYPT_process_bytes': ../../../../submissions/py/tpy/tpy.c:233: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:238: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:264: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:269: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:286: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:290: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:215: warning: unused variable `bl' ../../../../submissions/py/tpy/tpy.c: In function `ECRYPT_keystream_bytes': ../../../../submissions/py/tpy/tpy.c:328: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:331: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:354: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:358: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:355: warning: unused variable `output1b' ../../../../submissions/py/tpy/tpy.c:373: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:377: warning: ISO C89 forbids mixed declarations and code ../../../../submissions/py/tpy/tpy.c:310: warning: unused variable `bl' ../../../../submissions/py/tpy/tpy.c: In function `ECRYPT_init': ../../../../submissions/py/tpy/tpy.c:408: warning: ISO C89 forbids mixed declarations and code hppa2.0n-hp-hpux11.00-gcc -Wall -pedantic -ansi -O3 -funroll-all-loops -fomit-frame-pointer ecrypt-test_gcc_default.o ecrypt-sync_gcc_default.o tpy_gcc_default.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- ca4da332fe0fe44d5a5e7408bd51be8d -