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
/
Kconfig
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-18
lib/crypto: add prompts back to crypto libraries
Justin M. Forbes
1
-2
/
+0
2022-01-11
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-0
/
+4
2022-01-07
lib/crypto: blake2s: include as built-in
Jason A. Donenfeld
1
-1
/
+2
2021-12-31
crypto: kdf - select SHA-256 required for self-test
Stephan Müller
1
-1
/
+1
2021-11-26
crypto: kdf - add SP800-108 counter key derivation function
Stephan Müller
1
-0
/
+4
2021-10-01
crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency
Arnd Bergmann
1
-1
/
+1
2021-08-27
crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementation
Tianjia Zhang
1
-0
/
+22
2021-07-30
crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementation
Tianjia Zhang
1
-0
/
+21
2021-07-30
crypto: sm4 - create SM4 library based on sm4 generic code
Tianjia Zhang
1
-0
/
+1
2021-07-16
crypto: drbg - select SHA512
Stephan Mueller
1
-1
/
+1
2021-04-26
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-5
/
+10
2021-04-22
crypto: camellia - drop duplicate "depends on CRYPTO"
Randy Dunlap
1
-5
/
+0
2021-03-26
crypto: ecdsa - Add support for ECDSA signature verification
Stefan Berger
1
-0
/
+10
2021-03-08
crypto: mips/poly1305 - enable for all MIPS processors
Maciej W. Rozycki
1
-1
/
+1
2021-02-10
crypto: serpent - get rid of obsolete tnepres variant
Ard Biesheuvel
1
-2
/
+1
2021-01-29
crypto: salsa20 - remove Salsa20 stream cipher algorithm
Ard Biesheuvel
1
-12
/
+0
2021-01-29
crypto: tgr192 - remove Tiger 128/160/192 hash algorithms
Ard Biesheuvel
1
-13
/
+0
2021-01-29
crypto: rmd320 - remove RIPE-MD 320 hash algorithm
Ard Biesheuvel
1
-12
/
+0
2021-01-29
crypto: rmd256 - remove RIPE-MD 256 hash algorithm
Ard Biesheuvel
1
-12
/
+0
2021-01-29
crypto: rmd128 - remove RIPE-MD 128 hash algorithm
Ard Biesheuvel
1
-13
/
+0
2021-01-14
crypto: x86 - remove glue helper module
Ard Biesheuvel
1
-5
/
+0
2021-01-14
crypto: x86/twofish - drop dependency on glue helper
Ard Biesheuvel
1
-2
/
+0
2021-01-14
crypto: x86/cast6 - drop dependency on glue helper
Ard Biesheuvel
1
-1
/
+0
2021-01-14
crypto: x86/serpent - drop dependency on glue helper
Ard Biesheuvel
1
-3
/
+0
2021-01-14
crypto: x86/camellia - drop dependency on glue helper
Ard Biesheuvel
1
-2
/
+0
2021-01-14
crypto: x86/blowfish - drop CTR mode implementation
Ard Biesheuvel
1
-0
/
+1
2021-01-14
crypto: x86/des - drop CTR mode implementation
Ard Biesheuvel
1
-0
/
+1
2021-01-14
crypto: x86/twofish - drop CTR mode implementation
Ard Biesheuvel
1
-0
/
+2
2021-01-14
crypto: x86/cast6 - drop CTR mode implementation
Ard Biesheuvel
1
-0
/
+1
2021-01-14
crypto: x86/cast5 - drop CTR mode implementation
Ard Biesheuvel
1
-0
/
+1
2021-01-14
crypto: x86/serpent - drop CTR mode implementation
Ard Biesheuvel
1
-0
/
+3
2021-01-14
crypto: x86/camellia - drop CTR mode implementation
Ard Biesheuvel
1
-0
/
+1
2021-01-14
crypto: x86/twofish - switch to XTS template
Ard Biesheuvel
1
-0
/
+1
2021-01-14
crypto: x86/serpent- switch to XTS template
Ard Biesheuvel
1
-1
/
+1
2021-01-14
crypto: x86/cast6 - switch to XTS template
Ard Biesheuvel
1
-1
/
+1
2021-01-14
crypto: x86/camellia - switch to XTS template
Ard Biesheuvel
1
-1
/
+1
2021-01-08
crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helper
Ard Biesheuvel
1
-1
/
+0
2020-11-27
crypto: tcrypt - permit tcrypt.ko to be builtin
Ard Biesheuvel
1
-1
/
+1
2020-11-13
crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the manager
Jason A. Donenfeld
1
-1
/
+1
2020-09-25
crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm
Tianjia Zhang
1
-0
/
+17
2020-09-25
crypto: af_alg - add extra parameters for DRBG interface
Elena Petrova
1
-0
/
+9
2020-09-18
crypto: Kconfig - mark unused ciphers as obsolete
Ard Biesheuvel
1
-0
/
+4
2020-09-11
crypto: arc4 - mark ecb(arc4) skcipher as obsolete
Ard Biesheuvel
1
-0
/
+10
2020-07-23
crypto: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-23
/
+23
2020-06-11
Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+0
2020-04-30
crypto: drbg - should select CTR
Corentin Labbe
1
-1
/
+1
2020-04-30
crypto: ctr - no longer needs CRYPTO_SEQIV
Corentin Labbe
1
-1
/
+0
2020-04-15
compiler/gcc: Raise minimum GCC version for kernel builds to 4.8
Will Deacon
1
-1
/
+0
2020-02-05
crypto: Kconfig - allow tests to be disabled when manager is disabled
Jason A. Donenfeld
1
-4
/
+0
2020-01-16
crypto: essiv - fix AEAD capitalization and preposition use in help text
Geert Uytterhoeven
1
-2
/
+2
[next]