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

/freebsd-9.3-release/sbin/md5/
H A Dmd5.c41 #define TEST_BLOCK_COUNT 100000 macro
233 * Measures the time to digest TEST_BLOCK_COUNT TEST_BLOCK_LEN-byte blocks.
247 alg->name, TEST_BLOCK_COUNT, TEST_BLOCK_LEN);
259 for (i = 0; i < TEST_BLOCK_COUNT; i++)
272 (float) TEST_BLOCK_LEN * (float) TEST_BLOCK_COUNT / seconds);

Completed in 61 milliseconds