boringssl/crypto/aes
Adam Langley 46dd8ec993 Make the loop bounds in keywrap a little more clear.
This code reportedly upsets VC++'s static analysis. Make it clear that,
yes, we want to count backwards.

Change-Id: I5caba219a2b87750d1a9d69b46d336a98c5824c9
Reviewed-on: https://boringssl-review.googlesource.com/11624
Commit-Queue: Adam Langley <alangley@gmail.com>
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2016-10-19 18:28:54 +00:00
..
asm Add PPC64LE assembly for AES-GCM. 2016-09-27 18:43:20 +00:00
aes_test.cc Replace keywrap AEADs with upstream's APIs. 2016-10-04 01:37:31 +00:00
aes_tests.txt Replace keywrap AEADs with upstream's APIs. 2016-10-04 01:37:31 +00:00
aes.c Update aes.c for new ARM asm names. 2016-09-27 19:09:05 +00:00
CMakeLists.txt Replace keywrap AEADs with upstream's APIs. 2016-10-04 01:37:31 +00:00
internal.h Inital import. 2014-06-20 13:17:32 -07:00
key_wrap.c Make the loop bounds in keywrap a little more clear. 2016-10-19 18:28:54 +00:00
mode_wrappers.c Switch all 'num' parameters in crypto/modes to unsigned. 2016-04-19 17:56:25 +00:00