Home
last modified time | relevance | path

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

/titanic_41/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) { in cbctest()
129 TEST_BLOCK_SIZE, (uint8_t *)iv); in cbctest()
139 for (i = 0; i < TEST_SIZE; i += TEST_BLOCK_SIZE) { in cbctest()
141 TEST_BLOCK_SIZE, (uint8_t *)iv); in cbctest()