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

/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Dcbc_test.c58 #define TEST_BLOCK_SIZE (CBC_MAX_BLOCK_SIZE * 2) macro
59 #define TEST_SIZE (TEST_BLOCK_SIZE * 2)
127 for (i = 0; i < TEST_SIZE; i += TEST_BLOCK_SIZE) {
129 TEST_BLOCK_SIZE, (uint8_t *)iv);
139 for (i = 0; i < TEST_SIZE; i += TEST_BLOCK_SIZE) {
141 TEST_BLOCK_SIZE, (uint8_t *)iv);

Completed in 583 milliseconds