summaryrefslogtreecommitdiff
path: root/cipher/cipher-selftest.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/cipher-selftest.h')
-rw-r--r--cipher/cipher-selftest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cipher/cipher-selftest.h b/cipher/cipher-selftest.h
index 41d77af1..3a0fe98f 100644
--- a/cipher/cipher-selftest.h
+++ b/cipher/cipher-selftest.h
@@ -28,17 +28,17 @@
typedef void (*gcry_cipher_bulk_cbc_dec_t)(void *context, unsigned char *iv,
void *outbuf_arg,
const void *inbuf_arg,
- unsigned int nblocks);
+ size_t nblocks);
typedef void (*gcry_cipher_bulk_cfb_dec_t)(void *context, unsigned char *iv,
void *outbuf_arg,
const void *inbuf_arg,
- unsigned int nblocks);
+ size_t nblocks);
typedef void (*gcry_cipher_bulk_ctr_enc_t)(void *context, unsigned char *iv,
void *outbuf_arg,
const void *inbuf_arg,
- unsigned int nblocks);
+ size_t nblocks);
/* Helper function for bulk CBC decryption selftest */
const char *