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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-02
crypto: xts - remove xts_crypt()
Eric Biggers
1
-72
/
+0
2018-03-02
crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interface
Eric Biggers
1
-10
/
+3
2018-03-02
crypto: x86/camellia - convert to skcipher interface
Eric Biggers
1
-1
/
+1
2018-03-02
crypto: x86/camellia - remove XTS algorithm
Eric Biggers
1
-1
/
+0
2018-03-02
crypto: x86/camellia - remove LRW algorithm
Eric Biggers
1
-1
/
+0
2018-03-02
crypto: x86/camellia-aesni-avx2 - remove LRW algorithm
Eric Biggers
1
-1
/
+0
2018-03-02
crypto: x86/camellia-aesni-avx - remove LRW algorithm
Eric Biggers
1
-1
/
+0
2018-03-02
crypto: x86/des3_ede - convert to skcipher interface
Eric Biggers
1
-1
/
+1
2018-03-02
crypto: x86/blowfish: convert to skcipher interface
Eric Biggers
1
-1
/
+1
2018-03-02
crypto: x86/cast6-avx - convert to skcipher interface
Eric Biggers
1
-5
/
+4
2018-03-02
crypto: x86/cast6-avx - remove LRW algorithm
Eric Biggers
1
-1
/
+0
2018-03-02
crypto: x86/cast5-avx - convert to skcipher interface
Eric Biggers
1
-4
/
+3
2018-03-02
crypto: x86/twofish-avx - convert to skcipher interface
Eric Biggers
1
-4
/
+2
2018-03-02
crypto: x86/twofish-avx - remove LRW algorithm
Eric Biggers
1
-1
/
+0
2018-03-02
crypto: x86/twofish-3way - convert to skcipher interface
Eric Biggers
1
-1
/
+1
2018-03-02
crypto: x86/twofish-3way - remove XTS algorithm
Eric Biggers
1
-1
/
+0
2018-03-02
crypto: x86/twofish-3way - remove LRW algorithm
Eric Biggers
1
-1
/
+0
2018-03-02
crypto: x86/serpent-avx,avx2 - convert to skcipher interface
Eric Biggers
1
-9
/
+2
2018-03-02
crypto: x86/serpent-avx - remove LRW algorithm
Eric Biggers
1
-1
/
+0
2018-03-02
crypto: x86/serpent-avx2 - remove LRW algorithm
Eric Biggers
1
-1
/
+0
2018-03-02
crypto: x86/serpent-sse2 - convert to skcipher interface
Eric Biggers
1
-6
/
+4
2018-03-02
crypto: x86/serpent-sse2 - remove XTS algorithm
Eric Biggers
1
-2
/
+0
2018-03-02
crypto: x86/serpent-sse2 - remove LRW algorithm
Eric Biggers
1
-2
/
+0
2018-03-02
crypto: simd - allow registering multiple algorithms at once
Eric Biggers
1
-0
/
+50
2018-02-22
crypto: speck - add test vectors for Speck64-XTS
Eric Biggers
2
-0
/
+680
2018-02-22
crypto: speck - add test vectors for Speck128-XTS
Eric Biggers
2
-0
/
+696
2018-02-22
crypto: speck - export common helpers
Eric Biggers
1
-41
/
+49
2018-02-22
crypto: speck - add support for the Speck block cipher
Eric Biggers
5
-0
/
+460
2018-02-22
crypto: testmgr - Fix incorrect values in PKCS#1 test vector
Conor McLoughlin
1
-3
/
+3
2018-02-15
crypto: engine - Permit to enqueue all async requests
Corentin LABBE
1
-137
/
+164
2018-02-15
crypto: user - Replace GFP_ATOMIC with GFP_KERNEL in crypto_report
Jia-Ju Bai
1
-1
/
+1
2018-02-15
crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad_encrypt...
Jia-Ju Bai
1
-1
/
+1
2018-02-15
crypto: mcryptd - remove pointless wrapper functions
Eric Biggers
1
-30
/
+4
2018-02-15
crypto: hash - Require export/import in ahash
Kamil Konieczny
1
-16
/
+2
2018-02-12
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-100
/
+118
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-8
/
+8
2018-02-08
crypto: sha3-generic - Use __optimize to support old compilers
Geert Uytterhoeven
1
-1
/
+1
2018-02-08
crypto: sha3-generic - deal with oversize stack frames
Ard Biesheuvel
1
-100
/
+118
2018-02-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
44
-653
/
+2032
2018-01-31
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-3
/
+2
2018-01-29
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-49
/
+3
2018-01-25
crypto: testmgr - add new testcases for sha3
Ard Biesheuvel
1
-0
/
+550
2018-01-25
crypto: sha3-generic - export init/update/final routines
Ard Biesheuvel
1
-15
/
+18
2018-01-25
crypto: sha3-generic - simplify code
Ard Biesheuvel
1
-125
/
+59
2018-01-25
crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimize
Ard Biesheuvel
1
-38
/
+96
2018-01-25
crypto: sha3-generic - fixes for alignment and big endian operation
Ard Biesheuvel
1
-2
/
+3
2018-01-25
crypto: testmgr - test misuse of result in ahash
Kamil Konieczny
1
-0
/
+39
2018-01-20
crypto: aes-generic - fix aes-generic regression on powerpc
Arnd Bergmann
1
-1
/
+1
2018-01-12
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-0
/
+12
2018-01-12
crypto: x86/salsa20 - cleanup and convert to skcipher API
Eric Biggers
1
-0
/
+2
[next]