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
2023-07-01
Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
22
-411
/
+1249
2023-06-27
crypto: akcipher - Do not copy dst if it is NULL
Herbert Xu
1
-1
/
+2
2023-06-27
crypto: sig - Fix verify call
Herbert Xu
3
-7
/
+11
2023-06-27
crypto: akcipher - Set request tfm on sync path
Herbert Xu
1
-0
/
+1
2023-06-25
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
4
-62
/
+4
2023-06-23
KEYS: asymmetric: Use new crypto interface without scatterlists
Herbert Xu
1
-97
/
+137
2023-06-23
KEYS: asymmetric: Move sm2 code into x509_public_key
Herbert Xu
3
-111
/
+91
2023-06-23
crypto: sig - Add interface for sign/verify
Herbert Xu
5
-17
/
+226
2023-06-23
crypto: akcipher - Add sync interface without SG lists
Herbert Xu
1
-0
/
+95
2023-06-23
crypto: cipher - On clone do crypto_mod_get()
Dmitry Safonov
1
-1
/
+6
2023-06-23
crypto: api - Add __crypto_alloc_tfmgfp
Herbert Xu
3
-5
/
+14
2023-06-23
crypto: api - Remove crypto_init_ops()
Dmitry Safonov
1
-14
/
+0
2023-06-23
crypto: rsa - allow only odd e and restrict value in FIPS mode
Mahmoud Adam
1
-0
/
+36
2023-06-23
crypto: geniv - Split geniv out of AEAD Kconfig option
Herbert Xu
2
-12
/
+9
2023-06-23
crypto: algboss - Add missing dependency on RNG2
Herbert Xu
1
-3
/
+4
2023-06-20
crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE)
David Howells
1
-13
/
+25
2023-06-18
crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limit
David Howells
1
-1
/
+1
2023-06-16
crypto: hmac - Add missing blank line
Franziska Naepelt
1
-0
/
+1
2023-06-13
algif: Remove hash_sendpage*()
David Howells
1
-66
/
+0
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-17
/
+21
2023-06-08
crypto: af_alg/hash: Support MSG_SPLICE_PAGES
David Howells
2
-41
/
+70
2023-06-08
crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
David Howells
1
-44
/
+8
2023-06-08
crypto: af_alg: Support MSG_SPLICE_PAGES
David Howells
3
-17
/
+37
2023-06-08
crypto: af_alg: Indent the loop in af_alg_sendmsg()
David Howells
1
-24
/
+27
2023-06-08
crypto: af_alg: Use extract_iter_to_sg() to create scatterlists
David Howells
4
-55
/
+38
2023-06-08
crypto: af_alg: Pin pages rather than ref'ing if appropriate
David Howells
1
-3
/
+7
2023-06-02
KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
Roberto Sassu
1
-17
/
+21
2023-06-02
crypto: jitter - correct health test during initialization
Stephan Müller
1
-6
/
+3
2023-05-24
crypto: Kconfig - warn about performance overhead of CRYPTO_STATS
Eric Biggers
1
-0
/
+3
2023-05-24
crypto: shash - Allow cloning on algorithms with no init_tfm
Herbert Xu
1
-5
/
+7
2023-05-24
crypto: cmac - Add support for cloning
Herbert Xu
1
-1
/
+17
2023-05-24
crypto: cipher - Add crypto_clone_cipher
Herbert Xu
1
-0
/
+23
2023-05-24
crypto: cmac - Use modern init_tfm/exit_tfm
Herbert Xu
1
-9
/
+9
2023-05-24
crypto: aegis128-neon - add header for internal prototypes
Arnd Bergmann
3
-11
/
+19
2023-05-12
crypto: jitter - add interface for gathering of raw entropy
Stephan Müller
5
-1
/
+333
2023-05-12
crypto: jitter - replace LFSR with SHA3-256
Stephan Müller
4
-120
/
+219
2023-05-12
crypto: hash - Make crypto_ahash_alg helper available
Herbert Xu
1
-6
/
+0
2023-05-12
crypto: hash - Add statesize to crypto_ahash
Herbert Xu
1
-0
/
+3
2023-05-07
Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
11
-12
/
+15
2023-05-04
Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
1
-0
/
+3
2023-05-02
crypto: api - Fix CRYPTO_USER checks for report function
Ondrej Mosnacek
9
-9
/
+9
2023-05-01
LoongArch: crypto: Add crc32 and crc32c hw acceleration
Min Zhou
1
-0
/
+3
2023-04-28
crypto: engine - fix crypto_queue backlog handling
Olivier Bacon
2
-3
/
+6
2023-04-28
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2023-04-26
Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
28
-851
/
+1137
2023-04-24
integrity: machine keyring CA configuration
Eric Snowberg
1
-0
/
+2
2023-04-24
KEYS: CA link restriction
Eric Snowberg
1
-0
/
+38
2023-04-24
KEYS: X.509: Parse Key Usage
Eric Snowberg
1
-0
/
+28
2023-04-24
KEYS: X.509: Parse Basic Constraints for CA
Eric Snowberg
1
-0
/
+22
2023-04-20
crypto: testmgr - Add some test vectors for cmac(camellia)
David Howells
2
-0
/
+53
[next]