aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/crypto/sha1-mb/sha1_mb_ctx.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/crypto/sha1-mb/sha1_mb_ctx.h')
-rw-r--r--arch/x86/crypto/sha1-mb/sha1_mb_ctx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/crypto/sha1-mb/sha1_mb_ctx.h b/arch/x86/crypto/sha1-mb/sha1_mb_ctx.h
index 98a35bcc6f4a..13590ccf965c 100644
--- a/arch/x86/crypto/sha1-mb/sha1_mb_ctx.h
+++ b/arch/x86/crypto/sha1-mb/sha1_mb_ctx.h
@@ -125,7 +125,7 @@ struct sha1_hash_ctx {
/* error flag */
int error;
- uint32_t total_length;
+ uint64_t total_length;
const void *incoming_buffer;
uint32_t incoming_buffer_length;
uint8_t partial_block_buffer[SHA1_BLOCK_SIZE * 2];