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