< prev index next >
test/hotspot/jtreg/compiler/intrinsics/sha/sanity/DigestSanityTestBase.java
Print this page
rev 60737 : 8252204: AArch64: Implement SHA3 accelerator/intrinsic
Reviewed-by: duke
Contributed-by: dongbo4@huawei.com
@@ -43,10 +43,12 @@
= "_sha_implCompress";
protected static final String SHA256_INTRINSIC_ID
= "_sha2_implCompress";
protected static final String SHA512_INTRINSIC_ID
= "_sha5_implCompress";
+ protected static final String SHA3_INTRINSIC_ID
+ = "_sha3_implCompress";
protected static final String MB_INTRINSIC_ID
= "_digestBase_implCompressMB";
private static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox();
private static final int MSG_SIZE = 1024;
< prev index next >