From 7102eafc266e82121b1a267991584885ebfa9a65 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 29 Feb 2012 01:39:31 +0100 Subject: lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 test metze --- source4/torture/local/local.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/local') 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, -- cgit v1.2.1