index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-05
crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRT
Herbert Xu
3
-6
/
+6
2025-05-05
crypto: acomp - Clone folios properly
Herbert Xu
1
-6
/
+2
2025-05-05
crypto: rng - fix documentation for crypto_rng_alg()
Ovidiu Panait
1
-5
/
+3
2025-05-05
crypto: streebog - Use API partial block handling
Herbert Xu
1
-5
/
+0
2025-05-05
crypto: lib/sha256 - improve function prototypes
Eric Biggers
1
-4
/
+4
2025-05-05
crypto: sha256 - remove sha256_base.h
Eric Biggers
1
-151
/
+0
2025-05-05
crypto: sha256 - support arch-optimized lib and expose through shash
Eric Biggers
3
-15
/
+37
2025-05-05
crypto: lib/poly1305 - Use block-only interface
Herbert Xu
1
-47
/
+6
2025-05-05
crypto: lib/poly1305 - Add block-only interface
Herbert Xu
2
-8
/
+45
2025-05-05
crypto: lib/sha256 - Move partial block handling out
Herbert Xu
3
-37
/
+62
2025-04-28
crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist
Herbert Xu
3
-61
/
+64
2025-04-28
crypto: api - Add crypto_stack_request_init and initialise flags fully
Herbert Xu
4
-8
/
+6
2025-04-28
crypto: polyval-generic - Use API partial block handling
Herbert Xu
1
-8
/
+0
2025-04-28
crypto: api - Add crypto_request_clone and fb
Herbert Xu
4
-8
/
+24
2025-04-23
crypto: lib/sm3 - Remove partial block helpers
Herbert Xu
2
-64
/
+2
2025-04-23
crypto: sm3-generic - Use API partial block handling
Herbert Xu
2
-2
/
+44
2025-04-23
crypto: sha512_base - Remove partial block helpers
Herbert Xu
1
-64
/
+0
2025-04-23
crypto: sha512-generic - Use API partial block handling
Herbert Xu
1
-8
/
+0
2025-04-23
crypto: riscv/sha512 - Use API partial block handling
Herbert Xu
1
-0
/
+6
2025-04-23
crypto: x86/sha512 - Use API partial block handling
Herbert Xu
2
-5
/
+50
2025-04-23
crypto: zynqmp-sha - Use API partial block handling
Herbert Xu
1
-5
/
+0
2025-04-23
crypto: sha3-generic - Use API partial block handling
Herbert Xu
1
-3
/
+4
2025-04-23
crypto: arm64/sha3-ce - Use API partial block handling
Herbert Xu
1
-1
/
+3
2025-04-23
crypto: sha256_base - Remove partial block helpers
Herbert Xu
1
-37
/
+13
2025-04-23
crypto: sha256-generic - Use API partial block handling
Herbert Xu
1
-6
/
+0
2025-04-23
crypto: riscv/sha256 - Use API partial block handling
Herbert Xu
1
-0
/
+3
2025-04-23
crypto: x86/sha256 - Use API partial block handling
Herbert Xu
2
-7
/
+78
2025-04-23
crypto: sha1_base - Remove partial block helpers
Herbert Xu
1
-61
/
+0
2025-04-23
crypto: sha1-generic - Use API partial block handling
Herbert Xu
1
-8
/
+0
2025-04-23
crypto: x86/sha1 - Use API partial block handling
Herbert Xu
2
-4
/
+39
2025-04-23
crypto: md5-generic - Use API partial block handling
Herbert Xu
1
-1
/
+2
2025-04-23
crypto: riscv/ghash - Use API partial block handling
Herbert Xu
1
-1
/
+0
2025-04-23
crypto: ghash-generic - Use API partial block handling
Herbert Xu
1
-1
/
+2
2025-04-23
crypto: arm/blake2b - Use API partial block handling
Herbert Xu
2
-73
/
+10
2025-04-23
crypto: blake2b-generic - Use API partial block handling
Herbert Xu
2
-20
/
+60
2025-04-23
crypto: shash - Handle partial blocks in API
Herbert Xu
2
-29
/
+68
2025-04-23
crypto: engine - Realign struct crypto_engine to save 8 bytes
Thorsten Blum
1
-3
/
+2
2025-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+6
2025-04-17
crypto: deflate - Make the acomp walk atomic
Herbert Xu
1
-1
/
+1
2025-04-16
crypto: poly1305 - remove rset and sset fields of poly1305_desc_ctx
Eric Biggers
1
-4
/
+0
2025-04-16
crypto: poly1305 - centralize the shash wrappers for arch code
Eric Biggers
1
-0
/
+9
2025-04-16
crypto: sm3-base - Use sm3_init
Herbert Xu
1
-12
/
+1
2025-04-16
crypto: lib/sm3 - Export generic block function
Herbert Xu
1
-0
/
+1
2025-04-16
crypto: hash - Update HASH_MAX_DESCSIZE comment
Herbert Xu
1
-2
/
+2
2025-04-16
crypto: hash - Add HASH_REQUEST_ON_STACK
Herbert Xu
2
-11
/
+69
2025-04-16
crypto: shash - Remove dynamic descsize
Herbert Xu
1
-2
/
+1
2025-04-16
crypto: skcipher - Realign struct skcipher_walk to save 8 bytes
Thorsten Blum
1
-2
/
+1
2025-04-16
crypto: simd - Include asm/simd.h in internal/simd.h
Herbert Xu
1
-3
/
+1
2025-04-16
crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERY
Lukas Wunner
1
-1
/
+1
2025-04-16
crypto: ahash - Use cra_reqsize
Herbert Xu
1
-3
/
+0
[prev]
[next]