index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
crypto
/
aes-neonbs-core.S
Age
Commit message (
Expand
)
Author
2023-03-14
crypto: arm64/aes-neonbs - fix crash with CFI enabled
Eric Biggers
2022-12-09
crypto: arm64/aes-neonbs - use frame_push/pop consistently
Ard Biesheuvel
2022-02-05
crypto: arm64/aes-neonbs-xts - use plain NEON for non-power-of-2 input sizes
Ard Biesheuvel
2022-02-05
crypto: arm64/aes-neonbs-ctr - fallback to plain NEON for final chunk
Ard Biesheuvel
2021-02-10
crypto: arm64/aes-neonbs - remove NEON yield calls
Ard Biesheuvel
2020-10-06
crypto: arm64: Use x16 with indirect branch to bti_c
Jeremy Linton
2019-12-20
crypto: arm64 - Use modern annotations for assembly functions
Mark Brown
2019-09-09
crypto: arm64/aes-neonbs - replace tweak mask literal with composition
Ard Biesheuvel
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-02-08
crypto: arm64/aes-neonbs - fix returning final keystream block
Eric Biggers
2018-05-12
crypto: arm64/aes-bs - yield NEON after every block of input
Ard Biesheuvel
2017-02-03
crypto: arm64/aes - don't use IV buffer to return final keystream block
Ard Biesheuvel
2017-01-13
crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64
Ard Biesheuvel