index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
poly1305_generic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: poly1305 - add new 32 and 64-bit generic versions
Jason A. Donenfeld
2020-01-16
1
-1
/
+24
*
crypto: x86/poly1305 - depend on generic library not generic shash
Ard Biesheuvel
2019-11-17
1
-7
/
+4
*
crypto: poly1305 - expose init/update/final library interface
Ard Biesheuvel
2019-11-17
1
-21
/
+1
*
crypto: x86/poly1305 - unify Poly1305 state struct with generic code
Ard Biesheuvel
2019-11-17
1
-3
/
+3
*
crypto: poly1305 - move core routines into a separate library
Ard Biesheuvel
2019-11-17
1
-187
/
+8
*
crypto: run initcalls for generic implementations earlier
Eric Biggers
2019-04-18
1
-1
/
+1
*
crypto: poly1305 - add Poly1305 core API
Eric Biggers
2018-11-20
1
-75
/
+99
*
crypto: poly1305 - use structures for key and accumulator
Eric Biggers
2018-11-20
1
-26
/
+26
*
crypto: shash - remove useless setting of type flags
Eric Biggers
2018-07-09
1
-1
/
+0
*
crypto: poly1305 - remove ->setkey() method
Eric Biggers
2018-01-12
1
-12
/
+5
*
crypto: poly1305 - remove cra_alignmask
Eric Biggers
2018-01-05
1
-1
/
+0
*
crypto: poly1305 - use unaligned access macros to output digest
Eric Biggers
2018-01-05
1
-5
/
+4
*
crypto: poly1305 - Use unaligned access where required
Jason A. Donenfeld
2016-11-13
1
-19
/
+15
*
crypto: poly1305 - Export common Poly1305 helpers
Martin Willi
2015-07-17
1
-38
/
+35
*
crypto: poly1305 - Pass key as first two message blocks to each desc_ctx
Martin Willi
2015-06-17
1
-38
/
+59
*
crypto: poly1305 - Add a generic Poly1305 authenticator implementation
Martin Willi
2015-06-04
1
-0
/
+300