aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArd Biesheuvel <[email protected]>2021-02-01 19:02:35 +0100
committerHerbert Xu <[email protected]>2021-02-10 17:55:56 +1100
commit80879dd9de7aa34c8de620e9f18e940b919497f7 (patch)
tree95c08fd096951b499f2c7ab1ccc3a15ac9aa002d /tools/perf/scripts/python
parent24a2ee44f2fb0b90b3322c1ecef3b7bfb86880be (diff)
crypto: cast6 - use unaligned accessors instead of alignmask
Instead of using an alignmask of 0x3 to ensure 32-bit alignment of the CAST6 input and output blocks, which propagates to mode drivers, and results in pointless copying on architectures that don't care about alignment, use the unaligned accessors, which will do the right thing on each respective architecture, avoiding the need for double buffering. Signed-off-by: Ard Biesheuvel <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions