aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-11-09Merge tag 'v6.7-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 2-3/+26
2023-11-07crypto: ahash - Set using_shash for cloned ahash wrapper over shashGravatar Dmitry Safonov 1-0/+1
2023-11-07crypto: jitterentropy - Hide esoteric Kconfig options under FIPS and EXPERTGravatar Herbert Xu 1-3/+25
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 57-1349/+1981
2023-11-02Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 1-0/+4
2023-11-01crypto: adiantum - flush destination page before unmappingGravatar Eric Biggers 1-1/+3
2023-11-01crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct placeGravatar Eric Biggers 1-5/+5
2023-10-31certs: Only allow certs signed by keys on the builtin keyringGravatar Mimi Zohar 1-0/+4
2023-10-27crypto: asymmetric_keys - allow FIPS 202 SHA-3 signaturesGravatar Dimitri John Ledkov 4-1/+49
2023-10-27crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 supportGravatar Dimitri John Ledkov 2-1/+36
2023-10-27crypto: FIPS 202 SHA-3 register in hash info for IMAGravatar Dimitri John Ledkov 1-0/+6
2023-10-27crypto: ahash - optimize performance when wrapping shashGravatar Eric Biggers 3-141/+162
2023-10-27crypto: ahash - check for shash type instead of not ahash typeGravatar Eric Biggers 1-5/+3
2023-10-27crypto: hash - move "ahash wrapping shash" functions to ahash.cGravatar Eric Biggers 3-191/+188
2023-10-27crypto: ahash - improve file commentGravatar Eric Biggers 1-2/+6
2023-10-27crypto: ahash - remove struct ahash_request_privGravatar Eric Biggers 1-8/+0
2023-10-27crypto: gcm - stop using alignmask of ahashGravatar Eric Biggers 1-2/+1
2023-10-27crypto: chacha20poly1305 - stop using alignmask of ahashGravatar Eric Biggers 1-2/+1
2023-10-27crypto: ccm - stop using alignmask of ahashGravatar Eric Biggers 1-2/+1
2023-10-27crypto: testmgr - stop checking crypto_ahash_alignmaskGravatar Eric Biggers 1-6/+3
2023-10-27crypto: authencesn - stop using alignmask of ahashGravatar Eric Biggers 1-14/+6
2023-10-27crypto: authenc - stop using alignmask of ahashGravatar Eric Biggers 1-10/+2
2023-10-27crypto: ahash - remove support for nonzero alignmaskGravatar Eric Biggers 2-113/+12
2023-10-27treewide: Add SPDX identifier to IETF ASN.1 modulesGravatar Lukas Wunner 6-0/+39
2023-10-27crypto: jitter - use permanent health test storageGravatar Stephan Müller 1-51/+74
2023-10-27crypto: hctr2 - stop using alignmask of shash_algGravatar Eric Biggers 1-2/+1
2023-10-27crypto: adiantum - stop using alignmask of shash_algGravatar Eric Biggers 1-2/+1
2023-10-27crypto: testmgr - stop checking crypto_shash_alignmaskGravatar Eric Biggers 1-3/+2
2023-10-27crypto: drbg - stop checking crypto_shash_alignmaskGravatar Eric Biggers 1-1/+1
2023-10-27crypto: shash - remove support for nonzero alignmaskGravatar Eric Biggers 1-120/+8
2023-10-27crypto: xcbc - remove unnecessary alignment logicGravatar Eric Biggers 1-22/+10
2023-10-27crypto: vmac - don't set alignmaskGravatar Eric Biggers 1-1/+0
2023-10-27crypto: hmac - remove unnecessary alignment logicGravatar Eric Biggers 1-34/+22
2023-10-27crypto: cmac - remove unnecessary alignment logicGravatar Eric Biggers 1-28/+11
2023-10-27crypto: cbcmac - remove unnecessary alignment logicGravatar Eric Biggers 1-10/+7
2023-10-27crypto: shash - eliminate indirect call for default import and exportGravatar Eric Biggers 1-8/+33
2023-10-27crypto: rsa - Add module alias for pkcs1padGravatar Herbert Xu 1-0/+2
2023-10-27certs: Break circular dependency when selftest is modularGravatar Herbert Xu 5-21/+15
2023-10-20crypto: skcipher - fix weak key check for lskciphersGravatar Eric Biggers 3-11/+7
2023-10-20crypto: lskcipher - Return EINVAL when ecb_name fails sanity checksGravatar Herbert Xu 1-0/+1
2023-10-20crypto: mscode_parser - remove sha224 authenticode supportGravatar Dimitri John Ledkov 1-3/+0
2023-10-20crypto: pkcs7 - remove sha1 supportGravatar Dimitri John Ledkov 6-98/+2
2023-10-20crypto: adiantum - add fast path for single-page messagesGravatar Eric Biggers 1-18/+47
2023-10-20crypto: shash - fold shash_digest_unaligned() into crypto_shash_digest()Gravatar Eric Biggers 1-9/+2
2023-10-20crypto: shash - optimize the default digest and finupGravatar Eric Biggers 1-2/+20
2023-10-20crypto: xts - use 'spawn' for underlying single-block cipherGravatar Eric Biggers 1-8/+15
2023-10-18KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hashGravatar Herbert Xu 1-3/+2
2023-10-13crypto: jitter - reuse allocated entropy collectorGravatar Stephan Müller 3-12/+28
2023-10-13crypto: xts - Only access common skcipher fields on spawnGravatar Herbert Xu 1-5/+5
2023-10-13crypto: lrw - Only access common skcipher fields on spawnGravatar Herbert Xu 1-7/+5