summaryrefslogtreecommitdiff
path: root/arch/arm64/lib/crypto
AgeCommit message (Expand)AuthorFilesLines
2025-06-16lib/crypto/poly1305: Fix arm64's poly1305_blocks_arch()Eric Biggers1-2/+2
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers1-5/+5
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers1-10/+13
2025-05-08crypto: arm64/sha256 - fix build when CONFIG_PREEMPT_VOLUNTARY=yEric Biggers1-3/+4
2025-05-05crypto: arm64/sha256 - Add simd block functionHerbert Xu3-8/+9
2025-05-05crypto: arch/sha256 - Export block functions as GPL onlyHerbert Xu1-2/+2
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu3-3/+3
2025-05-05crypto: arm64/sha256 - implement library instead of shashEric Biggers6-1/+1010
2025-05-05crypto: lib/poly1305 - Use block-only interfaceHerbert Xu1-58/+0
2025-05-05crypto: arm64/poly1305 - Add block-only interfaceHerbert Xu2-29/+45
2025-04-28crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-28crypto: arm64 - move library functions to arch/arm64/lib/crypto/Eric Biggers7-0/+1986