> The AES intrinsics on PPC64 currently emit the full unrolled sequence of 
> round key loads and vcipher/vncipher instructions separately in each stub. 
> 
> The CBC stubs already factor this into aes_encrypt_rounds() and 
> aes_decrypt_rounds(). This change makes the single-block stubs call the same 
> helpers, removing the duplication.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Suchismith Roy has updated the pull request incrementally with one additional 
commit since the last revision:

  Update stubGenerator_ppc.cpp

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/32583/files
  - new: https://git.openjdk.org/jdk/pull/32583/files/abfc6b94..a80ce62a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=32583&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=32583&range=01-02

  Stats: 2 lines in 1 file changed: 0 ins; 2 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/32583.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/32583/head:pull/32583

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

Reply via email to