bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug crypto/38142] SPECjvm2008 crypto.aes test fails due to lack of supp


From: scps950707 at gmail dot com
Subject: [Bug crypto/38142] SPECjvm2008 crypto.aes test fails due to lack of support for 168-bit tripledes keys
Date: Mon, 07 May 2018 06:22:40 +0000

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38142

顏義洋 <scps950707 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |scps950707 at gmail dot com

--- Comment #3 from 顏義洋 <scps950707 at gmail dot com> ---
I encounter the same problem

I found that it is actually caused by DES, in GNU Classpath supported DES key
width are 64, 128 and 192.

I modified the SPECjvm 2008 crypto.aes benchmark
src/spec/benchmarks/crypto/aes/Main.java

desKeySize from 168 to 128 would passed the test


reply via email to

[Prev in Thread] Current Thread [Next in Thread]