RFR: 8267125: AES Galois CounterMode (GCM) interleaved implementation using AVX512 + VAES instructions [v7]
Anthony Scarpino
ascarpino at openjdk.java.net
Tue Aug 10 17:37:26 UTC 2021
On Mon, 9 Aug 2021 18:08:53 GMT, Valerie Peng <valeriep at openjdk.org> wrote:
>> I do not understand this comment
>
> Doesn't implGCMCrypt(...) return an int telling how much bytes it has processed? Then we adjust the index and remain input length with this value. But here we didn't save the return value which looks wrong. Did I miss something?
>
> Never mind my second comment, I mis-read the code.
Ah.. I see.. yes, it should be included in len
-------------
PR: https://git.openjdk.java.net/jdk/pull/4019
More information about the security-dev
mailing list