summaryrefslogtreecommitdiffstats
path: root/source4/torture/local
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-10-07 14:48:26 +0200
committerJeremy Allison <jra@samba.org>2014-10-16 19:30:04 +0200
commit03bf8fe4fc78b9f0c7093835a776728089387884 (patch)
tree6cdbfdaf1b0eeec5491152655531aeec8d1da67f /source4/torture/local
parent6fb2a982d7088ec9560756c49147783255add79a (diff)
downloadsamba-03bf8fe4fc78b9f0c7093835a776728089387884.tar.gz
samba-03bf8fe4fc78b9f0c7093835a776728089387884.tar.xz
samba-03bf8fe4fc78b9f0c7093835a776728089387884.zip
lib/crypto: add aes_gcm_128 support.
Pair-Programmed-With: Michael Adam <obnox@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
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 c1478a8412..f69c95eeb8 100644
--- a/source4/torture/local/local.c
+++ b/source4/torture/local/local.c
@@ -89,6 +89,8 @@ NTSTATUS torture_local_init(void)
torture_local_crypto_hmacmd5);
torture_suite_add_simple_test(suite, "crypto.aes_cmac_128",
torture_local_crypto_aes_cmac_128);
+ torture_suite_add_simple_test(suite, "crypto.aes_gcm_128",
+ torture_local_crypto_aes_gcm_128);
for (i = 0; suite_generators[i]; i++)
torture_suite_add_suite(suite,