]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit98db258da1dad60be225d50ef70e4f6d107814fc
tree4eab09530cb08ec3d09efe112b6a7a6629f6303f
parentde54ebdcfebb5e0b8bcd5ba2009fb25fbfdbb419
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