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

/freebsd-13-stable/sbin/md5/
H A Dmd5.c52 #define TEST_BLOCK_COUNT 100000 macro
313 * Measures the time to digest TEST_BLOCK_COUNT TEST_BLOCK_LEN-byte blocks.
327 alg->name, TEST_BLOCK_COUNT, TEST_BLOCK_LEN);
339 for (i = 0; i < TEST_BLOCK_COUNT; i++)
352 (float) TEST_BLOCK_COUNT / seconds / (1 << 20));

Completed in 62 milliseconds