On Mon, 18 Apr 2022 20:43:06 GMT, Smita Kamath <svkam...@openjdk.org> wrote:

>> When input length provided to the intrinsic is 8192, only 7680 bytes are 
>> processed as the intrinsic operates on multiples of 768 bytes.
>> In implGCMCrypt(ByteBuffer src, ByteBuffer dst) method, 
>> dst.put(bout, 0, PARALLEL_LEN) statement caused the ciphertext mismatch as 
>> PARALLEL_LEN was set to 8192. 
>> Since the intrinsic only processed 7680 bytes, the rest output was incorrect.
>
> Smita Kamath has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Updated copyright year

I'm not sure if the last commit removed the approval or not.. so i'll approve 
again

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

Marked as reviewed by ascarpino (Reviewer).

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

Reply via email to