Commit 04ac7db3f23d98abe5d3c91d21b0e45fc09e74ea

Authored by Noriaki TAKAMIYA
Committed by Herbert Xu
1 parent 09cb914f09

[CRYPTO] camellia: Add Kconfig entry.

This patch adds the Kconfig entry for Camellia.

Signed-off-by: Noriaki TAKAMIYA <takamiya@po.ntts.co.jp>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

Showing 1 changed file with 15 additions and 0 deletions Side-by-side Diff

... ... @@ -474,6 +474,21 @@
474 474 See Castagnoli93. This implementation uses lib/libcrc32c.
475 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 492 config CRYPTO_TEST
478 493 tristate "Testing module"
479 494 depends on m