diff options
author | lloyd <[email protected]> | 2010-01-04 21:17:26 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-01-04 21:17:26 +0000 |
commit | c8c7a8fb27183dfaf24879aa2520049ab4977de4 (patch) | |
tree | a2959afdb420775d2d1255dc05ea51d981e7da09 /src/build-data/buildh.in | |
parent | ee8f5752ffbbb2ce65dfe3f7947a599f6d12abea (diff) |
Make all parallel block modes 16 blocks wide
Diffstat (limited to 'src/build-data/buildh.in')
-rw-r--r-- | src/build-data/buildh.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index 7588dc99b..231a7aeeb 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -27,11 +27,11 @@ * * CBC and CFB can only use parallel processing in decryption mode */ -#define BOTAN_PARALLEL_BLOCKS_ECB 8 -#define BOTAN_PARALLEL_BLOCKS_CBC 8 -#define BOTAN_PARALLEL_BLOCKS_CFB 8 +#define BOTAN_PARALLEL_BLOCKS_ECB 16 +#define BOTAN_PARALLEL_BLOCKS_CBC 16 +#define BOTAN_PARALLEL_BLOCKS_CFB 16 #define BOTAN_PARALLEL_BLOCKS_CTR 16 -#define BOTAN_PARALLEL_BLOCKS_XTS 8 +#define BOTAN_PARALLEL_BLOCKS_XTS 16 /* PK key consistency checking toggles */ #define BOTAN_PUBLIC_KEY_STRONG_CHECKS_ON_LOAD 1 |