summaryrefslogtreecommitdiff
path: root/aes-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'aes-internal.h')
-rw-r--r--aes-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/aes-internal.h b/aes-internal.h
index 42fc4dec..e361bde9 100644
--- a/aes-internal.h
+++ b/aes-internal.h
@@ -53,13 +53,13 @@ struct aes_table
void
_aes_encrypt(const struct aes_ctx *ctx,
const struct aes_table *T,
- unsigned length, uint8_t *dst,
+ size_t length, uint8_t *dst,
const uint8_t *src);
void
_aes_decrypt(const struct aes_ctx *ctx,
const struct aes_table *T,
- unsigned length, uint8_t *dst,
+ size_t length, uint8_t *dst,
const uint8_t *src);
/* Macros */