summaryrefslogtreecommitdiffstats
path: root/providers/common/ciphers/cipher_common_hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/common/ciphers/cipher_common_hw.c')
-rw-r--r--providers/common/ciphers/cipher_common_hw.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/providers/common/ciphers/cipher_common_hw.c b/providers/common/ciphers/cipher_common_hw.c
index 47e14afbbb..5a3fb3060b 100644
--- a/providers/common/ciphers/cipher_common_hw.c
+++ b/providers/common/ciphers/cipher_common_hw.c
@@ -9,9 +9,6 @@
#include "cipher_locl.h"
-#define MAXCHUNK ((size_t)1 << (sizeof(long) * 8 - 2))
-#define MAXBITCHUNK ((size_t)1 << (sizeof(size_t) * 8 - 4))
-
/*-
* The generic cipher functions for cipher modes cbc, ecb, ofb, cfb and ctr.
* Used if there is no special hardware implementations.