lib/crypto: add optimized helper functions aes_block_{xor,lshift,rshift}()
commit0824221b4ae18e7ccba3f8057090abc925a02b99
authorStefan Metzmacher <metze@samba.org>
Tue, 11 Aug 2015 22:59:58 +0000 (12 00:59 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 27 Aug 2015 18:23:20 +0000 (27 20:23 +0200)
tree45ab0e445ce90b795a3c1f54eacaf72bc9c5f809
parent77c3d504b218c451c091a3d3cb4797a9d0c65d2a
lib/crypto: add optimized helper functions aes_block_{xor,lshift,rshift}()

These are typical operations on an AES_BLOCK used by different modes.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11451

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/crypto/aes.h