******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: CryptMT-v1 ========================== Profile: S.___ Key size: 128 bits IV size: 128 bits CPU speed: 500.0 MHz Cycles are measured using RPCC instruction Testing memory requirements: Size of ECRYPT_ctx: 3020 bytes Testing stream encryption speed: Encrypted 2 blocks of 4368 bytes (under 1 keys, 2 blocks/key) Total time: 107735 clock ticks (215.47 usec) Encryption speed (cycles/byte): 12.33 Encryption speed (Mbps): 324.35 Testing packet encryption speed: Encrypted 3 packets of 40 bytes (under 1 keys, 3 packets/key) Total time: 93752 clock ticks (187.50 usec) Encryption speed (cycles/packet): 31250.67 Encryption speed (cycles/byte): 781.27 Encryption speed (Mbps): 5.12 Overhead: 6235.1% Encrypted 3 packets of 576 bytes (under 1 keys, 3 packets/key) Total time: 116825 clock ticks (233.65 usec) Encryption speed (cycles/packet): 38941.67 Encryption speed (cycles/byte): 67.61 Encryption speed (Mbps): 59.17 Overhead: 448.2% Encrypted 2 packets of 1500 bytes (under 1 keys, 2 packets/key) Total time: 99460 clock ticks (198.92 usec) Encryption speed (cycles/packet): 49730.00 Encryption speed (cycles/byte): 33.15 Encryption speed (Mbps): 120.65 Overhead: 168.8% Weighted average (Simple Imix): Encryption speed (cycles/byte): 103.88 Encryption speed (Mbps): 38.51 Overhead: 742.4% Testing key setup speed: Did 3500 key setups (under 10 keys, 350 setups/key) Total time: 115533 clock ticks (231.07 usec) Key setup speed (cycles/setup): 33.01 Key setup speed (setups/second): 15147187.38 Testing IV setup speed: Did 4 IV setups (under 1 keys, 4 setups/key) Total time: 122310 clock ticks (244.62 usec) IV setup speed (cycles/setup): 30577.50 IV setup speed (setups/second): 16351.89 Testing key agility: Encrypted 14 blocks of 624 bytes (each time switching contexts) Total time: 126817 clock ticks (253.63 usec) Encryption speed (cycles/byte): 14.52 Encryption speed (Mbps): 275.55 Overhead: 17.7% End of performance measurements Primitive Name: CryptMT-v1 ========================== 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: 3020 bytes Testing stream encryption speed: Encrypted 2 blocks of 4368 bytes (under 1 keys, 2 blocks/key) Total time: 107681 clock ticks (215.36 usec) Encryption speed (cycles/byte): 12.33 Encryption speed (Mbps): 324.51 Testing packet encryption speed: Encrypted 3 packets of 40 bytes (under 1 keys, 3 packets/key) Total time: 93713 clock ticks (187.43 usec) Encryption speed (cycles/packet): 31237.67 Encryption speed (cycles/byte): 780.94 Encryption speed (Mbps): 5.12 Overhead: 6235.7% Encrypted 3 packets of 576 bytes (under 1 keys, 3 packets/key) Total time: 116858 clock ticks (233.72 usec) Encryption speed (cycles/packet): 38952.67 Encryption speed (cycles/byte): 67.63 Encryption speed (Mbps): 59.15 Overhead: 448.6% Encrypted 2 packets of 1500 bytes (under 1 keys, 2 packets/key) Total time: 99494 clock ticks (198.99 usec) Encryption speed (cycles/packet): 49747.00 Encryption speed (cycles/byte): 33.16 Encryption speed (Mbps): 120.61 Overhead: 169.1% Weighted average (Simple Imix): Encryption speed (cycles/byte): 103.87 Encryption speed (Mbps): 38.51 Overhead: 742.7% Testing key setup speed: Did 3700 key setups (under 10 keys, 370 setups/key) Total time: 371851 clock ticks (743.70 usec) Key setup speed (cycles/setup): 100.50 Key setup speed (setups/second): 4975111.00 Testing IV setup speed: Did 4 IV setups (under 1 keys, 4 setups/key) Total time: 122316 clock ticks (244.63 usec) IV setup speed (cycles/setup): 30579.00 IV setup speed (setups/second): 16351.09 Testing key agility: Encrypted 14 blocks of 624 bytes (each time switching contexts) Total time: 127040 clock ticks (254.08 usec) Encryption speed (cycles/byte): 14.54 Encryption speed (Mbps): 275.06 Overhead: 18.0% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 19:03:45 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/cryptmt/v1/opt/../../../../include -I../../../../../submissions/cryptmt/v1/opt -arch ev6 -c -o ecrypt-test_cc_ev6.o ../../../../../submissions/cryptmt/v1/opt/../../../../test/ecrypt-test.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../../submissions/cryptmt/v1/opt/../../../../include -I../../../../../submissions/cryptmt/v1/opt -arch ev6 -c -o ecrypt-sync_cc_ev6.o ../../../../../submissions/cryptmt/v1/opt/../../../../api/ecrypt-sync.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../../../submissions/cryptmt/v1/opt/../../../../include -I../../../../../submissions/cryptmt/v1/opt -arch ev6 -c -o cryptmt_cc_ev6.o ../../../../../submissions/cryptmt/v1/opt/cryptmt.c cc -fast -arch ev6 ecrypt-test_cc_ev6.o ecrypt-sync_cc_ev6.o cryptmt_cc_ev6.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 2b401db042b031e735df7bb7022842ee -