aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 84f96401b29a..40c10789f7f3 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -1879,6 +1879,21 @@ static const struct alg_test_desc alg_test_descs[] = {
1879 } 1879 }
1880 } 1880 }
1881 }, { 1881 }, {
1882 .alg = "rfc4309(ccm(aes))",
1883 .test = alg_test_aead,
1884 .suite = {
1885 .aead = {
1886 .enc = {
1887 .vecs = aes_ccm_rfc4309_enc_tv_template,
1888 .count = AES_CCM_4309_ENC_TEST_VECTORS
1889 },
1890 .dec = {
1891 .vecs = aes_ccm_rfc4309_dec_tv_template,
1892 .count = AES_CCM_4309_DEC_TEST_VECTORS
1893 }
1894 }
1895 }
1896 }, {
1882 .alg = "rmd128", 1897 .alg = "rmd128",
1883 .test = alg_test_hash, 1898 .test = alg_test_hash,
1884 .suite = { 1899 .suite = {