summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/starfive
Commit message (Expand)AuthorAgeFilesLines
* crypto: starfive - Fix dev_err_probe return errorJia Jie Ho2023-12-151-1/+1
* crypto: starfive - Remove unneeded NULL checksJia Jie Ho2023-12-151-6/+3
* crypto: starfive - Remove cfb and ofbHerbert Xu2023-12-082-72/+1
* crypto: starfive - Pad adata with zeroesJia Jie Ho2023-12-011-2/+4
* crypto: starfive - RSA poll csr for done statusJia Jie Ho2023-11-243-45/+22
* crypto: starfive - Update driver dependenciesJia Jie Ho2023-11-241-1/+1
* crypto: jh7110 - Correct deferred probe returnChanho Park2023-11-171-7/+3
* crypto: starfive - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-11/+2
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-232-2/+1
* crypto: jh7110 - Use new crypto_engine_op interfaceHerbert Xu2023-08-184-205/+252
* crypto: jh7110 - Include scatterwalk.h for struct scatter_walkHerbert Xu2023-08-181-0/+1
* crypto: jh7110 - Include crypto/hash.h in header fileHerbert Xu2023-08-181-5/+5
* crypto: jh1100 - Remove prepare/unprepare requestHerbert Xu2023-08-182-50/+11
* crypto: starfive - fix return value check in starfive_aes_prepare_req()Yang Yingliang2023-08-111-2/+2
* crypto: starfive - Add AES skcipher and aead supportJia Jie Ho2023-07-285-7/+1132
* crypto: starfive - Convert to platform remove callback returning voidUwe Kleine-König2023-07-201-4/+2
* crypto: starfive - Add RSA algo supportJia Jie Ho2023-06-235-2/+683
* crypto: starfive - Update hash module irq handlingJia Jie Ho2023-06-231-1/+8
* crypto: starfive - Depend on AMBA_PL08X instead of selecting itHerbert Xu2023-05-241-3/+2
* crypto: starfive - Fix driver dependenciesJia Jie Ho2023-05-221-2/+1
* crypto: starfive - Add hash and HMAC supportJia Jie Ho2023-05-195-4/+1003
* crypto: starfive - Add crypto engine supportJia Jie Ho2023-05-194-0/+285