Searched defs:hash_state (Results 1 – 1 of 1) sorted by relevance
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;[all …]