Home
last modified time | relevance | path

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

/linux-3.3/drivers/crypto/
Dmv_cesa.c128 struct mv_req_hash_ctx { struct
129 u64 count;
130 u32 state[SHA1_DIGEST_SIZE / 4];
131 u8 buffer[SHA1_BLOCK_SIZE];
132 int first_hash; /* marks that we don't have previous state */
133 int last_chunk; /* marks that this is the 'final' request */
134 int extra_bytes; /* unprocessed bytes in buffer */
135 enum hash_op op;
136 int count_add;