summaryrefslogtreecommitdiff
path: root/source4/torture/local
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-02-29 01:39:31 +0100
committerStefan Metzmacher <metze@samba.org>2012-02-29 03:16:22 +0100
commit7102eafc266e82121b1a267991584885ebfa9a65 (patch)
treeb3108c77a53102cd7859989217a9f5bf67a6deed /source4/torture/local
parent062d1a09c2ef5efcdb85c77d7d27109b1317b46c (diff)
downloadsamba-7102eafc266e82121b1a267991584885ebfa9a65.tar.gz
lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 test
metze
Diffstat (limited to 'source4/torture/local')
-rw-r--r--source4/torture/local/local.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c
index b11d3387cb0..c0b3305462a 100644
--- a/source4/torture/local/local.c
+++ b/source4/torture/local/local.c
@@ -92,6 +92,8 @@ NTSTATUS torture_local_init(void)
torture_local_crypto_md5);
torture_suite_add_simple_test(suite, "crypto.hmacmd5",
torture_local_crypto_hmacmd5);
+ torture_suite_add_simple_test(suite, "crypto.aes_cmac_128",
+ torture_local_crypto_aes_cmac_128);
for (i = 0; suite_generators[i]; i++)
torture_suite_add_suite(suite,