summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccree
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-11-22crypto: ccree - Correctly handle return of sg_nents_for_lenHaotian Zhang-1/+5
2025-07-18crypto: drivers - Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-1/+0
2025-06-23crypto: ccree - Don't use %pK through printkThomas Weißschuh-44/+44
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-10-05crypto: ccree - Fix typo in commentYu Jiaoliang-4/+4
2024-05-31crypto: ccree - Remove unused struct 'tdes_keys'Dr. David Alan Gilbert-6/+0
2023-12-08crypto: ccree - Remove ofbHerbert Xu-35/+0
2023-11-17crypto: ccree - Silence gcc format-truncation false positive warningsHerbert Xu-6/+14
2023-10-27crypto: ccree/cc - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring-1/+0
2023-03-14crypto: ccree - Use devm_platform_get_and_ioremap_resource()Yang Li-2/+2
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov-1/+1
2022-12-09crypto: ccree - Set DMA alignment explicitlyHerbert Xu-83/+83
2022-11-22crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König-1/+1
2022-11-18crypto: ccree - Remove debugfs when platform_driver_register failedGaosheng Cui-1/+9
2022-08-26crypto: ccree - Fix dma_map_sg error checkJack Wang-1/+1
2022-07-29crypto: ccree - Remove a useless dma_supported() callChristophe JAILLET-10/+3
2022-07-15crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume()Yuan Can-0/+2
2022-04-15crypto: ccree - use fine grained DMA mapping dirGilad Ben-Yossef-12/+15
2022-04-15crypto: ccree - rearrange init calls to avoid raceGilad Ben-Yossef-11/+13
2022-03-09crypto: ccree - Fix use after free in cc_cipher_exit()Jianglei Nie-1/+1
2022-02-23crypto: ccree - don't attempt 0 len DMA mappingsGilad Ben-Yossef-0/+7
2021-11-20crypto: ccree - remove redundant 'flush_workqueue()' callsChristophe JAILLET-1/+0
2021-10-08crypto: ccree - avoid out-of-range warnings from clangArnd Bergmann-1/+2
2021-04-16crypto: ccree - Remove redundant dev_err call in init_cc_resources()YueHaibing-3/+1
2021-02-05crypto: ccree - fix spelling typo of allocateddingsenjie-1/+1
2021-01-03crypto: ccree - remove unused including <linux/version.h>Tian Tao-1/+0
2020-11-27crypto: ccree - rework cache parameters handlingGilad Ben-Yossef-20/+63
2020-11-27crypto: ccree - Fix fall-through warnings for ClangGustavo A. R. Silva-0/+3
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-1/+2
2020-09-04crypto: ccree - Simplify with dev_err_probe()Krzysztof Kozlowski-5/+2
2020-08-28crypto: ccree - fix runtime PM imbalance on errordinghao.liu@zju.edu.cn-1/+5
2020-08-21crypto: ccree - remove bitlocker cipherGilad Ben-Yossef-47/+3
2020-08-21crypto: ccree - remove data unit size supportGilad Ben-Yossef-233/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-12/+12
2020-06-26crypto: ccree - remove unused fieldGilad Ben-Yossef-1/+0
2020-06-26crypto: ccree - adapt ccree essiv support to kcapiGilad Ben-Yossef-31/+93
2020-06-26crypto: ccree - fix resource leak on error pathGilad Ben-Yossef-12/+18
2020-05-15crypto: ccree - constify struct debugfs_reg32Rikard Falkeborn-2/+2
2020-05-08crypto: ccree - use crypto_shash_tfm_digest()Eric Biggers-6/+3
2020-03-30crypto: ccree - remove duplicated include from cc_aead.cYueHaibing-1/+0
2020-03-12crypto: ccree - refactor AEAD IV in AAD handlingGilad Ben-Yossef-103/+16
2020-03-12crypto: ccree - use crypto_ipsec_check_assoclen()Gilad Ben-Yossef-53/+20
2020-03-12crypto: ccree - only check condition if neededGilad Ben-Yossef-6/+6
2020-03-12crypto: ccree - remove ancient TODO remarksGilad Ben-Yossef-8/+0
2020-03-12crypto: ccree - remove pointless commentHadar Gat-1/+0
2020-03-12crypto: ccree - update register handling macrosHadar Gat-43/+38
2020-02-22crypto: ccree - use devm_kzalloc() for hash dataGeert Uytterhoeven-16/+8