summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/poly1305-glue.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann2021-04-021-1/+1
* crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar2020-10-301-1/+1
* crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld2020-04-301-4/+11
* crypto: {arm,arm64,mips}/poly1305 - remove redundant non-reduction from emitJason A. Donenfeld2020-01-161-16/+2
* crypto: arch - conditionalize crypto api in arch glue for lib codeJason A. Donenfeld2019-11-271-2/+3
* crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel2019-11-171-0/+237