summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.7-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-092-3/+26
|\
| * crypto: ahash - Set using_shash for cloned ahash wrapper over shashDmitry Safonov2023-11-071-0/+1
| * crypto: jitterentropy - Hide esoteric Kconfig options under FIPS and EXPERTHerbert Xu2023-11-071-3/+25
* | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-0257-1349/+1981
|\|
| * crypto: adiantum - flush destination page before unmappingEric Biggers2023-11-011-1/+3
| * crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct placeEric Biggers2023-11-011-5/+5
| * crypto: asymmetric_keys - allow FIPS 202 SHA-3 signaturesDimitri John Ledkov2023-10-274-1/+49
| * crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 supportDimitri John Ledkov2023-10-272-1/+36
| * crypto: FIPS 202 SHA-3 register in hash info for IMADimitri John Ledkov2023-10-271-0/+6
| * crypto: ahash - optimize performance when wrapping shashEric Biggers2023-10-273-141/+162
| * crypto: ahash - check for shash type instead of not ahash typeEric Biggers2023-10-271-5/+3
| * crypto: hash - move "ahash wrapping shash" functions to ahash.cEric Biggers2023-10-273-191/+188
| * crypto: ahash - improve file commentEric Biggers2023-10-271-2/+6
| * crypto: ahash - remove struct ahash_request_privEric Biggers2023-10-271-8/+0
| * crypto: gcm - stop using alignmask of ahashEric Biggers2023-10-271-2/+1
| * crypto: chacha20poly1305 - stop using alignmask of ahashEric Biggers2023-10-271-2/+1
| * crypto: ccm - stop using alignmask of ahashEric Biggers2023-10-271-2/+1
| * crypto: testmgr - stop checking crypto_ahash_alignmaskEric Biggers2023-10-271-6/+3
| * crypto: authencesn - stop using alignmask of ahashEric Biggers2023-10-271-14/+6
| * crypto: authenc - stop using alignmask of ahashEric Biggers2023-10-271-10/+2
| * crypto: ahash - remove support for nonzero alignmaskEric Biggers2023-10-272-113/+12
| * treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner2023-10-276-0/+39
| * crypto: jitter - use permanent health test storageStephan Müller2023-10-271-51/+74
| * crypto: hctr2 - stop using alignmask of shash_algEric Biggers2023-10-271-2/+1
| * crypto: adiantum - stop using alignmask of shash_algEric Biggers2023-10-271-2/+1
| * crypto: testmgr - stop checking crypto_shash_alignmaskEric Biggers2023-10-271-3/+2
| * crypto: drbg - stop checking crypto_shash_alignmaskEric Biggers2023-10-271-1/+1
| * crypto: shash - remove support for nonzero alignmaskEric Biggers2023-10-271-120/+8
| * crypto: xcbc - remove unnecessary alignment logicEric Biggers2023-10-271-22/+10
| * crypto: vmac - don't set alignmaskEric Biggers2023-10-271-1/+0
| * crypto: hmac - remove unnecessary alignment logicEric Biggers2023-10-271-34/+22
| * crypto: cmac - remove unnecessary alignment logicEric Biggers2023-10-271-28/+11
| * crypto: cbcmac - remove unnecessary alignment logicEric Biggers2023-10-271-10/+7
| * crypto: shash - eliminate indirect call for default import and exportEric Biggers2023-10-271-8/+33
| * crypto: rsa - Add module alias for pkcs1padHerbert Xu2023-10-271-0/+2
| * certs: Break circular dependency when selftest is modularHerbert Xu2023-10-275-21/+15
| * crypto: skcipher - fix weak key check for lskciphersEric Biggers2023-10-203-11/+7
| * crypto: lskcipher - Return EINVAL when ecb_name fails sanity checksHerbert Xu2023-10-201-0/+1
| * crypto: mscode_parser - remove sha224 authenticode supportDimitri John Ledkov2023-10-201-3/+0
| * crypto: pkcs7 - remove sha1 supportDimitri John Ledkov2023-10-206-98/+2
| * crypto: adiantum - add fast path for single-page messagesEric Biggers2023-10-201-18/+47
| * crypto: shash - fold shash_digest_unaligned() into crypto_shash_digest()Eric Biggers2023-10-201-9/+2
| * crypto: shash - optimize the default digest and finupEric Biggers2023-10-201-2/+20
| * crypto: xts - use 'spawn' for underlying single-block cipherEric Biggers2023-10-201-8/+15
| * crypto: jitter - reuse allocated entropy collectorStephan Müller2023-10-133-12/+28
| * crypto: xts - Only access common skcipher fields on spawnHerbert Xu2023-10-131-5/+5
| * crypto: lrw - Only access common skcipher fields on spawnHerbert Xu2023-10-131-7/+5
| * crypto: hctr2 - Only access common skcipher fields on spawnHerbert Xu2023-10-131-4/+4
| * crypto: gcm - Only access common skcipher fields on spawnHerbert Xu2023-10-131-5/+4
| * crypto: cts - Only access common skcipher fields on spawnHerbert Xu2023-10-131-6/+6