boringssl/crypto/fipsmodule/modes/asm
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
..
aesni-gcm-x86_64.pl Add test of assembly code dispatch. 2019-01-22 20:22:53 +00:00
ghash-armv4.pl
ghash-ssse3-x86_64.pl Fix the order of Windows unwind codes. 2019-02-05 19:38:23 +00:00
ghash-ssse3-x86.pl Add a 32-bit SSSE3 GHASH implementation. 2019-03-04 19:02:52 +00:00
ghash-x86_64.pl Add ABI tests for GCM. 2019-01-15 22:49:37 +00:00
ghash-x86.pl
ghashp8-ppc.pl
ghashv8-armx.pl