index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-15
crypto: acomp - Move stream management into scomp layer
Herbert Xu
3
-64
/
+58
2025-03-15
crypto: scomp - Remove tfm argument from alloc/free_ctx
Herbert Xu
7
-24
/
+24
2025-03-15
crypto: api - Add cra_type->destroy hook
Herbert Xu
2
-2
/
+14
2025-03-15
crypto: skcipher - Make skcipher_walk src.virt.addr const
Herbert Xu
5
-22
/
+22
2025-03-15
crypto: skcipher - Eliminate duplicate virt.addr field
Herbert Xu
1
-17
/
+12
2025-03-15
crypto: scatterwalk - Add memcpy_sglist
Herbert Xu
1
-0
/
+27
2025-03-15
crypto: scatterwalk - Change scatterwalk_next calling convention
Herbert Xu
3
-15
/
+16
2025-03-15
async_xor: Remove unused 'async_xor_val'
Dr. David Alan Gilbert
1
-26
/
+0
2025-03-08
crypto: skcipher - fix mismatch between mapping and unmapping order
Eric Biggers
1
-3
/
+3
2025-03-08
crypto: Kconfig - Select LIB generic option
Herbert Xu
1
-0
/
+3
2025-03-08
crypto: acomp - Remove acomp request flags
Herbert Xu
1
-1
/
+1
2025-03-08
crypto: lzo - Fix compression buffer overrun
Herbert Xu
2
-2
/
+2
2025-03-08
crypto: api - Move struct crypto_type into internal.h
Herbert Xu
1
-0
/
+14
2025-03-02
crypto/krb5: Implement crypto self-testing
David Howells
6
-0
/
+905
2025-03-02
crypto/krb5: Implement the Camellia enctypes from rfc6803
David Howells
5
-0
/
+248
2025-03-02
crypto/krb5: Implement the AES enctypes from rfc8009
David Howells
5
-1
/
+374
2025-03-02
crypto/krb5: Implement the AES enctypes from rfc3962
David Howells
5
-1
/
+126
2025-03-02
crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_mic
David Howells
2
-0
/
+140
2025-03-02
crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functions
David Howells
2
-0
/
+159
2025-03-02
crypto/krb5: Provide RFC3961 setkey packaging functions
David Howells
2
-4
/
+138
2025-03-02
crypto/krb5: Implement the Kerberos5 rfc3961 key derivation
David Howells
3
-1
/
+415
2025-03-02
crypto/krb5: Provide infrastructure and key derivation
David Howells
3
-0
/
+156
2025-03-02
crypto/krb5: Add an API to perform requests
David Howells
1
-0
/
+141
2025-03-02
crypto/krb5: Add an API to alloc and prepare a crypto object
David Howells
2
-0
/
+154
2025-03-02
crypto/krb5: Add an API to query the layout of the crypto section
David Howells
1
-0
/
+108
2025-03-02
crypto/krb5: Implement Kerberos crypto core
David Howells
6
-0
/
+180
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
[prev]
[next]