aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/poly1305_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-17crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel1-7/+4
2019-11-17crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel1-21/+1
2019-11-17crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel1-3/+3
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel1-187/+8
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2018-11-20crypto: poly1305 - add Poly1305 core APIEric Biggers1-75/+99
2018-11-20crypto: poly1305 - use structures for key and accumulatorEric Biggers1-26/+26
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers1-1/+0
2018-01-12crypto: poly1305 - remove ->setkey() methodEric Biggers1-12/+5
2018-01-05crypto: poly1305 - remove cra_alignmaskEric Biggers1-1/+0
2018-01-05crypto: poly1305 - use unaligned access macros to output digestEric Biggers1-5/+4
2016-11-13crypto: poly1305 - Use unaligned access where requiredJason A. Donenfeld1-19/+15
2015-07-17crypto: poly1305 - Export common Poly1305 helpersMartin Willi1-38/+35
2015-06-17crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi1-38/+59
2015-06-04crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi1-0/+300