diff options
author | Jason A. Donenfeld <[email protected]> | 2020-04-22 17:18:54 -0600 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2020-04-30 15:16:59 +1000 |
commit | a9a8ba90fa5857c2c8a0e32eef2159cec717da11 (patch) | |
tree | 998a6b4608c7bb74f0f0b57e2615a8c9ffb6d532 /drivers/pci/controller/dwc | |
parent | 706024a52c614b478b63f7728d202532ce6591a9 (diff) |
crypto: arch/nhpoly1305 - process in explicit 4k chunks
Rather than chunking via PAGE_SIZE, this commit changes the arch
implementations to chunk in explicit 4k parts, so that calculations on
maximum acceptable latency don't suddenly become invalid on platforms
where PAGE_SIZE isn't 4k, such as arm64.
Fixes: 0f961f9f670e ("crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305")
Fixes: 012c82388c03 ("crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305")
Fixes: a00fa0c88774 ("crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305")
Fixes: 16aae3595a9d ("crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305")
Cc: [email protected]
Signed-off-by: Jason A. Donenfeld <[email protected]>
Reviewed-by: Eric Biggers <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'drivers/pci/controller/dwc')
0 files changed, 0 insertions, 0 deletions