RFR: 8267125: AES Galois CounterMode (GCM) interleaved implementation using AVX512 + VAES instructions [v10]
Vladimir Kozlov
kvn at openjdk.java.net
Wed Aug 18 01:29:33 UTC 2021
On Tue, 17 Aug 2021 23:37:55 GMT, Smita Kamath <svkamath at openjdk.org> wrote:
>> I would like to submit AES-GCM optimization for x86_64 architectures supporting AVX3+VAES (Evex encoded AES). This optimization interleaves AES and GHASH operations.
>> Performance gain of ~1.5x - 2x for message sizes 8k and above.
>
> Smita Kamath has updated the pull request incrementally with one additional commit since the last revision:
>
> Moved declaration in vmStructs.cpp to other AESCrypt declarations
For the record, I withdraw my request to put this on hold until [Lazy stub generation](https://bugs.openjdk.java.net/browse/JDK-8231349) is complete.
As discussed offline I agree with pushing this changes first.
Second, when final changes are ready before push, please, ask Oracle engineer to run tier1-3 in our testing infrastructure.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4019
More information about the security-dev
mailing list