aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2024-02-24crypto: lskcipher - Copy IV in lskcipher glue code alwaysGravatar Herbert Xu 1-4/+2
2024-02-22treewide: update LLVM Bugzilla linksGravatar Nathan Chancellor 1-1/+1
2024-02-09crypto: rsa - restrict plaintext/ciphertext values moreGravatar Joachim Vandersmissen 1-4/+32
2024-02-02crypto: ahash - unexport crypto_hash_alg_has_setkey()Gravatar Eric Biggers 1-11/+10
2024-02-02crypto: algif_hash - Remove bogus SGL free on zero-length error pathGravatar Herbert Xu 1-2/+3
2024-02-02crypto: cbc - Ensure statesize is zeroGravatar Herbert Xu 1-0/+3
2024-01-26crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.cGravatar Joachim Vandersmissen 1-8/+0
2024-01-26crypto: asymmetric_keys - remove redundant pointer secsGravatar Colin Ian King 1-2/+2
2024-01-26crypto: pcbc - remove redundant assignment to nbytesGravatar Colin Ian King 1-2/+2
2024-01-22RISC-V: hook new crypto subdir into build-systemGravatar Heiko Stuebner 1-0/+3
2023-12-29crypto: scomp - fix req->dst buffer overflowGravatar Chengming Zhou 1-0/+6
2023-12-22crypto: skcipher - Pass statesize for simple lskcipher instancesGravatar Herbert Xu 1-0/+1
2023-12-15crypto: api - Disallow identical driver namesGravatar Herbert Xu 1-0/+1
2023-12-15crypto: iaa - Add support for deflate-iaa compression algorithmGravatar Tom Zanussi 1-0/+10
2023-12-08crypto: algif_skcipher - Fix stream cipher chainingGravatar Herbert Xu 1-3/+69
2023-12-08crypto: arc4 - Add internal stateGravatar Herbert Xu 1-1/+10
2023-12-08crypto: skcipher - Make use of internal stateGravatar Herbert Xu 2-8/+106
2023-12-08crypto: skcipher - Add internal state supportGravatar Herbert Xu 4-13/+19
2023-12-08crypto: cfb,ofb - Remove cfb and ofbGravatar Herbert Xu 4-385/+0
2023-12-08crypto: testmgr - Remove cfb and ofbGravatar Herbert Xu 2-1187/+0
2023-12-08crypto: tcrypt - Remove cfb and ofbGravatar Herbert Xu 1-76/+0
2023-12-08crypto: af_alg - Disallow multiple in-flight AIO requestsGravatar Herbert Xu 1-1/+13
2023-11-17crypto: drbg - Remove SHA1 from drbgGravatar Dimitri John Ledkov 2-37/+4
2023-11-17crypto: drbg - ensure drbg hmac sha512 is used in FIPS selftestsGravatar Dimitri John Ledkov 1-6/+6
2023-11-17crypto: drbg - update FIPS CTR self-checks to aes256Gravatar Dimitri John Ledkov 1-3/+3
2023-11-17crypto: drbg - ensure most preferred type is FIPS health checkedGravatar Dimitri John Ledkov 1-2/+4
2023-11-17crypto: rsa - add a check for allocation failureGravatar Dan Carpenter 1-0/+2
2023-11-17crypto: shash - don't exclude async statuses from error statsGravatar Eric Biggers 1-5/+1
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