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
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
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
2023-07-23
crypto: kpp - Add helper to set reqsize
Herbert Xu
1
-0
/
+6
2023-05-17
crypto: api - Add scaffolding to change completion function signature
Herbert Xu
1
-0
/
+7
2022-08-17
crypto: blake2s - remove shash module
Jason A. Donenfeld
1
-108
/
+0
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
2021-08-30
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-6
/
+19
2021-08-23
crypto: public_key: fix overflow during implicit conversion
zhenwei pi
1
-2
/
+2
2021-07-30
crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-generic
Tianjia Zhang
1
-7
/
+2
2021-07-30
crypto: sm4 - create SM4 library based on sm4 generic code
Tianjia Zhang
1
-3
/
+21
2021-06-28
crypto: scatterwalk - Remove obsolete PageSlab check
Herbert Xu
1
-6
/
+1
2021-06-24
crypto: api - Move crypto attr definitions out of crypto.h
Herbert Xu
1
-0
/
+9
2021-06-17
crypto: api - remove CRYPTOA_U32 and related functions
Liu Shixin
1
-1
/
+0
2021-06-17
crypto: shash - avoid comparing pointers to exported functions under CFI
Ard Biesheuvel
1
-7
/
+1
2021-05-28
crypto: header - Fix spelling errors
Zhen Lei
3
-3
/
+3
2021-04-02
crypto: poly1305 - fix poly1305_core_setkey() declaration
Arnd Bergmann
2
-3
/
+6
2021-04-02
random: initialize ChaCha20 constants with correct endianness
Eric Biggers
1
-2
/
+7
2021-03-26
Merge branch 'ecc'
Herbert Xu
1
-0
/
+1
2021-03-26
crypto: ecc - Add NIST P384 curve parameters
Saulo Alessandre
1
-0
/
+1
2021-03-13
crypto: ecc - add curve25519 params and expose them
Meng Yu
1
-0
/
+7
2021-03-13
crypto: ecc - expose ecc curves
Meng Yu
1
-0
/
+53
2021-03-13
crypto: ecdh - move curve_id of ECDH from the key to algorithm name
Meng Yu
1
-2
/
+0
2021-03-13
crypto: api - check for ERR pointers in crypto_destroy_tfm()
Ard Biesheuvel
7
-0
/
+16
2021-02-23
Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+0
2021-01-22
crypto - shash: reduce minimum alignment of shash_desc structure
Ard Biesheuvel
1
-4
/
+4
2021-01-21
crypto: public_key: Remove redundant header file from public_key.h
Tianjia Zhang
1
-1
/
+0
2021-01-14
crypto: x86 - remove glue helper module
Ard Biesheuvel
1
-1
/
+0
2021-01-03
crypto: blake2b - sync with blake2s implementation
Eric Biggers
2
-0
/
+182
2021-01-03
crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>
Eric Biggers
1
-2
/
+1
2021-01-03
crypto: blake2s - adjust include guard naming
Eric Biggers
2
-6
/
+6
2021-01-03
crypto: blake2s - add comment for blake2s_state fields
Eric Biggers
1
-0
/
+1
2021-01-03
crypto: blake2s - optimize blake2s initialization
Eric Biggers
2
-30
/
+28
2021-01-03
crypto: blake2s - share the "shash" API boilerplate code
Eric Biggers
1
-5
/
+60
2021-01-03
crypto: blake2s - move update and final logic to internal/blake2s.h
Eric Biggers
1
-0
/
+41
2021-01-03
crypto: remove cipher routines from public crypto API
Ard Biesheuvel
3
-39
/
+219
2020-12-04
crypto: lib/blake2s - Move selftest prototype into header file
Herbert Xu
1
-0
/
+2
2020-11-20
crypto: lib/curve25519 - Move selftest prototype into header file
Herbert Xu
1
-0
/
+2
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
6
-41
/
+55
2020-11-06
crypto: aead - add crypto_aead_driver_name()
Eric Biggers
1
-0
/
+5
2020-10-30
crypto: hash - Use memzero_explicit() for clearing state
Arvind Sankar
4
-4
/
+8
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
[next]