summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-13crypto: qat - refactor included headersLucas Segarra Fernandez2-1/+5
2023-10-13crypto: qcom-rng - Add hw_random interface supportOm Prakash Singh1-7/+58
2023-10-13dt-bindings: crypto: qcom,prng: document SM8550Neil Armstrong1-0/+1
2023-10-13dt-bindings: crypto: qcom,prng: document that RNG on SM8450 is a TRNGNeil Armstrong1-5/+20
2023-10-13crypto: skcipher - Remove obsolete skcipher_alg helpersHerbert Xu2-66/+1
2023-10-13crypto: xts - Only access common skcipher fields on spawnHerbert Xu1-5/+5
2023-10-13crypto: lrw - Only access common skcipher fields on spawnHerbert Xu1-7/+5
2023-10-13crypto: hctr2 - Only access common skcipher fields on spawnHerbert Xu1-4/+4
2023-10-13crypto: gcm - Only access common skcipher fields on spawnHerbert Xu1-5/+4
2023-10-13crypto: cts - Only access common skcipher fields on spawnHerbert Xu1-6/+6
2023-10-13crypto: ctr - Only access common skcipher fields on spawnHerbert Xu1-8/+6
2023-10-13crypto: chacha20poly1305 - Only access common skcipher fields on spawnHerbert Xu1-4/+4
2023-10-13crypto: ccm - Only access common skcipher fields on spawnHerbert Xu1-5/+4
2023-10-13crypto: authencesn - Only access common skcipher fields on spawnHerbert Xu1-4/+4
2023-10-13crypto: authenc - Only access common skcipher fields on spawnHerbert Xu1-4/+4
2023-10-13crypto: adiantum - Only access common skcipher fields on spawnHerbert Xu1-5/+5
2023-10-13crypto: cryptd - Only access common skcipher fields on spawnHerbert Xu1-6/+6
2023-10-13crypto: essiv - Handle lskcipher spawnsHerbert Xu1-10/+10
2023-10-13crypto: skcipher - Add crypto_spawn_skcipher_alg_commonHerbert Xu1-0/+6
2023-10-13crypto: arc4 - Convert from skcipher to lskcipherHerbert Xu2-38/+24
2023-10-13crypto: skcipher - Add dependency on ecbHerbert Xu1-1/+2
2023-10-13crypto: qat - add namespace to driverGiovanni Cabiddu8-0/+8
2023-10-12crypto: testmgr - Remove zlib-deflateHerbert Xu2-85/+0
2023-10-12crypto: deflate - Remove zlib-deflateHerbert Xu1-44/+17
2023-10-12crypto: qat - Remove zlib-deflateHerbert Xu1-128/+1
2023-10-05crypto: pkcs7 - remove md4 md5 x.509 supportDimitri John Ledkov4-26/+0
2023-10-05crypto: sig - fix kernel-doc typoRandy Dunlap1-1/+1
2023-10-05crypto: akcipher - fix kernel-doc typosRandy Dunlap1-2/+2
2023-10-05dt-bindings: rng: meson: add meson-rng-s4 compatibleAlexey Romanov1-0/+1
2023-10-05hwrng: meson - add support for S4Alexey Romanov1-3/+77
2023-10-05crypto: hisilicon/qm - check function qp num before alg registerWeili Qian8-63/+134
2023-10-05crypto: hisilicon/qm - fix the type value of aeqWeili Qian1-1/+3
2023-10-05crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu6-7/+34
2023-10-05crypto: x86/aesni - Perform address alignment early for XTS modeChang S. Bae1-9/+14
2023-10-05crypto: x86/aesni - Correct the data type in struct aesni_xts_ctxChang S. Bae1-10/+9
2023-10-05crypto: x86/aesni - Refactor the common address alignment codeChang S. Bae1-16/+10
2023-10-05X.509: Add missing IMPLICIT annotations to AKID ASN.1 moduleLukas Wunner1-7/+17
2023-10-05dt-bindings: crypto: fsl-imx-sahara: Fix the number of irqsFabio Estevam1-1/+21
2023-10-05dt-bindings: crypto: fsl-imx-sahara: Document the clocksFabio Estevam1-0/+17
2023-10-05dt-bindings: crypto: fsl-imx-sahara: Shorten the titleFabio Estevam1-2/+2
2023-10-01crypto: engine - Make crypto_engine_exit() return voidUwe Kleine-König2-7/+3
2023-10-01crypto: keembay - Don't pass errors to the caller in .remove()Uwe Kleine-König1-8/+3
2023-10-01crypto: qat - Annotate struct adf_fw_counters with __counted_byKees Cook1-1/+1
2023-10-01crypto: qat - increase size of buffersGiovanni Cabiddu2-3/+3
2023-10-01crypto: caam/jr - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-10-01crypto: jitter - Allow configuration of oversampling rateStephan Müller2-2/+21
2023-10-01crypto: jitter - Allow configuration of memory sizeStephan Müller4-7/+65
2023-10-01crypto: jitter - add RCT/APT support for different OSRsStephan Müller3-117/+123
2023-10-01crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-10-01hwrng: stm32 - rework power management sequencesGatien Chevallier1-11/+97