******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: Py6 =================== 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: 1124 bytes Testing stream encryption speed: Encrypted 1 blocks of 32000 bytes (under 1 keys, 1 blocks/key) Total time: 143325 clock ticks (286.65 usec) Encryption speed (cycles/byte): 4.48 Encryption speed (Mbps): 893.08 Testing packet encryption speed: Encrypted 70 packets of 40 bytes (under 1 keys, 70 packets/key) Total time: 114018 clock ticks (228.04 usec) Encryption speed (cycles/packet): 1628.83 Encryption speed (cycles/byte): 40.72 Encryption speed (Mbps): 98.23 Overhead: 809.2% Encrypted 30 packets of 576 bytes (under 1 keys, 30 packets/key) Total time: 120832 clock ticks (241.66 usec) Encryption speed (cycles/packet): 4027.73 Encryption speed (cycles/byte): 6.99 Encryption speed (Mbps): 572.03 Overhead: 56.1% Encrypted 14 packets of 1500 bytes (under 1 keys, 14 packets/key) Total time: 116892 clock ticks (233.78 usec) Encryption speed (cycles/packet): 8349.43 Encryption speed (cycles/byte): 5.57 Encryption speed (Mbps): 718.61 Overhead: 24.3% Weighted average (Simple Imix): Encryption speed (cycles/byte): 8.78 Encryption speed (Mbps): 455.52 Overhead: 96.1% Testing key setup speed: Did 140 key setups (under 10 keys, 14 setups/key) Total time: 117377 clock ticks (234.75 usec) Key setup speed (cycles/setup): 838.41 Key setup speed (setups/second): 596368.96 Testing IV setup speed: Did 110 IV setups (under 10 keys, 11 setups/key) Total time: 119849 clock ticks (239.70 usec) IV setup speed (cycles/setup): 1089.54 IV setup speed (setups/second): 458910.80 Testing key agility: Encrypted 50 blocks of 256 bytes (each time switching contexts) Total time: 106719 clock ticks (213.44 usec) Encryption speed (cycles/byte): 8.34 Encryption speed (Mbps): 479.76 Overhead: 86.1% End of performance measurements Primitive Name: Py6 =================== 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: 1124 bytes Testing stream encryption speed: Encrypted 1 blocks of 32000 bytes (under 1 keys, 1 blocks/key) Total time: 142670 clock ticks (285.34 usec) Encryption speed (cycles/byte): 4.46 Encryption speed (Mbps): 897.18 Testing packet encryption speed: Encrypted 60 packets of 40 bytes (under 1 keys, 60 packets/key) Total time: 107422 clock ticks (214.84 usec) Encryption speed (cycles/packet): 1790.37 Encryption speed (cycles/byte): 44.76 Encryption speed (Mbps): 89.37 Overhead: 903.9% Encrypted 28 packets of 576 bytes (under 1 keys, 28 packets/key) Total time: 117699 clock ticks (235.40 usec) Encryption speed (cycles/packet): 4203.54 Encryption speed (cycles/byte): 7.30 Encryption speed (Mbps): 548.11 Overhead: 63.7% Encrypted 14 packets of 1500 bytes (under 1 keys, 14 packets/key) Total time: 119450 clock ticks (238.90 usec) Encryption speed (cycles/packet): 8532.14 Encryption speed (cycles/byte): 5.69 Encryption speed (Mbps): 703.22 Overhead: 27.6% Weighted average (Simple Imix): Encryption speed (cycles/byte): 9.27 Encryption speed (Mbps): 431.27 Overhead: 108.0% Testing key setup speed: Did 110 key setups (under 10 keys, 11 setups/key) Total time: 118522 clock ticks (237.04 usec) Key setup speed (cycles/setup): 1077.47 Key setup speed (setups/second): 464048.87 Testing IV setup speed: Did 80 IV setups (under 1 keys, 80 setups/key) Total time: 97336 clock ticks (194.67 usec) IV setup speed (cycles/setup): 1216.70 IV setup speed (setups/second): 410947.65 Testing key agility: Encrypted 50 blocks of 256 bytes (each time switching contexts) Total time: 107139 clock ticks (214.28 usec) Encryption speed (cycles/byte): 8.37 Encryption speed (Mbps): 477.88 Overhead: 87.7% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 16:36:53 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_pca56_fast cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/py/py6/../../../include -I../../../../submissions/py/py6 -arch pca56 -c -o ecrypt-test_cc_pca56.o ../../../../submissions/py/py6/../../../test/ecrypt-test.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/py/py6/../../../include -I../../../../submissions/py/py6 -arch pca56 -c -o ecrypt-sync_cc_pca56.o ../../../../submissions/py/py6/../../../api/ecrypt-sync.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../submissions/py/py6/../../../include -I../../../../submissions/py/py6 -arch pca56 -c -o py6_cc_pca56.o ../../../../submissions/py/py6/py6.c cc -fast -arch pca56 ecrypt-test_cc_pca56.o ecrypt-sync_cc_pca56.o py6_cc_pca56.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 18334a252f9b7f0bbc872469545e7979 -