RFR: 8374351: RISC-V: Small refactoring for crypto macro-assembler routines [v2]
Feilong Jiang
fjiang at openjdk.org
Fri Dec 26 10:01:52 UTC 2025
On Fri, 26 Dec 2025 03:06:37 GMT, Anjian Wen <wenanjian at openjdk.org> wrote:
>> This patch is mainly for readability and subsequent GCM call requirements.
>>
>> 1. Extract the ghash function to facilitate subsequent calls during the implementation of aes-gcm
>> 2. Unify the prefixes of function names for aes intrinsic-related functions. Only use generate prefix for the main intrinsic function, delete the other functions `generate_` prefix
>
> Anjian Wen has updated the pull request incrementally with one additional commit since the last revision:
>
> Swap the order of the function name to make it clear
Looks good!
-------------
Marked as reviewed by fjiang (Committer).
PR Review: https://git.openjdk.org/jdk/pull/28988#pullrequestreview-3613192168
More information about the hotspot-compiler-dev
mailing list