diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2020-05-22 17:21:22 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2020-05-22 17:21:22 +0000 |
| commit | d65771e472d887602174f4a586b8c32e28f3f4fe (patch) | |
| tree | 537ddb712bc78d49dc1ec4d7595771108c4d56c3 /sys/opencrypto/cryptodev.h | |
| parent | f7732201a22408e353b1977ee4eb69480f0627c3 (diff) | |
Notes
Diffstat (limited to 'sys/opencrypto/cryptodev.h')
| -rw-r--r-- | sys/opencrypto/cryptodev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/opencrypto/cryptodev.h b/sys/opencrypto/cryptodev.h index 4d3575d9424a..76553184bc6a 100644 --- a/sys/opencrypto/cryptodev.h +++ b/sys/opencrypto/cryptodev.h @@ -134,7 +134,7 @@ #define AES_MAX_KEY RIJNDAEL_MAX_KEY #define AES_XTS_MIN_KEY (2 * AES_MIN_KEY) #define AES_XTS_MAX_KEY (2 * AES_MAX_KEY) -#define CAMELLIA_MIN_KEY 8 +#define CAMELLIA_MIN_KEY 16 #define CAMELLIA_MAX_KEY 32 /* Maximum hash algorithm result length */ |
