JDK-8178478 : Better parallelize GCM
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2017-04-11
  • Updated: 2025-05-12
  • Resolved: 2021-09-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Duplicate :  
Relates :  
Description
Explore parallelizing the tag calculation and merging GCTR with CounterMode completely.  This may involve changing the existing CounterMode.implCrypt() intrinsic, or adding a new intrinsic that combines CounterMode and the tag calculation.