mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8267125: AES Galois CounterMode (GCM) interleaved implementation using AVX512 + VAES instructions
Co-authored-by: Smita Kamath <svkamath@openjdk.org> Co-authored-by: Tomasz Kantecki <tomasz.kantecki@intel.com> Co-authored-by: Anthony Scarpino <ascarpino@openjdk.org> Reviewed-by: kvn, valeriep
This commit is contained in:
parent
6ace805f8c
commit
0e7288ffbf
21 changed files with 1318 additions and 246 deletions
|
@ -540,6 +540,7 @@
|
|||
static_field(StubRoutines, _electronicCodeBook_encryptAESCrypt, address) \
|
||||
static_field(StubRoutines, _electronicCodeBook_decryptAESCrypt, address) \
|
||||
static_field(StubRoutines, _counterMode_AESCrypt, address) \
|
||||
static_field(StubRoutines, _galoisCounterMode_AESCrypt, address) \
|
||||
static_field(StubRoutines, _ghash_processBlocks, address) \
|
||||
static_field(StubRoutines, _base64_encodeBlock, address) \
|
||||
static_field(StubRoutines, _base64_decodeBlock, address) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue