summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/poly1305-glue.c
AgeCommit message (Expand)AuthorLines
2025-04-28crypto: arm64 - move library functions to arch/arm64/lib/crypto/Eric Biggers-116/+0
2025-04-19crypto: lib/poly1305 - restore ability to remove modulesEric Biggers-0/+5
2025-04-16crypto: arm64/poly1305 - remove redundant shash algorithmEric Biggers-134/+6
2025-04-16crypto: poly1305 - centralize the shash wrappers for arch codeEric Biggers-1/+8
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-06-21crypto: arm64 - add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+1
2022-07-29crypto: arm64/poly1305 - fix a read out-of-boundGUO Zihua-1/+1
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann-1/+1
2020-10-30crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar-1/+1
2020-04-30crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld-4/+11
2020-01-16crypto: {arm,arm64,mips}/poly1305 - remove redundant non-reduction from emitJason A. Donenfeld-16/+2
2019-11-27crypto: arch - conditionalize crypto api in arch glue for lib codeJason A. Donenfeld-2/+3
2019-11-17crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel-0/+237