CAMELLIA_BLOCK_SIZE
#define BLOCK_SIZE CAMELLIA_BLOCK_SIZE
for (z = 0; z < CAMELLIA_BLOCK_SIZE / 4; z++) {
unsigned char blockY[CAMELLIA_BLOCK_SIZE], blockB[CAMELLIA_BLOCK_SIZE];
if (output->length < CAMELLIA_BLOCK_SIZE)
memcpy(blockY, iv->data, CAMELLIA_BLOCK_SIZE);
memset(blockY, 0, CAMELLIA_BLOCK_SIZE);
k5_iov_cursor_init(&cursor, data, num_data, CAMELLIA_BLOCK_SIZE, FALSE);
output->length = CAMELLIA_BLOCK_SIZE;
memcpy(output->data, blockY, CAMELLIA_BLOCK_SIZE);
unsigned char ivec[CAMELLIA_BLOCK_SIZE],
unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE],
unsigned char ivec[CAMELLIA_BLOCK_SIZE],
unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE],