RMD160_BLOCK_SIZE
int remain = len - round_down(len, RMD160_BLOCK_SIZE);
__le32 buffer[RMD160_BLOCK_SIZE / 4];
unsigned int bit_offset = RMD160_BLOCK_SIZE / 8 - 1;
__le64 l64[RMD160_BLOCK_SIZE / 4];
__le32 l32[RMD160_BLOCK_SIZE / 2];
u8 u8[RMD160_BLOCK_SIZE * 2];
bit_offset += RMD160_BLOCK_SIZE / 8;
if (bit_offset > RMD160_BLOCK_SIZE / 8)
block.l32 + RMD160_BLOCK_SIZE / 4);
.cra_blocksize = RMD160_BLOCK_SIZE,