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
path:
root
/
drivers
/
crypto
/
Kconfig
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-21
crypto: sa2ul - add Kconfig selects to fix build error
Randy Dunlap
1
-0
/
+3
2020-07-23
crypto: sa2ul - Add crypto driver
Keerthy
1
-0
/
+14
2020-07-16
crypto: mediatek - use AES library for GCM key derivation
Ard Biesheuvel
1
-2
/
+1
2020-07-03
crypto: qce - support zero length test vectors
Sivaprakash Murugesan
1
-0
/
+2
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-4
/
+4
2020-03-20
crypto: marvell - create common Kconfig and Makefile for Marvell
SrujanaChalla
1
-14
/
+1
2020-02-28
crypto: xilinx - Add Xilinx AES driver
Kalyani Akula
1
-0
/
+12
2020-02-13
crypto: qce - use AES fallback for small requests
Eneas U de Queiroz
1
-0
/
+23
2020-01-09
crypto: exynos-rng - Rename Exynos to lowercase
Krzysztof Kozlowski
1
-1
/
+1
2019-12-27
crypto: qce - allow building only hashes/ciphers
Eneas U de Queiroz
1
-4
/
+59
2019-12-20
crypto: inside-secure - add unspecified HAS_IOMEM dependency
Brendan Higgins
1
-1
/
+1
2019-12-11
crypto: Kconfig - Fix indentation
Krzysztof Kozlowski
1
-11
/
+11
2019-11-27
crypto: talitos - Fix build error by selecting LIB_DES
Herbert Xu
1
-0
/
+1
2019-11-22
crypto: atmel - Fix build error of CRYPTO_AUTHENC
YueHaibing
1
-4
/
+4
2019-11-17
crypto: bcm-spu - switch to skcipher API
Ard Biesheuvel
1
-1
/
+1
2019-11-08
crypto: atmel - Fix selection of CRYPTO_AUTHENC
Tudor Ambarus
1
-1
/
+1
2019-11-01
crypto: amcc - restore CRYPTO_AES dependency
Christian Lamparter
1
-0
/
+1
2019-11-01
crypto: skcipher - rename the crypto_blkcipher module and kconfig option
Eric Biggers
1
-25
/
+25
2019-11-01
crypto: sun4i-ss - Move to Allwinner directory
Corentin Labbe
1
-26
/
+0
2019-11-01
crypto: allwinner - Add allwinner subdirectory
Corentin Labbe
1
-0
/
+2
2019-10-25
crypto: amlogic - Add crypto accelerator for amlogic GXL
Corentin Labbe
1
-0
/
+2
2019-10-04
crypto: sun4i-ss - enable pm_runtime
Corentin Labbe
1
-0
/
+1
2019-10-04
crypto: inside-secure - Add CRYPTO_SHA3 to CRYPTO_DEV_SAFEXCEL
Pascal van Leeuwen
1
-0
/
+1
2019-10-04
crypto: inside-secure - Add CRYPTO_CHACHA20POLY1305 to CRYPTO_DEV_SAFEXCEL
Pascal van Leeuwen
1
-0
/
+1
2019-09-18
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-28
/
+28
2019-09-13
s390/crypto: Support for SHA3 via CPACF (MSA6)
Joerg Schmidbauer
1
-0
/
+20
2019-08-30
crypto: inside-secure - make driver selectable for non-Marvell hardware
Pascal van Leeuwen
1
-6
/
+6
2019-08-30
crypto: picoxcell - Fix the name of the module in the description of CRYPTO_D...
Christophe JAILLET
1
-1
/
+1
2019-08-22
crypto: des - split off DES library from generic DES cipher driver
Ard Biesheuvel
1
-14
/
+14
2019-07-27
crypto: ghash - add comment and improve help text
Eric Biggers
1
-3
/
+3
2019-07-26
crypto: amcc - switch to AES library for GCM key derivation
Ard Biesheuvel
1
-1
/
+1
2019-07-26
crypto: safexcel/aes - switch to library version of key expansion routine
Ard Biesheuvel
1
-1
/
+1
2019-07-26
crypto: cesa/aes - switch to library version of key expansion routine
Ard Biesheuvel
1
-1
/
+1
2019-07-26
crypto: padlock/aes - switch to library version of key expansion routine
Ard Biesheuvel
1
-1
/
+1
2019-07-09
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+19
2019-06-06
crypto: atmel-i2c - Fix build error while CRC16 set to m
YueHaibing
1
-0
/
+1
2019-05-30
crypto: atmel-i2c - add support for SHA204A random number generator
Ard Biesheuvel
1
-0
/
+14
2019-05-30
crypto: atmel-ecc - factor out code that can be shared
Ard Biesheuvel
1
-0
/
+4
2019-05-30
crypto: atmel-ecc - add support for ACPI probing on non-AT91 platforms
Ard Biesheuvel
1
-1
/
+0
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-04-16
crypto: mxc-scc - Remove broken driver
Herbert Xu
1
-9
/
+0
2019-01-10
crypto: bcm - convert to use crypto_authenc_extractkeys()
Eric Biggers
1
-0
/
+1
2018-12-30
Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-1
/
+1
2018-12-21
treewide: surround Kconfig file paths with double quotes
Masahiro Yamada
1
-1
/
+1
2018-12-07
crypto: ccree - add support for CryptoCell 703
Gilad Ben-Yossef
1
-1
/
+1
2018-11-09
crypto: ccree - add SM3 support
Yael Chemla
1
-0
/
+1
2018-11-09
crypto: ccree - add SM4 support
Gilad Ben-Yossef
1
-0
/
+1
2018-11-09
crypto: ccree - add support for CryptoCell 713
Gilad Ben-Yossef
1
-1
/
+1
2018-10-08
s390/zcrypt: multiple zcrypt device nodes support
Harald Freudenberger
1
-0
/
+11
2018-08-03
crypto: hisilicon - SEC security accelerator driver
Jonathan Cameron
1
-0
/
+2
[next]