Go to the documentation of this file.
5 #ifndef _CRYPTO_SERPENT_H
6 #define _CRYPTO_SERPENT_H
8 #include <linux/types.h>
11 #define SERPENT_MIN_KEY_SIZE 0
12 #define SERPENT_MAX_KEY_SIZE 32
13 #define SERPENT_EXPKEY_WORDS 132
14 #define SERPENT_BLOCK_SIZE 16