summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * crypto: ctr - Only access common skcipher fields on spawnHerbert Xu2023-10-131-8/+6
| * crypto: chacha20poly1305 - Only access common skcipher fields on spawnHerbert Xu2023-10-131-4/+4
| * crypto: ccm - Only access common skcipher fields on spawnHerbert Xu2023-10-131-5/+4
| * crypto: authencesn - Only access common skcipher fields on spawnHerbert Xu2023-10-131-4/+4
| * crypto: authenc - Only access common skcipher fields on spawnHerbert Xu2023-10-131-4/+4
| * crypto: adiantum - Only access common skcipher fields on spawnHerbert Xu2023-10-131-5/+5
| * crypto: cryptd - Only access common skcipher fields on spawnHerbert Xu2023-10-131-6/+6
| * crypto: essiv - Handle lskcipher spawnsHerbert Xu2023-10-131-10/+10
| * crypto: arc4 - Convert from skcipher to lskcipherHerbert Xu2023-10-132-38/+24
| * crypto: skcipher - Add dependency on ecbHerbert Xu2023-10-131-1/+2
| * crypto: testmgr - Remove zlib-deflateHerbert Xu2023-10-122-85/+0