Perform the AES-CBC XOR operations 4 bytes at a time, using the helper
authorKen Raeburn <raeburn@mit.edu>
Wed, 2 Dec 2009 23:09:33 +0000 (23:09 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 2 Dec 2009 23:09:33 +0000 (23:09 +0000)
commit5b3a9ffa46c229814552b30dbb9d1b4a0bba9c46
treeb34eeaddc6d8c87ebf6e1bddb8a3a6a7c65f27d1
parentf42f2e90162893dd4eb9c9d6ccd25e7bd758aabe
Perform the AES-CBC XOR operations 4 bytes at a time, using the helper
functions for loading and storing potentially-unaligned values.
Improves bulk AES encryption performance by 2% or so on 32-bit x86
with gcc 4.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23432 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/builtin/enc_provider/aes.c