******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: Pypy ==================== 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: 4244 bytes Testing stream encryption speed: Encrypted 4 blocks of 4096 bytes (under 1 keys, 4 blocks/key) Total time: 114662 clock ticks (229.32 usec) Encryption speed (cycles/byte): 7.00 Encryption speed (Mbps): 571.56 Testing packet encryption speed: Encrypted 21 packets of 40 bytes (under 1 keys, 21 packets/key) Total time: 109858 clock ticks (219.72 usec) Encryption speed (cycles/packet): 5231.33 Encryption speed (cycles/byte): 130.78 Encryption speed (Mbps): 30.58 Overhead: 1768.8% Encrypted 13 packets of 576 bytes (under 1 keys, 13 packets/key) Total time: 113210 clock ticks (226.42 usec) Encryption speed (cycles/packet): 8708.46 Encryption speed (cycles/byte): 15.12 Encryption speed (Mbps): 264.57 Overhead: 116.0% Encrypted 8 packets of 1500 bytes (under 1 keys, 8 packets/key) Total time: 120414 clock ticks (240.83 usec) Encryption speed (cycles/packet): 15051.75 Encryption speed (cycles/byte): 10.03 Encryption speed (Mbps): 398.62 Overhead: 43.4% Weighted average (Simple Imix): Encryption speed (cycles/byte): 21.18 Encryption speed (Mbps): 188.84 Overhead: 202.7% Testing key setup speed: Did 49 key setups (under 1 keys, 49 setups/key) Total time: 121607 clock ticks (243.21 usec) Key setup speed (cycles/setup): 2481.78 Key setup speed (setups/second): 201468.67 Testing IV setup speed: Did 28 IV setups (under 1 keys, 28 setups/key) Total time: 107103 clock ticks (214.21 usec) IV setup speed (cycles/setup): 3825.11 IV setup speed (setups/second): 130715.29 Testing key agility: Encrypted 26 blocks of 256 bytes (each time switching contexts) Total time: 130293 clock ticks (260.59 usec) Encryption speed (cycles/byte): 19.58 Encryption speed (Mbps): 204.34 Overhead: 179.7% End of performance measurements Primitive Name: Pypy ==================== Profile: S!___ Key size: 256 bits IV size: 128 bits CPU speed: 500.0 MHz Cycles are measured using RPCC instruction Testing memory requirements: Size of ECRYPT_ctx: 4244 bytes Testing stream encryption speed: Encrypted 4 blocks of 4096 bytes (under 1 keys, 4 blocks/key) Total time: 115253 clock ticks (230.51 usec) Encryption speed (cycles/byte): 7.03 Encryption speed (Mbps): 568.63 Testing packet encryption speed: Encrypted 21 packets of 40 bytes (under 1 keys, 21 packets/key) Total time: 112687 clock ticks (225.37 usec) Encryption speed (cycles/packet): 5366.05 Encryption speed (cycles/byte): 134.15 Encryption speed (Mbps): 29.82 Overhead: 1807.1% Encrypted 13 packets of 576 bytes (under 1 keys, 13 packets/key) Total time: 114454 clock ticks (228.91 usec) Encryption speed (cycles/packet): 8804.15 Encryption speed (cycles/byte): 15.28 Encryption speed (Mbps): 261.69 Overhead: 117.3% Encrypted 8 packets of 1500 bytes (under 1 keys, 8 packets/key) Total time: 119235 clock ticks (238.47 usec) Encryption speed (cycles/packet): 14904.38 Encryption speed (cycles/byte): 9.94 Encryption speed (Mbps): 402.57 Overhead: 41.3% Weighted average (Simple Imix): Encryption speed (cycles/byte): 21.47 Encryption speed (Mbps): 186.31 Overhead: 205.2% Testing key setup speed: Did 45 key setups (under 1 keys, 45 setups/key) Total time: 122759 clock ticks (245.52 usec) Key setup speed (cycles/setup): 2727.98 Key setup speed (setups/second): 183285.95 Testing IV setup speed: Did 28 IV setups (under 1 keys, 28 setups/key) Total time: 111144 clock ticks (222.29 usec) IV setup speed (cycles/setup): 3969.43 IV setup speed (setups/second): 125962.72 Testing key agility: Encrypted 26 blocks of 256 bytes (each time switching contexts) Total time: 129754 clock ticks (259.51 usec) Encryption speed (cycles/byte): 19.49 Encryption speed (Mbps): 205.19 Overhead: 177.1% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 19:13:35 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: ------------------------------------------------------------------------------- Compaq C V6.5-011 on Compaq Tru64 UNIX V5.1B (Rev. 2650) Compiler Driver V6.5-003 (sys) cc Driver COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=cc_ev6_fast cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/py/pypy/../../../include -I../../../../submissions/py/pypy -arch ev6 -c -o ecrypt-test_cc_ev6.o ../../../../submissions/py/pypy/../../../test/ecrypt-test.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/py/pypy/../../../include -I../../../../submissions/py/pypy -arch ev6 -c -o ecrypt-sync_cc_ev6.o ../../../../submissions/py/pypy/../../../api/ecrypt-sync.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/py/pypy/../../../include -I../../../../submissions/py/pypy -arch ev6 -c -o pypy_cc_ev6.o ../../../../submissions/py/pypy/pypy.c cc -fast -arch ev6 ecrypt-test_cc_ev6.o ecrypt-sync_cc_ev6.o pypy_cc_ev6.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- c552d17c5c117fbb167d55e03c0b005d -