index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
8
-8
/
+8
*
crypto: simd - Do not call crypto_alloc_tfm during registration
Herbert Xu
2024-08-24
1
-10
/
+2
*
crypto: ecc - Add comment to ecc_digits_from_bytes about input byte array
Stefan Berger
2024-06-16
1
-0
/
+3
*
crypto: sm2 - Remove sm2 algorithm
Herbert Xu
2024-06-07
1
-28
/
+0
*
Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-05-20
1
-13
/
+2
|
\
|
*
crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes
Stefan Berger
2024-05-17
1
-13
/
+2
*
|
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-19
3
-8
/
+11
|
\
\
|
*
|
mm: change inlined allocation helpers to account at the call site
Suren Baghdasaryan
2024-04-26
3
-8
/
+11
*
|
|
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-18
1
-1
/
+2
|
\
\
\
|
*
|
|
net: change proto and proto_ops accept type
Jens Axboe
2024-05-14
1
-1
/
+2
|
|
/
/
*
|
|
Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-05-13
14
-341
/
+38
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
crypto: ecdh - Initialize ctx->private_key in proper byte order
Stefan Berger
2024-04-26
1
-1
/
+2
|
*
|
crypto: ecc - Add NIST P521 curve parameters
Stefan Berger
2024-04-12
1
-0
/
+1
|
*
|
crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
Stefan Berger
2024-04-12
1
-1
/
+2
|
*
|
crypto: ecc - Add nbits field to ecc_curve structure
Stefan Berger
2024-04-12
1
-0
/
+2
|
*
|
crypto: ecdsa - Convert byte arrays with key coordinates to digits
Stefan Berger
2024-04-12
1
-0
/
+21
|
*
|
crypto: remove CONFIG_CRYPTO_STATS
Eric Biggers
2024-04-02
11
-339
/
+10
|
|
/
*
/
crypto: lib - implement library version of AES in CFB mode
Ard Biesheuvel
2024-05-09
1
-0
/
+5
|
/
*
Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2024-03-15
2
-2
/
+1
|
\
|
*
Revert "crypto: remove CONFIG_CRYPTO_STATS"
Herbert Xu
2024-03-13
11
-12
/
+367
|
*
crypto: remove CONFIG_CRYPTO_STATS
Eric Biggers
2024-03-01
11
-367
/
+12
|
*
crypto: ahash - unexport crypto_hash_alg_has_setkey()
Eric Biggers
2024-02-02
1
-2
/
+0
|
*
KEYS: include header for EINVAL definition
Clay Chang
2024-01-26
1
-0
/
+1
*
|
crypto: introduce: acomp_is_async to expose if comp drivers might sleep
Barry Song
2024-03-13
1
-0
/
+6
|
/
*
crypto: skcipher - remove excess kerneldoc members
Vegard Nossum
2023-12-29
1
-16
/
+0
*
crypto: shash - remove excess kerneldoc members
Vegard Nossum
2023-12-29
1
-4
/
+0
*
crypto: algif_skcipher - Fix stream cipher chaining
Herbert Xu
2023-12-08
1
-0
/
+2
*
crypto: skcipher - Make use of internal state
Herbert Xu
2023-12-08
1
-0
/
+33
*
crypto: skcipher - Add internal state support
Herbert Xu
2023-12-08
1
-9
/
+75
*
crypto: af_alg - Disallow multiple in-flight AIO requests
Herbert Xu
2023-12-08
1
-0
/
+3
*
crypto: FIPS 202 SHA-3 register in hash info for IMA
Dimitri John Ledkov
2023-10-27
1
-0
/
+1
*
crypto: ahash - optimize performance when wrapping shash
Eric Biggers
2023-10-27
1
-63
/
+5
*
crypto: ahash - remove crypto_ahash_alignmask
Eric Biggers
2023-10-27
1
-6
/
+0
*
crypto: ahash - remove support for nonzero alignmask
Eric Biggers
2023-10-27
1
-3
/
+1
*
crypto: shash - remove crypto_shash_ctx_aligned()
Eric Biggers
2023-10-27
2
-10
/
+0
*
crypto: shash - remove crypto_shash_alignmask
Eric Biggers
2023-10-27
1
-6
/
+0
*
crypto: shash - eliminate indirect call for default import and export
Eric Biggers
2023-10-27
1
-13
/
+2
*
crypto: skcipher - Remove obsolete skcipher_alg helpers
Herbert Xu
2023-10-13
2
-66
/
+1
*
crypto: skcipher - Add crypto_spawn_skcipher_alg_common
Herbert Xu
2023-10-13
1
-0
/
+6
*
crypto: sig - fix kernel-doc typo
Randy Dunlap
2023-10-05
1
-1
/
+1
*
crypto: akcipher - fix kernel-doc typos
Randy Dunlap
2023-10-05
1
-2
/
+2
*
crypto: engine - Make crypto_engine_exit() return void
Uwe Kleine-König
2023-10-01
1
-1
/
+1
*
crypto: skcipher - Add lskcipher
Herbert Xu
2023-09-20
2
-26
/
+397
*
crypto: aead - Add crypto_has_aead
Herbert Xu
2023-09-20
1
-0
/
+12
*
Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-08-29
3
-69
/
+126
|
\
|
*
crypto: engine - Remove crypto_engine_ctx
Herbert Xu
2023-08-18
1
-4
/
+0
|
*
crypto: engine - Move crypto_engine_ops from request into crypto_alg
Herbert Xu
2023-08-18
1
-5
/
+54
|
*
crypto: engine - Move struct crypto_engine into internal/engine.h
Herbert Xu
2023-08-18
2
-57
/
+62
|
*
crypto: engine - Create internal/engine.h
Herbert Xu
2023-08-18
1
-0
/
+13
|
*
crypto: engine - Move crypto inclusions out of header file
Herbert Xu
2023-08-18
1
-10
/
+7
[next]