On Fri, 28 Aug 2026 13:59:16 GMT, Suchismith Roy <[email protected]> wrote:
> 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). This pull request has now been integrated. Changeset: 94b51793 Author: Suchismith Roy <[email protected]> Committer: Martin Doerr <[email protected]> URL: https://git.openjdk.org/jdk/commit/94b517936a13e73c14ff91ce7d1f3bb7e7b9f27c Stats: 161 lines in 1 file changed: 0 ins; 159 del; 2 mod 8391343: [PPC64] Share AES round key sequences between block and CBC stubs Reviewed-by: mdoerr, semery ------------- PR: https://git.openjdk.org/jdk/pull/32583
