summaryrefslogtreecommitdiff
path: root/arch/arm64/crypto
AgeCommit message (Expand)Author
2025-05-05crypto: arm64/sha256 - Add simd block functionHerbert Xu
2025-05-05crypto: arm64/sha256 - implement library instead of shashEric Biggers
2025-05-05crypto: arm64/sha256 - remove obsolete chunking logicEric Biggers
2025-04-28crypto: arm64/polyval - Use API partial block handlingHerbert Xu
2025-04-28crypto: arm64 - move library functions to arch/arm64/lib/crypto/Eric Biggers
2025-04-28crypto: arm64 - drop redundant dependencies on ARM64Eric Biggers
2025-04-26crypto: arm64/sha1 - Set finalize for short finupHerbert Xu
2025-04-23crypto: arm64/sm4 - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm64/aes - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm64/sm3-neon - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm64/sm3-ce - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm/sha512 - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm64/sha512-ce - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm64/sha3-ce - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm64/sha256 - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm64/sha256-ce - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm64/sha1 - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm64/ghash - Use API partial block handlingHerbert Xu
2025-04-19crypto: lib/poly1305 - restore ability to remove modulesEric Biggers
2025-04-19crypto: lib/chacha - restore ability to remove modulesEric Biggers
2025-04-16crypto: arm64/poly1305 - remove redundant shash algorithmEric Biggers
2025-04-16crypto: poly1305 - centralize the shash wrappers for arch codeEric Biggers
2025-04-16crypto: cbcmac - Set block size properlyHerbert Xu
2025-04-16crypto: lib/sm3 - Move sm3 library into lib/cryptoHerbert Xu
2025-04-16crypto: arm64/sha512 - Fix header inclusionsHerbert Xu
2025-04-07crypto: arm64/chacha - remove the skcipher algorithmsEric Biggers
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers
2025-03-15crypto: skcipher - Make skcipher_walk src.virt.addr constHerbert Xu
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu
2025-03-02crypto: arm64 - use the new scatterwalk functionsEric Biggers
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-01arm64/crc-t10dif: expose CRC-T10DIF function through libEric Biggers
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-11-15crypto: arm64/crct10dif - Remove remaining 64x64 PMULL fallback codeArd Biesheuvel
2024-11-15crypto: arm64/crct10dif - Use faster 16x64 bit polynomial multiplyArd Biesheuvel
2024-11-15crypto: arm64/crct10dif - Remove obsolete chunking logicArd Biesheuvel
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-08-17crypto: arm64/poly1305 - move data to rodata sectionJia He
2024-08-06Revert "crypto: arm64/poly1305 - move data to rodata section"Herbert Xu
2024-08-02crypto: arm64/poly1305 - move data to rodata sectionJia He
2024-06-21crypto: arm64 - add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-05-31crypto: arm64/crc10dif - Raise priority of NEON crct10dif implementationMark Brown
2024-04-26crypto: arm64/aes-ce - Simplify round key load sequenceArd Biesheuvel
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2024-02-24crypto: arm64/neonbs - fix out-of-bounds access on short inputArd Biesheuvel
2024-01-26crypto: arm64/aes-ccm - Merge finalization into en/decrypt asm helpersArd Biesheuvel
2024-01-26crypto: arm64/aes-ccm - Merge encrypt and decrypt tail handlingArd Biesheuvel