On Tue, 21 Sep 2021 16:37:49 GMT, Sandhya Viswanathan <[email protected]> wrote:
>> Smita Kamath has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Added a wrapper around aes-gcm intrinsic, changed data size in TestAESMain >> and added a new constant for htbl entries > > src/java.base/share/classes/com/sun/crypto/provider/GaloisCounterMode.java > line 588: > >> 586: ctOfs+len, out, outOfs+len, gctr, ghash); >> 587: len+= partlen; >> 588: inLen-= len; > > This should be inLen -= partlen; Done. Thank you for pointing this out. ------------- PR: https://git.openjdk.java.net/jdk/pull/5402
