diff options
author | David S. Miller <davem@davemloft.net> | 2012-08-28 15:05:54 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-08-28 23:51:24 -0400 |
commit | 81658ad0d92306ceb271994b90cd49ffde10eeda (patch) | |
tree | 8765d2fffb62a3e22752644ff329b9aec166a3eb /crypto/Kconfig | |
parent | 3705665069944e003b7316ba31b44558864a00de (diff) |
sparc64: Add CAMELLIA driver making use of the new camellia opcodes.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 469fc18bb037..94f232f96d03 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -758,6 +758,22 @@ config CRYPTO_CAMELLIA_X86_64 | |||
758 | See also: | 758 | See also: |
759 | <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> | 759 | <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> |
760 | 760 | ||
761 | config CRYPTO_CAMELLIA_SPARC64 | ||
762 | tristate "Camellia cipher algorithm (SPARC64)" | ||
763 | depends on SPARC64 | ||
764 | depends on CRYPTO | ||
765 | select CRYPTO_ALGAPI | ||
766 | help | ||
767 | Camellia cipher algorithm module (SPARC64). | ||
768 | |||
769 | Camellia is a symmetric key block cipher developed jointly | ||
770 | at NTT and Mitsubishi Electric Corporation. | ||
771 | |||
772 | The Camellia specifies three key sizes: 128, 192 and 256 bits. | ||
773 | |||
774 | See also: | ||
775 | <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> | ||
776 | |||
761 | config CRYPTO_CAST5 | 777 | config CRYPTO_CAST5 |
762 | tristate "CAST5 (CAST-128) cipher algorithm" | 778 | tristate "CAST5 (CAST-128) cipher algorithm" |
763 | select CRYPTO_ALGAPI | 779 | select CRYPTO_ALGAPI |