Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d64beac0 authored by Noriaki TAKAMIYA's avatar Noriaki TAKAMIYA Committed by Herbert Xu
Browse files

[CRYPTO] camellia: added the code of Camellia cipher algorithm.



This patch adds the main code of Camellia cipher algorithm.

Signed-off-by: default avatarNoriaki TAKAMIYA <takamiya@po.ntts.co.jp>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 04ac7db3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ obj-$(CONFIG_CRYPTO_TWOFISH) += twofish.o
obj-$(CONFIG_CRYPTO_TWOFISH_COMMON) += twofish_common.o
obj-$(CONFIG_CRYPTO_SERPENT) += serpent.o
obj-$(CONFIG_CRYPTO_AES) += aes.o
obj-$(CONFIG_CRYPTO_CAMELLIA) += camellia.o
obj-$(CONFIG_CRYPTO_CAST5) += cast5.o
obj-$(CONFIG_CRYPTO_CAST6) += cast6.o
obj-$(CONFIG_CRYPTO_ARC4) += arc4.o

crypto/camellia.c

0 → 100644
+1801 −0

File added.

Preview size limit exceeded, changes collapsed.