]> 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)
commit0ad3fdcdf3f91eaad8cc1e7f2b1a61ccd9dfb1af
tree4eab09530cb08ec3d09efe112b6a7a6629f6303f
parent9a53ace4cebe198abd948ea2b69117a95e5adfe0
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