aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/chacha-neon-core.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-13crypto: arm64/chacha - simplify tail block handlingArd Biesheuvel1-124/+69
2019-12-20crypto: arm64 - Use modern annotations for assembly functionsMark Brown1-8/+8
2019-02-28crypto: arm64/chacha - fix hchacha_block_neon() for big endianEric Biggers1-2/+2
2019-02-28crypto: arm64/chacha - fix chacha_4block_xor_neon() for big endianEric Biggers1-0/+16
2018-12-13crypto: arm64/chacha - use combined SIMD/ALU routine for more speedArd Biesheuvel1-16/+219
2018-12-13crypto: arm64/chacha - optimize for arbitrary length inputsArd Biesheuvel1-13/+170
2018-12-13crypto: arm64/chacha20 - refactor to allow varying number of roundsEric Biggers1-0/+484