index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
poly1305_generic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-16
crypto: poly1305 - add new 32 and 64-bit generic versions
Jason A. Donenfeld
1
-1
/
+24
2019-11-17
crypto: x86/poly1305 - depend on generic library not generic shash
Ard Biesheuvel
1
-7
/
+4
2019-11-17
crypto: poly1305 - expose init/update/final library interface
Ard Biesheuvel
1
-21
/
+1
2019-11-17
crypto: x86/poly1305 - unify Poly1305 state struct with generic code
Ard Biesheuvel
1
-3
/
+3
2019-11-17
crypto: poly1305 - move core routines into a separate library
Ard Biesheuvel
1
-187
/
+8
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
1
-1
/
+1
2018-11-20
crypto: poly1305 - add Poly1305 core API
Eric Biggers
1
-75
/
+99
2018-11-20
crypto: poly1305 - use structures for key and accumulator
Eric Biggers
1
-26
/
+26
2018-07-08
crypto: shash - remove useless setting of type flags
Eric Biggers
1
-1
/
+0
2018-01-12
crypto: poly1305 - remove ->setkey() method
Eric Biggers
1
-12
/
+5
2018-01-05
crypto: poly1305 - remove cra_alignmask
Eric Biggers
1
-1
/
+0
2018-01-05
crypto: poly1305 - use unaligned access macros to output digest
Eric Biggers
1
-5
/
+4
2016-11-13
crypto: poly1305 - Use unaligned access where required
Jason A. Donenfeld
1
-19
/
+15
2015-07-17
crypto: poly1305 - Export common Poly1305 helpers
Martin Willi
1
-38
/
+35
2015-06-17
crypto: poly1305 - Pass key as first two message blocks to each desc_ctx
Martin Willi
1
-38
/
+59
2015-06-04
crypto: poly1305 - Add a generic Poly1305 authenticator implementation
Martin Willi
1
-0
/
+300