lib/crypto: add aes_gcm_128 support.
authorStefan Metzmacher <metze@samba.org>
Tue, 7 Oct 2014 12:48:26 +0000 (14:48 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 16 Oct 2014 17:30:04 +0000 (19:30 +0200)
commit03bf8fe4fc78b9f0c7093835a776728089387884
tree6cdbfdaf1b0eeec5491152655531aeec8d1da67f
parent6fb2a982d7088ec9560756c49147783255add79a
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>
lib/crypto/aes_gcm_128.c [new file with mode: 0644]
lib/crypto/aes_gcm_128.h [new file with mode: 0644]
lib/crypto/aes_gcm_128_test.c [new file with mode: 0644]
lib/crypto/crypto.h
lib/crypto/wscript_build
source4/torture/local/local.c