diff options
| author | Pascal van Leeuwen <[email protected]> | 2019-07-02 16:39:59 +0200 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2019-07-26 14:52:01 +1000 |
| commit | 41abed7d72c93fd31b0c1d51f42606216f1ea882 (patch) | |
| tree | de3e58ae08893224f04b90b7245107d6382c1e6b /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 85695b093d559bcd2393a65373355390ac62d67b (diff) | |
crypto: inside-secure - add support for arbitrary size hash/HMAC updates
This patch fixes an issue with hash and HMAC operations that perform
"large" intermediate updates (i.e. combined size > 2 hash blocks) by
actually making use of the hardware's hash continue capabilities.
The original implementation would cache these updates in a buffer that
was 2 hash blocks in size and fail if all update calls combined would
overflow that buffer. Which caused the cryptomgr extra tests to fail.
Signed-off-by: Pascal van Leeuwen <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions