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

Vladimir Kozlov kvn at openjdk.java.net
Fri Jun 11 17:58:50 UTC 2021


On Fri, 11 Jun 2021 17:54:02 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Thanks for your comments Vladimir. The intrinsic is called for encrypt as well as decrypt operation.
>
> Only one intrinsic is declared in this change: `_galoisCounterMode_AESCrypt`. Other AES intrinsics have 2 that is why they have to pass intrinsic_id(). See lines before this.

Note, _counterMode_AESCrypt is not example - it has the same issue.

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

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


More information about the hotspot-compiler-dev mailing list