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

/freebsd-11-stable/sbin/md5/
H A Dmd5.c44 #define TEST_BLOCK_LEN 10000 macro
267 * Measures the time to digest TEST_BLOCK_COUNT TEST_BLOCK_LEN-byte blocks.
276 unsigned char block[TEST_BLOCK_LEN];
281 alg->name, TEST_BLOCK_COUNT, TEST_BLOCK_LEN);
285 for (i = 0; i < TEST_BLOCK_LEN; i++)
294 alg->Update(&context, block, TEST_BLOCK_LEN);
305 printf("Speed = %f MiB/second\n", (float) TEST_BLOCK_LEN *

Completed in 56 milliseconds