summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2024-01-18 20:06:32 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2024-01-26 11:39:32 +0300
commit97c4c10dafcd0d8c19bf01743df4b75dbdc484d7 (patch)
tree7da0f450a285dfec9684f72db1c7ea3bfbc63d6f /tools/perf/scripts/python
parent88c6d50f649b2805bbdfe0b616892f93db47e4fa (diff)
downloadlinux-97c4c10dafcd0d8c19bf01743df4b75dbdc484d7.tar.xz
crypto: arm64/aes-ccm - Pass short inputs via stack buffer
In preparation for optimizing the CCM core asm code using permutation vectors and overlapping loads and stores, ensure that inputs shorter than the size of a AES block are passed via a buffer on the stack, in a way that positions the data at the end of a 16 byte buffer. This removes the need for the asm code to reason about a rare corner case where the tail of the data cannot be read/written using a single NEON load/store instruction. While at it, tweak the copyright header and authorship to bring it up to date. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions