Searched refs:TEST_BLOCK_LEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sbin/md5/
H A Dmd5.c51 #define TEST_BLOCK_LEN 10000 macro
313 * Measures the time to digest TEST_BLOCK_COUNT TEST_BLOCK_LEN-byte blocks.
322 unsigned char block[TEST_BLOCK_LEN];
327 alg->name, TEST_BLOCK_COUNT, TEST_BLOCK_LEN);
331 for (i = 0; i < TEST_BLOCK_LEN; i++)
340 alg->Update(&context, block, TEST_BLOCK_LEN);
351 printf("Speed = %f MiB/second\n", (float) TEST_BLOCK_LEN *

Completed in 62 milliseconds