summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * crypto: deflate - Remove zlib-deflateHerbert Xu2023-10-121-44/+17
| * crypto: pkcs7 - remove md4 md5 x.509 supportDimitri John Ledkov2023-10-053-18/+0
| * X.509: Add missing IMPLICIT annotations to AKID ASN.1 moduleLukas Wunner2023-10-051-7/+17
| * crypto: engine - Make crypto_engine_exit() return voidUwe Kleine-König2023-10-011-6/+2
| * crypto: jitter - Allow configuration of oversampling rateStephan Müller2023-10-012-2/+21
| * crypto: jitter - Allow configuration of memory sizeStephan Müller2023-10-014-7/+65
| * crypto: jitter - add RCT/APT support for different OSRsStephan Müller2023-10-013-117/+123
| * crypto: cbc - Convert from skcipher to lskcipherHerbert Xu2023-09-201-102/+61
| * crypto: ecb - Convert from skcipher to lskcipherHerbert Xu2023-09-201-34/+156
| * crypto: testmgr - Add support for lskcipher algorithmsHerbert Xu2023-09-201-0/+19
| * crypto: lskcipher - Add compatibility wrapper around ECBHerbert Xu2023-09-201-5/+52
| * crypto: skcipher - Add lskcipherHerbert Xu2023-09-205-19/+688
| * crypto: hash - Hide CRYPTO_ALG_TYPE_AHASH_MASKHerbert Xu2023-09-201-0/+2
| * crypto: aead - Add crypto_has_aeadHerbert Xu2023-09-201-0/+6
| * crypto: api - Remove unnecessary NULL initialisationLi zeming2023-09-201-1/+1
| * crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin2023-09-151-0/+4
* | Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-11-021-0/+4
|\ \
| * | certs: Only allow certs signed by keys on the builtin keyringMimi Zohar2023-10-311-0/+4
* | | KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hashHerbert Xu2023-10-181-3/+2
|/ /
* / crypto: sm2 - Fix crash caused by uninitialized contextTianjia Zhang2023-09-201-1/+5
|/
* Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-08-2910-68/+238
|\
| * X.509: if signature is unsupported skip validationThore Sommer2023-08-251-0/+5
| * crypto: engine - Remove crypto_engine_ctxHerbert Xu2023-08-181-9/+3
| * crypto: engine - Move crypto_engine_ops from request into crypto_algHerbert Xu2023-08-181-12/+203
| * crypto: engine - Create internal/engine.hHerbert Xu2023-08-181-1/+1
| * crypto: engine - Move crypto inclusions out of header fileHerbert Xu2023-08-181-1/+6
| * crypto: engine - Remove prepare/unprepare requestHerbert Xu2023-08-181-41/+1
| * crypto: jitter - Add clarifying comments to Jitter Entropy RCT cutoff valuesJoachim Vandersmissen2023-08-111-3/+7
| * crypto: api - Use work queue in crypto_destroy_instanceHerbert Xu2023-08-111-2/+14
| * crypto: af_alg - Decrement struct key.usage in alg_set_by_key_serial()Frederick Lawler2023-08-111-0/+3
| * crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390David Howells2023-08-041-0/+1
| * KEYS: use kfree_sensitive with keyMahmoud Adam2023-07-281-4/+4
| * crypto: sig - Remove some unused functionsJiapeng Chong2023-07-201-5/+0
| * crypto: lrw,xts - Replace strlcpy with strscpyAzeem Shaikh2023-07-142-6/+6
| * KEYS: fix kernel-doc warnings in verify_pefileGaosheng Cui2023-07-141-1/+1
* | Merge tag 'tpmdd-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk...Linus Torvalds2023-08-291-0/+44
|\ \
| * | KEYS: DigitalSignature link restrictionEric Snowberg2023-08-171-0/+44
| |/
* / crypto: fix uninit-value in af_alg_free_resourcesPavel Skripkin2023-08-181-2/+2
|/
* crypto: algif_hash - Fix race between MORE and non-MORE sendsDavid Howells2023-07-081-1/+3