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
/
arch
/
x86
/
crypto
/
serpent_sse2_glue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-14
crypto: x86 - use local headers for x86 specific shared declarations
Ard Biesheuvel
1
-1
/
+1
2021-01-14
crypto: x86/serpent - drop dependency on glue helper
Ard Biesheuvel
1
-57
/
+24
2021-01-14
crypto: x86/serpent - drop CTR mode implementation
Ard Biesheuvel
1
-67
/
+0
2019-12-11
crypto: x86 - Regularize glue function prototypes
Kees Cook
1
-12
/
+18
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-16
/
+1
2018-03-02
crypto: x86/serpent-sse2 - convert to skcipher interface
Eric Biggers
1
-151
/
+70
2018-03-02
crypto: x86/serpent-sse2 - remove XTS algorithm
Eric Biggers
1
-172
/
+0
2018-03-02
crypto: x86/serpent-sse2 - remove LRW algorithm
Eric Biggers
1
-129
/
+1
2017-04-05
crypto: gf128mul - switch gf128mul_x_ble to le128
Ondrej Mosnáček
1
-2
/
+2
2016-03-31
x86/cpufeature: Remove cpu_has_xmm2
Borislav Petkov
1
-1
/
+1
2016-02-16
crypto: xts - consolidate sanity check for keys
Stephan Mueller
1
-8
/
+3
2015-03-31
crypto: serpent_sse2 - mark Serpent SSE2 helper ciphers
Stephan Mueller
1
-5
/
+10
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
1
-1
/
+1
2013-09-24
crypto: move x86 to the generic version of ablk_helper
Ard Biesheuvel
1
-1
/
+1
2012-10-24
crypto: x86/glue_helper - use le128 instead of u128 for CTR mode
Jussi Kivilinna
1
-6
/
+6
2012-08-01
crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations
Jussi Kivilinna
1
-10
/
+0
2012-06-27
crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/as...
Jussi Kivilinna
1
-1
/
+1
2012-06-27
crypto: serpent-sse2 - split generic glue code to new helper module
Jussi Kivilinna
1
-351
/
+1
2012-06-27
crypto: serpent-sse2 - prepare serpent-sse2 glue code into generic x86 glue c...
Jussi Kivilinna
1
-163
/
+303
2012-06-27
crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...
Jussi Kivilinna
1
-109
/
+6
2012-06-14
crypto: serpent-sse2/avx - allow both to be built into kernel
Jussi Kivilinna
1
-1
/
+1
2012-02-25
crypto: serpent-sse2 - combine ablk_*_init functions
Jussi Kivilinna
1
-58
/
+13
2012-02-25
crypto: serpent-sse2 - use crypto_[un]register_algs
Jussi Kivilinna
1
-243
/
+163
2012-02-14
crypto: serpent-sse2 - remove dead code from serpent_sse2_glue.c::serpent_sse...
Jesper Juhl
1
-1
/
+0
2011-12-20
crypto: serpent-sse2 - remove unneeded LRW/XTS #ifdefs
Jussi Kivilinna
1
-40
/
+0
2011-11-21
crypto: serpent-sse2 - clear CRYPTO_TFM_REQ_MAY_SLEEP in lrw and xts modes
Jussi Kivilinna
1
-0
/
+4
2011-11-21
crypto: serpent-sse2 - add xts support
Jussi Kivilinna
1
-2
/
+178
2011-11-21
crypto: serpent-sse2 - add lrw support
Jussi Kivilinna
1
-0
/
+211
2011-11-21
crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation
Jussi Kivilinna
1
-0
/
+719