RFR: 8267125: AES Galois CounterMode (GCM) interleaved implementation using AVX512 + VAES instructions [v4]

Valerie Peng valeriep at openjdk.java.net
Fri Jul 30 18:56:41 UTC 2021


On Thu, 22 Jul 2021 17:19:20 GMT, Anthony Scarpino <ascarpino at openjdk.org> wrote:

>> src/java.base/share/classes/com/sun/crypto/provider/GaloisCounterMode.java line 650:
>> 
>>> 648:         int originalOutOfs = 0;
>>> 649:         byte[] in;
>>> 650:         byte[] out;
>> 
>> The name "in", "out" are almost used in all calls, it's hard to tell when these two are actually used. Can we rename them to make them more unique?
>
> ok

This is still present in the latest update. Is there another update coming?

-------------

PR: https://git.openjdk.java.net/jdk/pull/4019



More information about the security-dev mailing list