Searched refs:BLOCKS_AT_A_TIME (Results 1 – 1 of 1) sorted by relevance
53 #define BLOCKS_AT_A_TIME 8 macro55 #define BLOCKS_AT_A_TIME 1024 macro177 data->buffer = (char*)malloc(info.block_size * BLOCKS_AT_A_TIME); in encrypt_groups()226 if (offset % (info.block_size * BLOCKS_AT_A_TIME) == 0 || in encrypt_groups()227 data->count == BLOCKS_AT_A_TIME) { in encrypt_groups()