aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/poly1305-glue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann1-1/+1
2020-10-30crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar1-1/+1
2020-04-30crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld1-4/+11
2020-01-16crypto: {arm,arm64,mips}/poly1305 - remove redundant non-reduction from emitJason A. Donenfeld1-16/+2
2019-11-27crypto: arch - conditionalize crypto api in arch glue for lib codeJason A. Donenfeld1-2/+3
2019-11-17crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel1-0/+237