******************************************************************************** * 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: 118127 clock ticks (236.25 usec) Encryption speed (cycles/byte): 4.73 Encryption speed (Mbps): 845.19 Testing packet encryption speed: Encrypted 110 packets of 40 bytes (under 10 keys, 11 packets/key) Total time: 129306 clock ticks (258.61 usec) Encryption speed (cycles/packet): 1175.51 Encryption speed (cycles/byte): 29.39 Encryption speed (Mbps): 136.11 Overhead: 521.0% Encrypted 28 packets of 576 bytes (under 1 keys, 28 packets/key) Total time: 124570 clock ticks (249.14 usec) Encryption speed (cycles/packet): 4448.93 Encryption speed (cycles/byte): 7.72 Encryption speed (Mbps): 517.88 Overhead: 63.2% Encrypted 13 packets of 1500 bytes (under 1 keys, 13 packets/key) Total time: 172879 clock ticks (345.76 usec) Encryption speed (cycles/packet): 13298.38 Encryption speed (cycles/byte): 8.87 Encryption speed (Mbps): 451.18 Overhead: 87.3% Weighted average (Simple Imix): Encryption speed (cycles/byte): 9.63 Encryption speed (Mbps): 415.43 Overhead: 103.4% Testing key setup speed: Did 90 key setups (under 1 keys, 90 setups/key) Total time: 114286 clock ticks (228.57 usec) Key setup speed (cycles/setup): 1269.84 Key setup speed (setups/second): 393749.02 Testing IV setup speed: Did 180 IV setups (under 10 keys, 18 setups/key) Total time: 120379 clock ticks (240.76 usec) IV setup speed (cycles/setup): 668.77 IV setup speed (setups/second): 747638.71 Testing key agility: Encrypted 70 blocks of 320 bytes (each time switching contexts) Total time: 122010 clock ticks (244.02 usec) Encryption speed (cycles/byte): 5.45 Encryption speed (Mbps): 734.37 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: 118117 clock ticks (236.23 usec) Encryption speed (cycles/byte): 4.73 Encryption speed (Mbps): 845.26 Testing packet encryption speed: Encrypted 110 packets of 40 bytes (under 10 keys, 11 packets/key) Total time: 123596 clock ticks (247.19 usec) Encryption speed (cycles/packet): 1123.60 Encryption speed (cycles/byte): 28.09 Encryption speed (Mbps): 142.40 Overhead: 493.6% Encrypted 28 packets of 576 bytes (under 1 keys, 28 packets/key) Total time: 126943 clock ticks (253.89 usec) Encryption speed (cycles/packet): 4533.68 Encryption speed (cycles/byte): 7.87 Encryption speed (Mbps): 508.20 Overhead: 66.3% Encrypted 13 packets of 1500 bytes (under 1 keys, 13 packets/key) Total time: 128907 clock ticks (257.81 usec) Encryption speed (cycles/packet): 9915.92 Encryption speed (cycles/byte): 6.61 Encryption speed (Mbps): 605.09 Overhead: 39.7% Weighted average (Simple Imix): Encryption speed (cycles/byte): 8.79 Encryption speed (Mbps): 454.84 Overhead: 85.8% Testing key setup speed: Did 100 key setups (under 10 keys, 10 setups/key) Total time: 120812 clock ticks (241.62 usec) Key setup speed (cycles/setup): 1208.12 Key setup speed (setups/second): 413866.17 Testing IV setup speed: Did 180 IV setups (under 10 keys, 18 setups/key) Total time: 118434 clock ticks (236.87 usec) IV setup speed (cycles/setup): 657.97 IV setup speed (setups/second): 759916.92 Testing key agility: Encrypted 70 blocks of 320 bytes (each time switching contexts) Total time: 121725 clock ticks (243.45 usec) Encryption speed (cycles/byte): 5.43 Encryption speed (Mbps): 736.09 Overhead: 14.8% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Mon Jan 29 16:44:05 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/sosemanuk/../../include -I../../../submissions/sosemanuk -arch pca56 -c -o ecrypt-test_cc_pca56.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 pca56 -c -o ecrypt-sync_cc_pca56.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 pca56 -c -o sosemanuk_cc_pca56.o ../../../submissions/sosemanuk/sosemanuk.c cc -fast -arch pca56 ecrypt-test_cc_pca56.o ecrypt-sync_cc_pca56.o sosemanuk_cc_pca56.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- e8f76348d3a4303bdde71e86e79eb3f0 -