diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-02-29 01:39:31 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-02-29 03:16:22 +0100 |
commit | 7102eafc266e82121b1a267991584885ebfa9a65 (patch) | |
tree | b3108c77a53102cd7859989217a9f5bf67a6deed /source4/torture/local | |
parent | 062d1a09c2ef5efcdb85c77d7d27109b1317b46c (diff) | |
download | samba-7102eafc266e82121b1a267991584885ebfa9a65.tar.gz samba-7102eafc266e82121b1a267991584885ebfa9a65.tar.bz2 samba-7102eafc266e82121b1a267991584885ebfa9a65.zip |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index b11d3387cb..c0b3305462 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, |