summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: ahash - optimize performance when wrapping shashEric Biggers4-204/+167
2023-10-27crypto: ahash - check for shash type instead of not ahash typeEric Biggers1-5/+3
2023-10-27crypto: hash - move "ahash wrapping shash" functions to ahash.cEric Biggers3-191/+188
2023-10-27crypto: talitos - stop using crypto_ahash::initEric Biggers1-6/+9
2023-10-27crypto: chelsio - stop using crypto_ahash::initEric Biggers1-1/+8
2023-10-27crypto: ahash - improve file commentEric Biggers1-2/+6
2023-10-27crypto: ahash - remove struct ahash_request_privEric Biggers1-8/+0
2023-10-27crypto: ahash - remove crypto_ahash_alignmaskEric Biggers1-6/+0
2023-10-27crypto: gcm - stop using alignmask of ahashEric Biggers1-2/+1
2023-10-27crypto: chacha20poly1305 - stop using alignmask of ahashEric Biggers1-2/+1
2023-10-27crypto: ccm - stop using alignmask of ahashEric Biggers1-2/+1
2023-10-27net: ipv6: stop checking crypto_ahash_alignmaskEric Biggers1-10/+7
2023-10-27net: ipv4: stop checking crypto_ahash_alignmaskEric Biggers1-10/+7
2023-10-27crypto: testmgr - stop checking crypto_ahash_alignmaskEric Biggers1-6/+3
2023-10-27crypto: authencesn - stop using alignmask of ahashEric Biggers1-14/+6
2023-10-27crypto: authenc - stop using alignmask of ahashEric Biggers1-10/+2
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers5-132/+28
2023-10-27crypto: stm32 - remove unnecessary alignmask for ahashesEric Biggers1-20/+0
2023-10-27crypto: starfive - remove unnecessary alignmask for ahashesEric Biggers1-11/+2
2023-10-27crypto: rockchip - remove unnecessary alignmask for ahashesEric Biggers1-3/+0
2023-10-27crypto: omap-sham - stop setting alignmask for ahashesEric Biggers1-14/+2
2023-10-27crypto: talitos - remove unnecessary alignmask for ahashesEric Biggers1-1/+1
2023-10-27crypto: s5p-sss - remove unnecessary alignmask for ahashesEric Biggers1-6/+0
2023-10-27crypto: mxs-dcp - remove unnecessary alignmask for ahashesEric Biggers1-2/+0
2023-10-27crypto: artpec6 - stop setting alignmask for ahashesEric Biggers1-3/+0
2023-10-27crypto: atmel - remove unnecessary alignmask for ahashesEric Biggers1-2/+0
2023-10-27crypto: sun8i-ss - remove unnecessary alignmask for ahashesEric Biggers1-5/+0
2023-10-27crypto: sun8i-ce - remove unnecessary alignmask for ahashesEric Biggers1-6/+0
2023-10-27crypto: sun4i-ss - remove unnecessary alignmask for ahashesEric Biggers1-2/+0
2023-10-27crypto: shash - remove crypto_shash_ctx_aligned()Eric Biggers2-10/+0
2023-10-27treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner9-0/+62
2023-10-27MAINTAINERS: update AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - SEV SUPPORTAshish Kalra1-1/+1
2023-10-27crypto: qat - fix deadlock in backlog processingGiovanni Cabiddu1-21/+25
2023-10-27crypto: qat - move adf_cfg_servicesGiovanni Cabiddu4-13/+24
2023-10-27crypto: qat - add num_rps sysfs attributeCiunas Bennett2-0/+28
2023-10-27crypto: qat - add rp2svc sysfs attributeCiunas Bennett3-0/+104
2023-10-27crypto: qat - add rate limiting sysfs interfaceCiunas Bennett6-0/+706
2023-10-27crypto: qat - add rate limiting feature to qat_4xxxDamian Muszynski13-1/+1590
2023-10-27crypto: qat - add retrieval of fw capabilitiesDamian Muszynski3-0/+27
2023-10-27crypto: qat - add bits.h to icp_qat_hw.hDamian Muszynski1-0/+2
2023-10-27units: Add BYTES_PER_*BITDamian Muszynski1-0/+4
2023-10-27crypto: qat - move admin apiGiovanni Cabiddu15-10/+32
2023-10-27crypto: qat - fix ring to service map for QAT GEN4Giovanni Cabiddu3-0/+58
2023-10-27crypto: qat - use masks for AE groupsGiovanni Cabiddu1-21/+25
2023-10-27crypto: qat - refactor fw config related functionsGiovanni Cabiddu1-41/+28
2023-10-27crypto: qat - count QAT GEN4 errorsShashank Gupta1-16/+166
2023-10-27crypto: qat - add error countersShashank Gupta7-0/+199
2023-10-27crypto: qat - add handling of errors from ERRSOU3 for QAT GEN4Shashank Gupta2-0/+474
2023-10-27crypto: qat - add adf_get_aram_base() helper functionShashank Gupta1-0/+10
2023-10-27crypto: qat - add handling of compression related errors for QAT GEN4Shashank Gupta2-1/+151