aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/mxs-dcp.c
AgeCommit message (Expand)Author
2023-10-27crypto: mxs-dcp - remove unnecessary alignmask for ahashesEric Biggers
2023-10-27crypto: mxs-dcp - Convert to platform remove callback returning voidUwe Kleine-König
2023-03-31crypto: mxs-dcp - Use the devm_clk_get_optional_enabled() helperChristophe JAILLET
2023-02-13crypto: mxs-dcp - Use request_complete helpersHerbert Xu
2022-01-31crypto: mxs-dcp - Fix scatterlist processingTomas Paukrt
2021-07-16crypto: mxs-dcp - Use sg_mapping_iter to copy dataSean Anderson
2021-07-16crypto: mxs-dcp - Check for DMA mapping errorsSean Anderson
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-07-16crypto: mxs-dcp - permit asynchronous skcipher as fallbackArd Biesheuvel
2020-03-06crypto: mxs-dcp - fix scatterlist linearization for hashRosioru Dragos
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2019-11-17crypto: mxs - switch to skcipher APIArd Biesheuvel
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-06-13crypto: mxs-dcp - Use devm_platform_ioremap_resource()Fabio Estevam
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159Thomas Gleixner
2019-04-18crypto: mxs-dcp - remove set but not used variable 'fini'YueHaibing
2019-04-08crypto: mxs-dcp - return errcode in mxs_dcp_aes_enqueue and dcp_sha_update_fxYueHaibing
2018-11-16crypto: mxs-dcp - Add support for dcp clkLeonard Crestez
2018-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2018-10-12crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash' staticWei Yongjun
2018-10-08crypto: mxs-dcp - Fix AES issuesRadu Solea
2018-10-08crypto: mxs-dcp - Fix SHA null hashes and output lengthRadu Solea
2018-10-08crypto: mxs-dcp - Implement sha import/exportDan Douglass
2018-09-28crypto: mxs-dcp - Remove VLA usage of skcipherKees Cook
2018-09-28crypto: mxs-dcp - Fix wait logic on chan threadsLeonard Crestez
2018-02-15crypto: mxs-dcp - Add empty hash export and importKamil Konieczny
2017-07-18crypto: mxs-dcp - print error message on platform_get_irq failureGustavo A. R. Silva
2016-07-01crypto: mxs-dcp - Use skcipher for fallbackHerbert Xu
2015-02-28crypto: mxs-dcp - fix type of ret for wait_for_completion_timeoutNicholas Mc Guire
2014-10-20crypto: drop owner assignment from platform_driversWolfram Sang
2014-05-22crypto: dcp - tfm->__crt_alg->cra_name directlyMarek Vasut
2014-05-22crypto: mxs-dcp - Remove global mutexFabio Estevam
2014-03-10crypto: mxs-dcp - Optimize hashingMarek Vasut
2014-03-10crypto: mxs-dcp - Align the bounce buffersMarek Vasut
2014-02-27crypto: mxs-dcp - Fix platform_get_irq() error handlingFabio Estevam
2014-02-09crypto: mxs-dcp: Check the return value of stmp_reset_block()Fabio Estevam
2014-02-09crypto: mxs-dcp: Use devm_kzalloc()Fabio Estevam
2014-02-09crypto: dcp - Move the AES operation type from actx to rctxMarek Vasut
2014-01-15crypto: mxs - Fix sparse non static symbol warningWei Yongjun
2014-01-05crypto: mxs - Add Freescale MXS DCP driverMarek Vasut