boringssl/crypto/modes
Brian Smith 2477adcf62 Clarify use of |$end0| in stitched x86-64 AES-GCM code.
There was some uncertainty about what the code is doing with |$end0|
and whether it was necessary for |$len| to be a multiple of 16 or 96.
Hopefully these added comments make it clear that the code is correct
except for the caveat regarding low memory addresses.

Change-Id: Iea546a59dc7aeb400f50ac5d2d7b9cb88ace9027
Reviewed-on: https://boringssl-review.googlesource.com/7194
Reviewed-by: Adam Langley <agl@google.com>
2016-03-02 23:37:17 +00:00
..
asm Clarify use of |$end0| in stitched x86-64 AES-GCM code. 2016-03-02 23:37:17 +00:00
cbc.c Fix the shared builders by exporting GCM symbols. 2015-10-26 23:26:40 +00:00
cfb.c Fix the shared builders by exporting GCM symbols. 2015-10-26 23:26:40 +00:00
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
ctr.c Fix build. 2016-02-29 22:01:04 +00:00
gcm_test.c Fix implementation-specific behavior in gcm_test.c 2016-02-26 22:17:35 +00:00
gcm.c Use correct counter after invoking stitched AES-NI GCM code. 2016-02-26 01:02:40 +00:00
internal.h Remove unused |ccm128_context| in crypto/modes/internal.h. 2016-02-24 21:08:21 +00:00
ofb.c Fix the shared builders by exporting GCM symbols. 2015-10-26 23:26:40 +00:00