a3d9528e9e
This change makes the AEAD and EVP code paths use the same code for AES-GCM. When AVX instructions are enabled in the assembly this will allow them to use the stitched AES-GCM implementation. Note that the stitched implementations are no-ops for small inputs (smaller than 288 bytes for encryption; smaller than 96 bytes for decryption). This means that only a handful of test cases with longish inputs actually test the stitched code. Change-Id: Iece8003d90448dcac9e0bde1f42ff102ebe1a1c9 Reviewed-on: https://boringssl-review.googlesource.com/7173 Reviewed-by: Adam Langley <agl@google.com> |
||
---|---|---|
.. | ||
aesni-gcm-x86_64.pl | ||
ghash-armv4.pl | ||
ghash-x86_64.pl | ||
ghash-x86.pl | ||
ghashv8-armx.pl |