RIPEMD160_BLOCK_SIZE
.block_size = RIPEMD160_BLOCK_SIZE,
#ifdef RIPEMD160_BLOCK_SIZE
#if (MAX_BLOCK_SIZE < RIPEMD160_BLOCK_SIZE)
#define MAX_BLOCK_SIZE RIPEMD160_BLOCK_SIZE
u8 ripemd160_buffer[RIPEMD160_BLOCK_SIZE];
const u8 data[RIPEMD160_BLOCK_SIZE])
fill = (u16)(RIPEMD160_BLOCK_SIZE - left);
while (remain_ilen >= RIPEMD160_BLOCK_SIZE) {
data_ptr += RIPEMD160_BLOCK_SIZE;
remain_ilen -= RIPEMD160_BLOCK_SIZE;
u8 last_padded_block[2 * RIPEMD160_BLOCK_SIZE];
block_present = (ctx->ripemd160_total % RIPEMD160_BLOCK_SIZE);
if (block_present > (RIPEMD160_BLOCK_SIZE - 1 - sizeof(u64))) {
(2 * RIPEMD160_BLOCK_SIZE) - sizeof(u64));
ret = ripemd160_process(ctx, last_padded_block + RIPEMD160_BLOCK_SIZE); EG(ret, err);
RIPEMD160_BLOCK_SIZE - sizeof(u64));