8225625: AES Electronic Codebook (ECB) encryption and decryption optimization using AVX512 + VAES instructions

AES-ECB encryption and decryption optimization for x86_64 architectures supporting AVX3+VAES

Co-authored-by: Smita Kamath <smita.kamath@intel.com>
Reviewed-by: kvn, valeriep
This commit is contained in:
Shravya Rukmannagari 2019-08-16 14:42:50 -07:00
parent 0b9a90e0d1
commit 793585b494
20 changed files with 756 additions and 10 deletions

View file

@ -592,6 +592,8 @@ typedef PaddedEnd<ObjectMonitor> PaddedObjectMonitor;
static_field(StubRoutines, _aescrypt_decryptBlock, address) \
static_field(StubRoutines, _cipherBlockChaining_encryptAESCrypt, address) \
static_field(StubRoutines, _cipherBlockChaining_decryptAESCrypt, address) \
static_field(StubRoutines, _electronicCodeBook_encryptAESCrypt, address) \
static_field(StubRoutines, _electronicCodeBook_decryptAESCrypt, address) \
static_field(StubRoutines, _counterMode_AESCrypt, address) \
static_field(StubRoutines, _ghash_processBlocks, address) \
static_field(StubRoutines, _base64_encodeBlock, address) \