******************************************************************************** * ECRYPT Stream Cipher Project * ******************************************************************************** Primitive Name: FUBUKI ====================== Profile: SW Key size: 128 bits IV size: 128 bits CPU speed: 750.0 MHz Cycles are measured using gethrtime() Testing memory requirements: Size of ECRYPT_ctx: 3408 bytes Testing stream encryption speed: Encrypted 1 blocks of 4096 bytes (under 1 keys, 1 blocks/key) Total time: 989000 clock ticks (989.00 usec) Encryption speed (cycles/byte): 181.09 Encryption speed (Mbps): 33.13 Testing packet encryption speed: Encrypted 2 packets of 40 bytes (under 1 keys, 2 packets/key) Total time: 207800 clock ticks (207.80 usec) Encryption speed (cycles/packet): 77925.00 Encryption speed (cycles/byte): 1948.12 Encryption speed (Mbps): 3.08 Overhead: 975.8% Encrypted 1 packets of 576 bytes (under 1 keys, 1 packets/key) Total time: 233200 clock ticks (233.20 usec) Encryption speed (cycles/packet): 174900.00 Encryption speed (cycles/byte): 303.65 Encryption speed (Mbps): 19.76 Overhead: 67.7% Encrypted 1 packets of 1500 bytes (under 1 keys, 1 packets/key) Total time: 452400 clock ticks (452.40 usec) Encryption speed (cycles/packet): 339300.00 Encryption speed (cycles/byte): 226.20 Encryption speed (Mbps): 26.53 Overhead: 24.9% Weighted average (Simple Imix): Encryption speed (cycles/byte): 387.95 Encryption speed (Mbps): 15.47 Overhead: 114.2% Testing key setup speed: Did 1500 key setups (under 10 keys, 150 setups/key) Total time: 225600 clock ticks (225.60 usec) Key setup speed (cycles/setup): 112.80 Key setup speed (setups/second): 6648936.17 Testing IV setup speed: Did 2 IV setups (under 1 keys, 2 setups/key) Total time: 185800 clock ticks (185.80 usec) IV setup speed (cycles/setup): 69675.00 IV setup speed (setups/second): 10764.26 Testing key agility: Encrypted 3 blocks of 256 bytes (each time switching contexts) Total time: 199200 clock ticks (199.20 usec) Encryption speed (cycles/byte): 194.53 Encryption speed (Mbps): 30.84 Overhead: 7.4% End of performance measurements Primitive Name: FUBUKI ====================== Profile: SW Key size: 256 bits IV size: 128 bits CPU speed: 750.0 MHz Cycles are measured using gethrtime() Testing memory requirements: Size of ECRYPT_ctx: 3408 bytes Testing stream encryption speed: Encrypted 1 blocks of 4096 bytes (under 1 keys, 1 blocks/key) Total time: 999600 clock ticks (999.60 usec) Encryption speed (cycles/byte): 183.03 Encryption speed (Mbps): 32.78 Testing packet encryption speed: Encrypted 2 packets of 40 bytes (under 1 keys, 2 packets/key) Total time: 207000 clock ticks (207.00 usec) Encryption speed (cycles/packet): 77625.00 Encryption speed (cycles/byte): 1940.62 Encryption speed (Mbps): 3.09 Overhead: 960.3% Encrypted 1 packets of 576 bytes (under 1 keys, 1 packets/key) Total time: 231400 clock ticks (231.40 usec) Encryption speed (cycles/packet): 173550.00 Encryption speed (cycles/byte): 301.30 Encryption speed (Mbps): 19.91 Overhead: 64.6% Encrypted 1 packets of 1500 bytes (under 1 keys, 1 packets/key) Total time: 450000 clock ticks (450.00 usec) Encryption speed (cycles/packet): 337500.00 Encryption speed (cycles/byte): 225.00 Encryption speed (Mbps): 26.67 Overhead: 22.9% Weighted average (Simple Imix): Encryption speed (cycles/byte): 385.67 Encryption speed (Mbps): 15.56 Overhead: 110.7% Testing key setup speed: Did 1100 key setups (under 10 keys, 110 setups/key) Total time: 230600 clock ticks (230.60 usec) Key setup speed (cycles/setup): 157.23 Key setup speed (setups/second): 4770164.79 Testing IV setup speed: Did 2 IV setups (under 1 keys, 2 setups/key) Total time: 185200 clock ticks (185.20 usec) IV setup speed (cycles/setup): 69450.00 IV setup speed (setups/second): 10799.14 Testing key agility: Encrypted 4 blocks of 256 bytes (each time switching contexts) Total time: 258200 clock ticks (258.20 usec) Encryption speed (cycles/byte): 189.11 Encryption speed (Mbps): 31.73 Overhead: 3.3% End of performance measurements ******************************************************************************* DATE: ------------------------------------------------------------------------------- Fri Dec 30 00:13:46 MET 2005 CPU: ------------------------------------------------------------------------------- Status of processor 0 as of: 12/29/05 23:59:13 Processor has been on-line since 10/03/05 13:50:17. The sparcv9 processor operates at 750 MHz, and has a sparcv9 floating point processor. COMPILER: ------------------------------------------------------------------------------- cc: Forte Developer 7 C 5.4 2002/03/09 usage: cc [ options] files. Use 'cc -flags' for details make: *** [version] Error 1 COMPILATION: ------------------------------------------------------------------------------- make var=1 conf=cc_v8plusa_fast cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../submissions/fubuki/../../include -I../../../submissions/fubuki -xarch=v8plusa -c -o ecrypt-test_cc_v8plusa.o ../../../submissions/fubuki/../../test/ecrypt-test.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../submissions/fubuki/../../include -I../../../submissions/fubuki -xarch=v8plusa -c -o ecrypt-sync_cc_v8plusa.o ../../../submissions/fubuki/../../api/ecrypt-sync.c cc -fast -DECRYPT_API=ecrypt-sync.h -DECRYPT_VARIANT=1 -I../../../submissions/fubuki/../../include -I../../../submissions/fubuki -xarch=v8plusa -c -o fubuki_cc_v8plusa.o ../../../submissions/fubuki/fubuki.c cc -fast -xarch=v8plusa ecrypt-test_cc_v8plusa.o ecrypt-sync_cc_v8plusa.o fubuki_cc_v8plusa.o -o ecrypt-test EXECUTABLE: ------------------------------------------------------------------------------- 91d1e63c79b88aa1d9a33be239cf9204 *-