boringssl/crypto/fipsmodule/modes
David Benjamin 5ce12e6436 Add a 32-bit SSSE3 GHASH implementation.
The 64-bit version can be fairly straightforwardly translated.

Ironically, this makes 32-bit x86 the first architecture to meet the
goal of constant-time AES-GCM given SIMD assembly. (Though x86_64 could
join by simply giving up on bsaes...)

Bug: 263
Change-Id: Icb2cec936457fac7132bbb5dbb094433bc14b86e
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/35024
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: Adam Langley <agl@google.com>
2019-03-04 19:02:52 +00:00
..
asm Add a 32-bit SSSE3 GHASH implementation. 2019-03-04 19:02:52 +00:00
cbc.c Remove STRICT_ALIGNMENT code from modes. 2019-02-14 17:39:36 +00:00
ccm.c Fix undefined block128_f, etc., casts. 2018-10-01 17:35:02 +00:00
cfb.c Remove STRICT_ALIGNMENT code from modes. 2019-02-14 17:39:36 +00:00
ctr.c Remove STRICT_ALIGNMENT code from modes. 2019-02-14 17:39:36 +00:00
gcm_test.cc Add a 32-bit SSSE3 GHASH implementation. 2019-03-04 19:02:52 +00:00
gcm_tests.txt Convert a number of tests to GTest. 2017-06-01 17:02:13 +00:00
gcm.c Add a 32-bit SSSE3 GHASH implementation. 2019-03-04 19:02:52 +00:00
internal.h Add a 32-bit SSSE3 GHASH implementation. 2019-03-04 19:02:52 +00:00
ofb.c Modernize OPENSSL_COMPILE_ASSERT, part 2. 2018-11-14 16:06:37 +00:00
polyval.c Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00