RFR: 8334999: RISC-V: implement AES single block encryption/decryption intrinsics [v8]

Arseny Bochkarev duke at openjdk.org
Thu Oct 17 22:07:16 UTC 2024


> Hello everyone! Please review this port of vector AES single block encryption/decryption intrinsics. On my QEMU with `Zvkned` extension enabled the `test/hotspot/jtreg/compiler/codegen/aes/TestAESMain.java` test is OK. I know that currently hardware implementing this extension is not available on the market but I suppose this PR can be a good starting point on supporting AES intrinsics for RISC-V in OpenJDK.

Arseny Bochkarev has updated the pull request incrementally with one additional commit since the last revision:

  Use same keys for encryption and decryption

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/19960/files
  - new: https://git.openjdk.org/jdk/pull/19960/files/f7bef0e3..c8ca0577

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=19960&range=07
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=19960&range=06-07

  Stats: 33 lines in 2 files changed: 4 ins; 14 del; 15 mod
  Patch: https://git.openjdk.org/jdk/pull/19960.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19960/head:pull/19960

PR: https://git.openjdk.org/jdk/pull/19960


More information about the hotspot-dev mailing list