index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
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
/
include
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-02
crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
Eric Biggers
1
-1
/
+1
2025-10-02
crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
Herbert Xu
1
-4
/
+6
2024-01-25
crypto: af_alg - Disallow multiple in-flight AIO requests
Herbert Xu
1
-0
/
+3
2023-09-19
crypto: api - Use work queue in crypto_destroy_instance
Herbert Xu
1
-0
/
+3
2022-06-06
crypto: drbg - make reseeding from get_random_bytes() synchronous
Nicolai Stange
1
-2
/
+0
2022-06-06
crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()
Nicolai Stange
1
-0
/
+1
2022-06-06
crypto: drbg - prepare for more fine-grained tracking of seeding state
Nicolai Stange
1
-1
/
+6
2022-05-30
random: replace custom notifier chain with standard one
Jason A. Donenfeld
1
-1
/
+1
2022-05-30
random: early initialization of ChaCha constants
Dominik Brodowski
1
-4
/
+11
2022-05-30
lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI
Jason A. Donenfeld
1
-15
/
+25
2022-05-30
lib/crypto: blake2s: move hmac construction into wireguard
Jason A. Donenfeld
1
-3
/
+0
2022-05-30
lib/crypto: blake2s: include as built-in
Jason A. Donenfeld
1
-3
/
+3
2022-05-30
crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>
Eric Biggers
1
-2
/
+1
2022-05-30
crypto: blake2s - adjust include guard naming
Eric Biggers
2
-6
/
+6
2022-05-30
crypto: blake2s - add comment for blake2s_state fields
Eric Biggers
1
-0
/
+1
2022-05-30
crypto: blake2s - optimize blake2s initialization
Eric Biggers
2
-30
/
+28
2022-05-30
crypto: blake2s - share the "shash" API boilerplate code
Eric Biggers
1
-5
/
+60
2022-05-30
crypto: blake2s - move update and final logic to internal/blake2s.h
Eric Biggers
1
-0
/
+41
2022-05-30
crypto: lib/blake2s - Move selftest prototype into header file
Herbert Xu
1
-0
/
+2
2021-09-18
crypto: public_key: fix overflow during implicit conversion
zhenwei pi
1
-2
/
+2
2021-07-14
crypto: shash - avoid comparing pointers to exported functions under CFI
Ard Biesheuvel
1
-7
/
+1
2021-05-14
crypto: poly1305 - fix poly1305_core_setkey() declaration
Arnd Bergmann
2
-3
/
+6
2021-05-11
random: initialize ChaCha20 constants with correct endianness
Eric Biggers
1
-2
/
+7
2021-05-11
crypto: api - check for ERR pointers in crypto_destroy_tfm()
Ard Biesheuvel
7
-0
/
+16
2021-03-09
crypto - shash: reduce minimum alignment of shash_desc structure
Ard Biesheuvel
1
-4
/
+4
2020-10-08
X.509: Fix modular build of public_key_sm2
Herbert Xu
1
-12
/
+0
2020-09-25
X.509: support OSCCA SM2-with-SM3 certificate verification
Tianjia Zhang
1
-0
/
+15
2020-09-25
crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm
Tianjia Zhang
1
-0
/
+25
2020-09-25
crypto: sm3 - export crypto_sm3_final function
Tianjia Zhang
1
-0
/
+2
2020-09-25
crypto: af_alg - add extra parameters for DRBG interface
Elena Petrova
1
-0
/
+1
2020-09-11
crypto: cbc - Remove cbc.h
Herbert Xu
1
-141
/
+0
2020-08-28
crypto: ahash - Remove AHASH_REQUEST_ON_STACK
Herbert Xu
1
-5
/
+0
2020-08-28
crypto: ahash - Add ahash_alg_instance
Herbert Xu
1
-0
/
+6
2020-08-28
crypto: ahash - Add init_tfm/exit_tfm
Herbert Xu
1
-0
/
+13
2020-08-21
crypto: hash - Remove unused async iterators
Ira Weiny
1
-13
/
+0
2020-08-20
crypto: algapi - Remove skbuff.h inclusion
Herbert Xu
1
-1
/
+1
2020-08-19
crypto: algapi - Move crypto_yield into internal.h
Herbert Xu
1
-6
/
+0
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
7
-7
/
+7
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2020-07-23
crypto: skcipher - drop duplicated word in kernel-doc
Randy Dunlap
1
-1
/
+1
2020-07-23
crypto: hash - drop duplicated word in a comment
Randy Dunlap
1
-1
/
+1
2020-07-16
crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORY
Eric Biggers
1
-1
/
+2
2020-07-16
crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGS
Eric Biggers
1
-1
/
+2
2020-07-16
crypto: algapi - use common mechanism for inheriting flags
Eric Biggers
1
-7
/
+16
2020-07-16
crypto: geniv - remove unneeded arguments from aead_geniv_alloc()
Eric Biggers
1
-1
/
+1
2020-07-16
crypto: lib/sha256 - add sha256() function
Eric Biggers
1
-0
/
+1
2020-07-16
crypto: x86/chacha-sse3 - use unaligned loads for state array
Ard Biesheuvel
1
-4
/
+0
2020-07-16
crypto: lib/chacha20poly1305 - Add missing function declaration
Herbert Xu
1
-0
/
+2
2020-07-09
crypto: api - permit users to specify numa node of acomp hardware
Barry Song
1
-0
/
+18
2020-06-19
docs: crypto: convert asymmetric-keys.txt to ReST
Mauro Carvalho Chehab
1
-1
/
+1
[next]