summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccree
AgeCommit message (Expand)Author
2023-12-08crypto: ccree - Remove ofbHerbert Xu
2023-11-17crypto: ccree - Silence gcc format-truncation false positive warningsHerbert Xu
2023-10-27crypto: ccree/cc - Convert to platform remove callback returning voidUwe Kleine-König
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring
2023-03-14crypto: ccree - Use devm_platform_get_and_ioremap_resource()Yang Li
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov
2022-12-09crypto: ccree - Set DMA alignment explicitlyHerbert Xu
2022-11-22crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König
2022-11-18crypto: ccree - Remove debugfs when platform_driver_register failedGaosheng Cui
2022-08-26crypto: ccree - Fix dma_map_sg error checkJack Wang
2022-07-29crypto: ccree - Remove a useless dma_supported() callChristophe JAILLET
2022-07-15crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume()Yuan Can
2022-04-15crypto: ccree - use fine grained DMA mapping dirGilad Ben-Yossef
2022-04-15crypto: ccree - rearrange init calls to avoid raceGilad Ben-Yossef
2022-03-09crypto: ccree - Fix use after free in cc_cipher_exit()Jianglei Nie
2022-02-23crypto: ccree - don't attempt 0 len DMA mappingsGilad Ben-Yossef
2021-11-20crypto: ccree - remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-08crypto: ccree - avoid out-of-range warnings from clangArnd Bergmann
2021-04-16crypto: ccree - Remove redundant dev_err call in init_cc_resources()YueHaibing
2021-02-05crypto: ccree - fix spelling typo of allocateddingsenjie
2021-01-03crypto: ccree - remove unused including <linux/version.h>Tian Tao
2020-11-27crypto: ccree - rework cache parameters handlingGilad Ben-Yossef
2020-11-27crypto: ccree - Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-09-04crypto: ccree - Simplify with dev_err_probe()Krzysztof Kozlowski
2020-08-28crypto: ccree - fix runtime PM imbalance on errordinghao.liu@zju.edu.cn
2020-08-21crypto: ccree - remove bitlocker cipherGilad Ben-Yossef
2020-08-21crypto: ccree - remove data unit size supportGilad Ben-Yossef
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-06-26crypto: ccree - remove unused fieldGilad Ben-Yossef
2020-06-26crypto: ccree - adapt ccree essiv support to kcapiGilad Ben-Yossef
2020-06-26crypto: ccree - fix resource leak on error pathGilad Ben-Yossef
2020-05-15crypto: ccree - constify struct debugfs_reg32Rikard Falkeborn
2020-05-08crypto: ccree - use crypto_shash_tfm_digest()Eric Biggers
2020-03-30crypto: ccree - remove duplicated include from cc_aead.cYueHaibing
2020-03-12crypto: ccree - refactor AEAD IV in AAD handlingGilad Ben-Yossef
2020-03-12crypto: ccree - use crypto_ipsec_check_assoclen()Gilad Ben-Yossef
2020-03-12crypto: ccree - only check condition if neededGilad Ben-Yossef
2020-03-12crypto: ccree - remove ancient TODO remarksGilad Ben-Yossef
2020-03-12crypto: ccree - remove pointless commentHadar Gat
2020-03-12crypto: ccree - update register handling macrosHadar Gat
2020-02-22crypto: ccree - use devm_kzalloc() for hash dataGeert Uytterhoeven
2020-02-22crypto: ccree - use devm_k[mz]alloc() for cipher dataGeert Uytterhoeven
2020-02-22crypto: ccree - use devm_k[mz]alloc() for AEAD dataGeert Uytterhoeven
2020-02-22crypto: ccree - use existing dev helper in init_cc_resources()Geert Uytterhoeven
2020-02-22crypto: ccree - grammar s/not room/no room/Geert Uytterhoeven
2020-02-22crypto: ccree - spelling s/Crytpcell/Cryptocell/Geert Uytterhoeven
2020-02-22crypto: ccree - improve kerneldoc in cc_sram_mgr.[ch]Geert Uytterhoeven
2020-02-22crypto: ccree - improve kerneldoc in cc_request_mgr.[ch]Geert Uytterhoeven
2020-02-22crypto: ccree - improve kerneldoc in cc_hash.[ch]Geert Uytterhoeven