mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8247645: ChaCha20 intrinsics
Reviewed-by: sviswanathan, ngasson, vlivanov, ascarpino
This commit is contained in:
parent
33587ffd35
commit
cd6bebbf34
28 changed files with 1590 additions and 38 deletions
|
@ -541,6 +541,7 @@
|
|||
static_field(StubRoutines, _counterMode_AESCrypt, address) \
|
||||
static_field(StubRoutines, _galoisCounterMode_AESCrypt, address) \
|
||||
static_field(StubRoutines, _ghash_processBlocks, address) \
|
||||
static_field(StubRoutines, _chacha20Block, address) \
|
||||
static_field(StubRoutines, _base64_encodeBlock, address) \
|
||||
static_field(StubRoutines, _base64_decodeBlock, address) \
|
||||
static_field(StubRoutines, _poly1305_processBlocks, address) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue