From 048b7ff1f34a6f0387d6cf33d8d22085873b2b20 Mon Sep 17 00:00:00 2001 From: Kasoju Mallikarjun Date: Wed, 1 Jun 2011 18:06:46 +0530 Subject: crypto: testmgr - Adding ofb(aes) and cmac(aes) tests Added ofb(aes) and cmac(aes) tests Original-Change-Id: Ia79b0f979af88d337e91164f0b8b6d0eba18cd03 Reviewed-on: http://git-master/r/34701 Reviewed-by: Mallikarjun Kasoju Tested-by: Mallikarjun Kasoju Reviewed-by: Hanumanth Venkateswa Moganty Rebase-Id: R383d7f642cab41350f54367687861615f9484cf3 --- crypto/testmgr.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'crypto/testmgr.c') diff --git a/crypto/testmgr.c b/crypto/testmgr.c index b6b93d416351..80ff90bb9252 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -1705,6 +1705,16 @@ static const struct alg_test_desc alg_test_descs[] = { } } } + },{ + .alg = "cmac(aes)", + .test = alg_test_hash, + .fips_allowed = 1, + .suite = { + .hash = { + .vecs = cmac_aes_tv_template, + .count = CMAC_AES_TEST_VECTORS + } + } }, { .alg = "crc32c", .test = alg_test_crc32c, -- cgit v1.2.3