Lines Matching defs:hash_state
230 struct hash_state { struct231 u32 temp_cr;232 u32 str_reg;233 u32 din_reg;234 u32 csr[52];235 u32 csfull;236 u32 csdatain;237 u32 buffer[HASH_BLOCK_SIZE / sizeof(u32)];238 struct uint64 length;239 u8 index;240 u8 bit_index;