crypto: testmgr - add ARIA testmgr tests
authorTaehee Yoo <ap420073@gmail.com>
Mon, 4 Jul 2022 09:42:49 +0000 (09:42 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 15 Jul 2022 08:43:20 +0000 (16:43 +0800)
commit01ce31de7043e17b0d7d47f5e038f067db618113
tree4eab09530cb08ec3d09efe112b6a7a6629f6303f
parente4e712bbbd6d73263d964d6cb390b373738b62ab
crypto: testmgr - add ARIA testmgr tests

It contains ARIA ecb(aria), cbc(aria), cfb(aria), ctr(aria), and gcm(aria).
ecb testvector is from RFC standard.
cbc, cfb, and ctr testvectors are from KISA[1], who developed ARIA
algorithm.
gcm(aria) is from openssl test vector.

[1] https://seed.kisa.or.kr/kisa/kcmvp/EgovVerification.do (Korean)

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c
crypto/testmgr.c
crypto/testmgr.h