aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/rsa.c
diff options
context:
space:
mode:
authorMahipal Challa <mchalla@cavium.com>2018-04-11 20:28:32 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2018-04-21 00:58:37 +0800
commit336073840a8723f993511a3f357df42fc4a20930 (patch)
tree745a4361c0edb45da183415e10a0701245ded61c /crypto/rsa.c
parentcrypto: caam - allow retrieving 'era' from register (diff)
downloadwireguard-linux-336073840a8723f993511a3f357df42fc4a20930.tar.xz
wireguard-linux-336073840a8723f993511a3f357df42fc4a20930.zip
crypto: testmgr - Allow different compression results
The following error is triggered by the ThunderX ZIP driver if the testmanager is enabled: [ 199.069437] ThunderX-ZIP 0000:03:00.0: Found ZIP device 0 177d:a01a on Node 0 [ 199.073573] alg: comp: Compression test 1 failed for deflate-generic: output len = 37 The reason for this error is the verification of the compression results. Verifying the compression result only works if all algorithm parameters are identical, in this case to the software implementation. Different compression engines like the ThunderX ZIP coprocessor might yield different compression results by tuning the algorithm parameters. In our case the compressed result is shorter than the test vector. We should not forbid different compression results but only check that compression -> decompression yields the same result. This is done already in the acomp test. Do something similar for test_comp(). Signed-off-by: Mahipal Challa <mchalla@cavium.com> Signed-off-by: Balakrishna Bhamidipati <bbhamidipati@cavium.com> [jglauber@cavium.com: removed unrelated printk changes, rewrote commit msg, fixed whitespace and unneeded initialization] Signed-off-by: Jan Glauber <jglauber@cavium.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/rsa.c')
0 files changed, 0 insertions, 0 deletions