MDC2_BLOCK_SIZE
(*block_size) = MDC2_BLOCK_SIZE;
fill = (u16)(MDC2_BLOCK_SIZE - left);
while (remain_ilen >= MDC2_BLOCK_SIZE) {
data_ptr += MDC2_BLOCK_SIZE;
remain_ilen -= MDC2_BLOCK_SIZE;
if((ctx->mdc2_total % MDC2_BLOCK_SIZE) != 0){
for(i = (ctx->mdc2_total % MDC2_BLOCK_SIZE); i < MDC2_BLOCK_SIZE; i++){
ctx->mdc2_buffer[(ctx->mdc2_total % MDC2_BLOCK_SIZE)] = 0x80;
for(i = ((unsigned int)(ctx->mdc2_total % MDC2_BLOCK_SIZE) + 1); i < MDC2_BLOCK_SIZE; i++){
const u8 data[MDC2_BLOCK_SIZE])
u8 mdc2_buffer[MDC2_BLOCK_SIZE];