diff options
Diffstat (limited to 'include/crypto/algapi.h')
-rw-r--r-- | include/crypto/algapi.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h index 1aba888241dd..bd5e8ccf1687 100644 --- a/include/crypto/algapi.h +++ b/include/crypto/algapi.h | |||
@@ -17,6 +17,14 @@ | |||
17 | #include <linux/kernel.h> | 17 | #include <linux/kernel.h> |
18 | #include <linux/skbuff.h> | 18 | #include <linux/skbuff.h> |
19 | 19 | ||
20 | /* | ||
21 | * Maximum values for blocksize and alignmask, used to allocate | ||
22 | * static buffers that are big enough for any combination of | ||
23 | * ciphers and architectures. | ||
24 | */ | ||
25 | #define MAX_CIPHER_BLOCKSIZE 16 | ||
26 | #define MAX_CIPHER_ALIGNMASK 15 | ||
27 | |||
20 | struct crypto_aead; | 28 | struct crypto_aead; |
21 | struct crypto_instance; | 29 | struct crypto_instance; |
22 | struct module; | 30 | struct module; |