summaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.c
diff options
context:
space:
mode:
authorTaehee Yoo <ap420073@gmail.com>2022-07-04 11:42:48 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2022-07-15 10:38:19 +0200
commite4e712bbbd6d73263d964d6cb390b373738b62ab (patch)
tree321067b8897c4a506106ab6b5064398a88439d8c /crypto/tcrypt.c
parentcrypto: testmgr - populate RSA CRT parameters in RSA test vectors (diff)
downloadlinux-e4e712bbbd6d73263d964d6cb390b373738b62ab.tar.xz
linux-e4e712bbbd6d73263d964d6cb390b373738b62ab.zip
crypto: aria - Implement ARIA symmetric cipher algorithm
ARIA(RFC 5794) is a symmetric block cipher algorithm. This algorithm is being used widely in South Korea as a standard cipher algorithm. This code is written based on the ARIA implementation of OpenSSL. The OpenSSL code is based on the distributed source code[1] by KISA. ARIA has three key sizes and corresponding rounds. ARIA128: 12 rounds. ARIA192: 14 rounds. ARIA245: 16 rounds. [1] https://seed.kisa.or.kr/kisa/Board/19/detailView.do (Korean) Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/tcrypt.c')
0 files changed, 0 insertions, 0 deletions