******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: SOSEMANUK ========================= 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: 452 bytes Testing stream encryption speed: Encrypted 6 blocks of 4160 bytes (under 1 keys, 6 blocks/key) Total time: 115486 clock ticks (230.97 usec) Encryption speed (cycles/byte): 4.63 Encryption speed (Mbps): 864.52 Testing packet encryption speed: Encrypted 110 packets of 40 bytes (under 10 keys, 11 packets/key) Total time: 126709 clock ticks (253.42 usec) Encryption speed (cycles/packet): 1151.90 Encryption speed (cycles/byte): 28.80 Encryption speed (Mbps): 138.90 Overhead: 522.4% Encrypted 29 packets of 576 bytes (under 1 keys, 29 packets/key) Total time: 127883 clock ticks (255.77 usec) Encryption speed (cycles/packet): 4409.76 Encryption speed (cycles/byte): 7.66 Encryption speed (Mbps): 522.48 Overhead: 65.5% Encrypted 13 packets of 1500 bytes (under 1 keys, 13 packets/key) Total time: 122095 clock ticks (244.19 usec) Encryption speed (cycles/packet): 9391.92 Encryption speed (cycles/byte): 6.26 Encryption speed (Mbps): 638.85 Overhead: 35.3% Weighted average (Simple Imix): Encryption speed (cycles/byte): 8.59 Encryption speed (Mbps): 465.49 Overhead: 85.7% Testing key setup speed: Did 90 key setups (under 1 keys, 90 setups/key) Total time: 117098 clock ticks (234.20 usec) Key setup speed (cycles/setup): 1301.09 Key setup speed (setups/second): 384293.50 Testing IV setup speed: Did 170 IV setups (under 10 keys, 17 setups/key) Total time: 117761 clock ticks (235.52 usec) IV setup speed (cycles/setup): 692.71 IV setup speed (setups/second): 721800.94 Testing key agility: Encrypted 70 blocks of 320 bytes (each time switching contexts) Total time: 119256 clock ticks (238.51 usec) Encryption speed (cycles/byte): 5.32 Encryption speed (Mbps): 751.32 Overhead: 15.1% End of performance measurements Primitive Name: SOSEMANUK ========================= 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: 452 bytes Testing stream encryption speed: Encrypted 6 blocks of 4160 bytes (under 1 keys, 6 blocks/key) Total time: 115487 clock ticks (230.97 usec) Encryption speed (cycles/byte): 4.63 Encryption speed (Mbps): 864.51 Testing packet encryption speed: Encrypted 100 packets of 40 bytes (under 10 keys, 10 packets/key) Total time: 145941 clock ticks (291.88 usec) Encryption speed (cycles/packet): 1459.41 Encryption speed (cycles/byte): 36.49 Encryption speed (Mbps): 109.63 Overhead: 688.5% Encrypted 29 packets of 576 bytes (under 1 keys, 29 packets/key) Total time: 121422 clock ticks (242.84 usec) Encryption speed (cycles/packet): 4186.97 Encryption speed (cycles/byte): 7.27 Encryption speed (Mbps): 550.28 Overhead: 57.1% Encrypted 13 packets of 1500 bytes (under 1 keys, 13 packets/key) Total time: 121852 clock ticks (243.70 usec) Encryption speed (cycles/packet): 9373.23 Encryption speed (cycles/byte): 6.25 Encryption speed (Mbps): 640.12 Overhead: 35.1% Weighted average (Simple Imix): Encryption speed (cycles/byte): 8.90 Encryption speed (Mbps): 449.57 Overhead: 92.3% Testing key setup speed: Did 100 key setups (under 10 keys, 10 setups/key) Total time: 119593 clock ticks (239.19 usec) Key setup speed (cycles/setup): 1195.93 Key setup speed (setups/second): 418084.67 Testing IV setup speed: Did 180 IV setups (under 10 keys, 18 setups/key) Total time: 122805 clock ticks (245.61 usec) IV setup speed (cycles/setup): 682.25 IV setup speed (setups/second): 732869.18 Testing key agility: Encrypted 70 blocks of 320 bytes (each time switching contexts) Total time: 119200 clock ticks (238.40 usec) Encryption speed (cycles/byte): 5.32 Encryption speed (Mbps): 751.68 Overhead: 15.0% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 19:20:08 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/sosemanuk/../../include -I../../../submissions/sosemanuk -arch ev6 -c -o ecrypt-test_cc_ev6.o ../../../submissions/sosemanuk/../../test/ecrypt-test.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../submissions/sosemanuk/../../include -I../../../submissions/sosemanuk -arch ev6 -c -o ecrypt-sync_cc_ev6.o ../../../submissions/sosemanuk/../../api/ecrypt-sync.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../submissions/sosemanuk/../../include -I../../../submissions/sosemanuk -arch ev6 -c -o sosemanuk_cc_ev6.o ../../../submissions/sosemanuk/sosemanuk.c cc -fast -arch ev6 ecrypt-test_cc_ev6.o ecrypt-sync_cc_ev6.o sosemanuk_cc_ev6.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 1f3e4b6902d68d01206a9ad1e8e0a2c2 -