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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-01
crypto: skcipher - Add separate walker for AEAD decryption
Herbert Xu
2
-3
/
+34
2016-11-30
crypto: arm/aesbs - fix brokenness after skcipher conversion
Ard Biesheuvel
1
-1
/
+1
2016-11-30
crypto: chcr - Add AEAD algos.
Harsh Jain
6
-41
/
+1558
2016-11-30
crypto: chcr - Move tfm ctx variable to request context
Harsh Jain
2
-18
/
+17
2016-11-30
crypto: chcr - Use SHASH_DESC_ON_STACK
Harsh Jain
2
-38
/
+27
2016-11-30
crypto: chcr - Adjust Dest. buffer size
Harsh Jain
1
-30
/
+20
2016-11-30
crypto: chcr - Calculate Reverse round key in setkey callback.
Harsh Jain
2
-30
/
+24
2016-11-30
crypto: chcr - Remove dynamic allocation
Harsh Jain
2
-32
/
+45
2016-11-30
crypto: chcr - Fixes Unchecked dereference inside function
Harsh Jain
1
-1
/
+2
2016-11-30
crypto: chcr - Added new structure chcr_wr
Harsh Jain
4
-149
/
+140
2016-11-30
crypto: chcr - Cosmetic change
Harsh Jain
2
-58
/
+53
2016-11-30
crypto: arm64/aes-ce-ctr - fix skcipher conversion
Ard Biesheuvel
1
-0
/
+1
2016-11-30
crypto: skcipher - fix crash in skcipher_walk_aead()
Ard Biesheuvel
1
-0
/
+2
2016-11-30
crypto: arm/aes-ce - fix broken monolithic build
Ard Biesheuvel
1
-1
/
+1
2016-11-30
crypto: arm/aes - Add missing SIMD select for aesbs
Herbert Xu
1
-3
/
+3
2016-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
7
-17
/
+48
2016-11-30
crypto: rsa - Add Makefile dependencies to fix parallel builds
David Michael
1
-0
/
+1
2016-11-30
crypto: chcr - Fix memory corruption
Harsh Jain
1
-1
/
+2
2016-11-30
crypto: drbg - prevent invalid SG mappings
Stephan Mueller
2
-5
/
+26
2016-11-29
crypto: arm/aes - Select SIMD in Kconfig
Herbert Xu
2
-3
/
+3
2016-11-29
crypto: arm64/sha2 - add generated .S files to .gitignore
Ard Biesheuvel
1
-0
/
+2
2016-11-28
crypto: testmgr - don't use stack buffer in test_acomp()
Eric Biggers
1
-3
/
+8
2016-11-28
MAINTAINERS: add maintainers for caam crypto driver
Horia Geantă
1
-0
/
+8
2016-11-28
crypto: caam - refactor ahash shared descriptor generation
Horia Geantă
1
-94
/
+36
2016-11-28
crypto: caam - consolidate split key length computation
Horia Geantă
4
-45
/
+53
2016-11-28
crypto: caam - refactor encryption descriptors generation
Horia Geantă
5
-1072
/
+1440
2016-11-28
crypto: caam - remove unneded dependencies on CRYPTO_DEV_FSL_CAAM
Horia Geantă
1
-4
/
+4
2016-11-28
crypto: caam - rewrite some generic inline append cmds
Horia Geantă
2
-14
/
+14
2016-11-28
crypto: caam - improve key inlining
Horia Geantă
2
-53
/
+116
2016-11-28
crypto: caam - remove superfluous alg_op algorithm param
Horia Geantă
4
-81
/
+13
2016-11-28
crypto: caam - group algorithm related params
Horia Geantă
5
-205
/
+274
2016-11-28
crypto: caam - move append_key_aead() into init_sh_desc_key_aead()
Horia Geantă
1
-18
/
+12
2016-11-28
crypto: aesbs - Convert to skcipher
Herbert Xu
1
-228
/
+152
2016-11-28
crypto: cbc - Export CBC implementation
Herbert Xu
2
-127
/
+148
2016-11-28
crypto: cbc - Convert to skcipher
Herbert Xu
1
-104
/
+138
2016-11-28
crypto: aes-ce - Convert to skcipher
Herbert Xu
1
-233
/
+157
2016-11-28
crypto: arm64/aes - Convert to skcipher
Herbert Xu
1
-224
/
+158
2016-11-28
crypto: aesni - Convert to skcipher
Herbert Xu
3
-573
/
+346
2016-11-28
crypto: testmgr - Do not test internal algorithms
Herbert Xu
2
-150
/
+11
2016-11-28
crypto: glue_helper - Add skcipher xts helpers
Herbert Xu
3
-3
/
+112
2016-11-28
crypto: pcbc - Convert to skcipher
Herbert Xu
1
-92
/
+109
2016-11-28
crypto: simd - Add simd skcipher helper
Herbert Xu
4
-0
/
+249
2016-11-28
crypto: cryptd - Add support for skcipher
Herbert Xu
2
-3
/
+294
2016-11-28
crypto: api - Do not clear type bits in crypto_larval_lookup
Herbert Xu
1
-1
/
+1
2016-11-28
crypto: xts - Convert to skcipher
Herbert Xu
2
-157
/
+416
2016-11-28
crypto: lrw - Convert to skcipher
Herbert Xu
1
-127
/
+380
2016-11-28
crypto: aes-ce-ccm - Use skcipher walk interface
Herbert Xu
1
-37
/
+13
2016-11-28
crypto: skcipher - Add skcipher walk interface
Herbert Xu
2
-0
/
+558
2016-11-28
crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM option
Jean Delvare
2
-2
/
+2
2016-11-28
crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512
Ard Biesheuvel
7
-0
/
+4228
[next]