index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-14
crypto: seed - stop using cra_alignmask
Eric Biggers
1
-27
/
+21
2024-12-14
crypto: khazad - stop using cra_alignmask
Eric Biggers
1
-11
/
+6
2024-12-14
crypto: tea - stop using cra_alignmask
Eric Biggers
1
-50
/
+33
2024-12-14
crypto: aria - stop using cra_alignmask
Eric Biggers
1
-20
/
+17
2024-12-14
crypto: anubis - stop using cra_alignmask
Eric Biggers
1
-9
/
+5
2024-12-14
crypto: skcipher - remove support for physical address walks
Eric Biggers
1
-161
/
+26
2024-12-10
crypto: sig - Set maskset to CRYPTO_ALG_TYPE_MASK
Herbert Xu
1
-3
/
+1
2024-12-10
crypto: api - Call crypto_schedule_test outside of mutex
Herbert Xu
1
-10
/
+17
2024-12-10
crypto: api - Fix boot-up self-test race
Herbert Xu
1
-2
/
+2
2024-12-10
crypto: rsassa-pkcs1 - Copy source data for SG list
Herbert Xu
1
-31
/
+14
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
18
-20
/
+20
2024-12-01
crypto: crct10dif - expose arch-optimized lib function
Eric Biggers
2
-18
/
+65
2024-12-01
lib/crc-t10dif: stop wrapping the crypto API
Eric Biggers
3
-83
/
+2
2024-12-01
crypto: crc32 - don't unnecessarily register arch algorithms
Eric Biggers
2
-4
/
+12
2024-12-01
lib/crc32: improve support for arch-specific overrides
Eric Biggers
2
-4
/
+4
2024-12-01
lib/crc32: drop leading underscores from __crc32c_le_base
Eric Biggers
1
-4
/
+4
2024-11-19
Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2024-11-19
Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
23
-1055
/
+2330
2024-11-10
crypto: rsassa-pkcs1 - Reinstate support for legacy protocols
Lukas Wunner
4
-5
/
+78
2024-11-02
crypto: asymmetric_keys - Remove unused functions
Dr. David Alan Gilbert
1
-63
/
+0
2024-10-28
crypto: api - move crypto_simd_disabled_for_test to lib
Eric Biggers
1
-6
/
+0
2024-10-28
crypto: crc32c - Provide crc32c-arch driver for accelerated library code
Ard Biesheuvel
2
-22
/
+73
2024-10-28
crypto: crc32 - Provide crc32-arch driver for accelerated library code
Ard Biesheuvel
2
-24
/
+71
2024-10-28
crypto: drbg - Use str_true_false() and str_enabled_disabled() helpers
Thorsten Blum
1
-2
/
+3
2024-10-28
crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return ...
Yi Yang
1
-4
/
+8
2024-10-28
crypto: ecdsa - Update Kconfig help text for NIST P521
Lukas Wunner
1
-1
/
+1
2024-10-26
crypto: sig - Fix oops on KEYCTL_PKEY_QUERY for RSA keys
Lukas Wunner
1
-12
/
+24
2024-10-19
crypto: jitter - output full sample from test interface
Joachim Vandersmissen
2
-17
/
+18
2024-10-16
Merge tag 'v6.12-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-13
/
+12
2024-10-10
crypto: testmgr - Hide ENOENT errors better
Herbert Xu
1
-12
/
+11
2024-10-10
crypto: api - Fix liveliness check in crypto_alg_tested
Herbert Xu
1
-1
/
+1
2024-10-05
crypto: ecrdsa - Fix signature size calculation
Lukas Wunner
1
-0
/
+8
2024-10-05
crypto: ecdsa - Support P1363 signature decoding
Lukas Wunner
6
-1
/
+216
2024-10-05
crypto: ecdsa - Move X9.62 signature size calculation into template
Lukas Wunner
4
-34
/
+60
2024-10-05
crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()
Lukas Wunner
7
-17
/
+17
2024-10-05
crypto: ecdsa - Move X9.62 signature decoding into template
Lukas Wunner
6
-70
/
+942
2024-10-05
crypto: ecdsa - Avoid signed integer overflow on signature decoding
Lukas Wunner
1
-12
/
+7
2024-10-05
crypto: sig - Move crypto_sig_*() API calls to include file
Lukas Wunner
1
-46
/
+0
2024-10-05
crypto: akcipher - Drop sign/verify operations
Lukas Wunner
5
-221
/
+55
2024-10-05
crypto: rsassa-pkcs1 - Avoid copying hash prefix
Lukas Wunner
1
-8
/
+10
2024-10-05
crypto: rsassa-pkcs1 - Harden digest length verification
Lukas Wunner
1
-1
/
+19
2024-10-05
crypto: rsassa-pkcs1 - Migrate to sig_alg backend
Lukas Wunner
8
-342
/
+475
2024-10-05
crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacks
Lukas Wunner
1
-28
/
+2
2024-10-05
crypto: ecrdsa - Migrate to sig_alg backend
Lukas Wunner
4
-41
/
+28
2024-10-05
crypto: ecdsa - Migrate to sig_alg backend
Lukas Wunner
4
-90
/
+55
2024-10-05
crypto: sig - Introduce sig_alg backend
Lukas Wunner
3
-2
/
+269
2024-10-05
crypto: ecdsa - Drop unused test vector elements
Lukas Wunner
1
-105
/
+10
2024-10-03
crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
26
-26
/
+26
2024-09-20
KEYS: prevent NULL pointer dereference in find_asymmetric_key()
Roman Smirnov
1
-3
/
+4
[prev]
[next]