Searched defs:mv_req_hash_ctx (Results 1 – 1 of 1) sorted by relevance
140 struct mv_req_hash_ctx { struct141 u64 count;142 u32 state[SHA1_DIGEST_SIZE / 4];143 u8 buffer[SHA1_BLOCK_SIZE];144 int first_hash; /* marks that we don't have previous state */145 int last_chunk; /* marks that this is the 'final' request */146 int extra_bytes; /* unprocessed bytes in buffer */147 enum hash_op op;148 int count_add;