summaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorTaehee Yoo <ap420073@gmail.com>2022-07-04 09:42:48 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2022-07-15 16:38:19 +0800
commitf11948adc1f9c9370bb1b63d56f97d3d01caa778 (patch)
tree1e73b0f998e5790406798fb48860714667cdee36 /crypto/testmgr.c
parent80ff5e262701cc0b450105637719b790f321753f (diff)
downloadlinux-crypto-f11948adc1f9c9370bb1b63d56f97d3d01caa778.tar.gz
linux-crypto-f11948adc1f9c9370bb1b63d56f97d3d01caa778.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/testmgr.c')
0 files changed, 0 insertions, 0 deletions