Home
last modified time | relevance | path

Searched defs:mv_req_hash_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/
Dmv_cesa.c135 struct mv_req_hash_ctx { struct
136 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;