diff options
-rw-r--r-- | crypto/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index e2e1eb13827e..c2a85bd922b9 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -474,6 +474,21 @@ config CRYPTO_CRC32C | |||
474 | See Castagnoli93. This implementation uses lib/libcrc32c. | 474 | See Castagnoli93. This implementation uses lib/libcrc32c. |
475 | Module will be crc32c. | 475 | Module will be crc32c. |
476 | 476 | ||
477 | config CRYPTO_CAMELLIA | ||
478 | tristate "Camellia cipher algorithms" | ||
479 | depends on CRYPTO | ||
480 | select CRYPTO_ALGAPI | ||
481 | help | ||
482 | Camellia cipher algorithms module. | ||
483 | |||
484 | Camellia is a symmetric key block cipher developed jointly | ||
485 | at NTT and Mitsubishi Electric Corporation. | ||
486 | |||
487 | The Camellia specifies three key sizes: 128, 192 and 256 bits. | ||
488 | |||
489 | See also: | ||
490 | <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> | ||
491 | |||
477 | config CRYPTO_TEST | 492 | config CRYPTO_TEST |
478 | tristate "Testing module" | 493 | tristate "Testing module" |
479 | depends on m | 494 | depends on m |