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
2025-03-02
crypto/krb5: Test manager data
David Howells
2
-0
/
+367
2025-03-02
crypto: Add 'krb5enc' hash and cipher AEAD algorithm
David Howells
3
-0
/
+517
2025-03-02
crypto: lib/Kconfig - Hide arch options from user
Herbert Xu
1
-3
/
+3
2025-03-02
crypto: skcipher - Use restrict rather than hand-rolling accesses
Herbert Xu
1
-28
/
+23
2025-03-02
crypto: scatterwalk - don't split at page boundaries when !HIGHMEM
Eric Biggers
1
-2
/
+2
2025-03-02
crypto: scatterwalk - remove obsolete functions
Eric Biggers
1
-37
/
+0
2025-03-02
crypto: skcipher - use the new scatterwalk functions
Eric Biggers
1
-32
/
+19
2025-03-02
crypto: aegis - use the new scatterwalk functions
Eric Biggers
1
-6
/
+4
2025-03-02
crypto: skcipher - use scatterwalk_start_at_pos()
Eric Biggers
1
-8
/
+2
2025-03-02
crypto: scatterwalk - add new functions for copying data
Eric Biggers
1
-9
/
+50
2025-03-02
crypto: scatterwalk - add new functions for skipping data
Eric Biggers
1
-0
/
+15
2025-03-02
crypto: bpf - Add MODULE_DESCRIPTION for skcipher
Arnd Bergmann
1
-0
/
+1
2025-02-22
crypto: ahash - Set default reqsize from ahash_alg
Herbert Xu
1
-0
/
+4
2025-02-22
crypto: ahash - Add virtual address support
Herbert Xu
1
-31
/
+251
2025-02-22
crypto: tcrypt - Restore multibuffer ahash tests
Herbert Xu
1
-0
/
+231
2025-02-22
crypto: hash - Add request chaining API
Herbert Xu
2
-27
/
+236
2025-02-22
crypto: ahash - Only save callback and data in ahash_save_req
Herbert Xu
1
-62
/
+35
2025-02-22
crypto: skcipher - Zap type in crypto_alloc_sync_skcipher
Herbert Xu
1
-0
/
+1
2025-02-22
crypto: api - Fix larval relookup type and mask
Herbert Xu
1
-10
/
+7
2025-02-22
crypto: null - Use spin lock instead of mutex
Herbert Xu
1
-13
/
+26
2025-02-22
crypto: aead - use str_yes_no() helper in crypto_aead_show()
Thorsten Blum
1
-2
/
+3
2025-02-22
crypto: ahash - use str_yes_no() helper in crypto_ahash_show()
Thorsten Blum
1
-2
/
+3
2025-02-09
crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP()
Lukas Wunner
3
-4
/
+4
2025-02-09
crypto: sig - Prepare for algorithms with variable signature size
Lukas Wunner
3
-11
/
+7
2025-02-09
crypto: skcipher - use str_yes_no() helper in crypto_skcipher_show()
Thorsten Blum
1
-1
/
+2
2025-02-08
crypto: crct10dif - remove from crypto API
Eric Biggers
6
-482
/
+0
2025-02-08
lib/crc32: remove "_le" from crc32c base and arch functions
Eric Biggers
1
-2
/
+2
2025-02-08
lib/crc32: standardize on crc32c() name for Castagnoli CRC32
Eric Biggers
1
-2
/
+2
2025-02-08
crypto: crc64-rocksoft - remove from crypto API
Eric Biggers
5
-123
/
+0
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-24
Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
20
-1746
/
+298
2025-01-22
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
6
-107
/
+81
2025-01-21
Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2025-01-19
crypto: asymmetric_keys - Remove unused key_being_used_for[]
Dr. David Alan Gilbert
1
-10
/
+0
2025-01-14
crypto: skcipher - call cond_resched() directly
Eric Biggers
1
-2
/
+2
2025-01-14
crypto: skcipher - optimize initializing skcipher_walk fields
Eric Biggers
1
-10
/
+20
2025-01-14
crypto: skcipher - clean up initialization of skcipher_walk::flags
Eric Biggers
1
-26
/
+13
2025-01-14
crypto: skcipher - fold skcipher_walk_skcipher() into skcipher_walk_virt()
Eric Biggers
1
-15
/
+8
2025-01-14
crypto: skcipher - remove redundant check for SKCIPHER_WALK_SLOW
Eric Biggers
1
-1
/
+1
2025-01-14
crypto: skcipher - remove redundant clamping to page size
Eric Biggers
1
-5
/
+1
2025-01-14
crypto: skcipher - remove unnecessary page alignment of bounce buffer
Eric Biggers
1
-47
/
+15
2025-01-14
crypto: skcipher - document skcipher_walk_done() and rename some vars
Eric Biggers
1
-16
/
+34
2025-01-14
crypto: proc - Use str_yes_no() and str_no_yes() helpers
Thorsten Blum
1
-6
/
+3
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
1
-1
/
+1
2025-01-04
crypto: ahash - make hash walk functions private to ahash.c
Eric Biggers
1
-71
/
+87
2025-01-04
crypto: keywrap - remove unused keywrap algorithm
Eric Biggers
5
-386
/
+1
2025-01-04
crypto: vmac - remove unused VMAC algorithm
Eric Biggers
6
-870
/
+0
2025-01-04
crypto: fips - Use str_enabled_disabled() helper in fips_enable()
Thorsten Blum
1
-2
/
+2
2024-12-14
crypto: keywrap - remove assignment of 0 to cra_alignmask
Eric Biggers
1
-1
/
+0
2024-12-14
crypto: aegis - remove assignments of 0 to cra_alignmask
Eric Biggers
1
-2
/
+0
[prev]
[next]