commit | 177e358c9609e7810b53c3355ea4f56f26d1416f | [log] [tgz] |
---|---|---|
author | Pascal van Leeuwen <pascalvanl@gmail.com> | Wed Dec 11 17:32:37 2019 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Dec 20 14:58:34 2019 +0800 |
tree | a727560c654965e6774bb6cb00e61881e10b9ddb | |
parent | cb97aa9473627720810a0a016621c36f15392802 [diff] |
crypto: inside-secure - Fix hang case on EIP97 with basic DES/3DES ops This patch fixes another hang case on the EIP97 caused by sending invalidation tokens to the hardware when doing basic (3)DES ECB/CBC operations. Invalidation tokens are an EIP197 feature and needed nor supported by the EIP97. So they should not be sent for that device. Signed-off-by: Pascal van Leeuwen <pvanleeuwen@rambus.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>