commit | 85695b093d559bcd2393a65373355390ac62d67b | [log] [tgz] |
---|---|---|
author | Pascal van Leeuwen <pvanleeuwen@insidesecure.com> | Tue Jul 02 16:39:58 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 26 14:52:01 2019 +1000 |
tree | c62215e627150f9166c355a21febcd49241a7493 | |
parent | dc5268b65dfc147850e0d2c49b000cb385d7b026 [diff] |
crypto: inside-secure - let HW deal with initial hash digest The driver was loading the initial digest for hash operations into the hardware explicitly, but this is not needed as the hardware can handle that by itself, which is more efficient and avoids any context record coherence issues. Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>