summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccree
AgeCommit message (Expand)AuthorFilesLines
2022-12-09crypto: ccree - Set DMA alignment explicitlyHerbert Xu3-83/+83
2022-11-22crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König1-1/+1
2022-11-18crypto: ccree - Remove debugfs when platform_driver_register failedGaosheng Cui1-1/+9
2022-08-26crypto: ccree - Fix dma_map_sg error checkJack Wang1-1/+1
2022-07-29crypto: ccree - Remove a useless dma_supported() callChristophe JAILLET1-10/+3
2022-07-15crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume()Yuan Can1-0/+2
2022-04-15crypto: ccree - use fine grained DMA mapping dirGilad Ben-Yossef1-12/+15
2022-04-15crypto: ccree - rearrange init calls to avoid raceGilad Ben-Yossef1-11/+13
2022-03-09crypto: ccree - Fix use after free in cc_cipher_exit()Jianglei Nie1-1/+1
2022-02-23crypto: ccree - don't attempt 0 len DMA mappingsGilad Ben-Yossef1-0/+7
2021-11-20crypto: ccree - remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-10-08crypto: ccree - avoid out-of-range warnings from clangArnd Bergmann1-1/+2
2021-04-16crypto: ccree - Remove redundant dev_err call in init_cc_resources()YueHaibing1-3/+1
2021-02-05crypto: ccree - fix spelling typo of allocateddingsenjie1-1/+1
2021-01-03crypto: ccree - remove unused including <linux/version.h>Tian Tao1-1/+0
2020-11-27crypto: ccree - rework cache parameters handlingGilad Ben-Yossef3-20/+63
2020-11-27crypto: ccree - Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+3
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-09-04crypto: ccree - Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+2
2020-08-28crypto: ccree - fix runtime PM imbalance on errordinghao.liu@zju.edu.cn1-1/+5
2020-08-21crypto: ccree - remove bitlocker cipherGilad Ben-Yossef2-47/+3
2020-08-21crypto: ccree - remove data unit size supportGilad Ben-Yossef2-233/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long5-12/+12
2020-06-26crypto: ccree - remove unused fieldGilad Ben-Yossef1-1/+0
2020-06-26crypto: ccree - adapt ccree essiv support to kcapiGilad Ben-Yossef1-31/+93
2020-06-26crypto: ccree - fix resource leak on error pathGilad Ben-Yossef1-12/+18
2020-05-15crypto: ccree - constify struct debugfs_reg32Rikard Falkeborn1-2/+2
2020-05-08crypto: ccree - use crypto_shash_tfm_digest()Eric Biggers1-6/+3
2020-03-30crypto: ccree - remove duplicated include from cc_aead.cYueHaibing1-1/+0
2020-03-12crypto: ccree - refactor AEAD IV in AAD handlingGilad Ben-Yossef3-103/+16
2020-03-12crypto: ccree - use crypto_ipsec_check_assoclen()Gilad Ben-Yossef1-53/+20
2020-03-12crypto: ccree - only check condition if neededGilad Ben-Yossef1-6/+6
2020-03-12crypto: ccree - remove ancient TODO remarksGilad Ben-Yossef5-8/+0
2020-03-12crypto: ccree - remove pointless commentHadar Gat1-1/+0
2020-03-12crypto: ccree - update register handling macrosHadar Gat2-43/+38
2020-02-22crypto: ccree - use devm_kzalloc() for hash dataGeert Uytterhoeven1-16/+8
2020-02-22crypto: ccree - use devm_k[mz]alloc() for cipher dataGeert Uytterhoeven1-3/+1
2020-02-22crypto: ccree - use devm_k[mz]alloc() for AEAD dataGeert Uytterhoeven3-31/+21
2020-02-22crypto: ccree - use existing dev helper in init_cc_resources()Geert Uytterhoeven1-4/+4
2020-02-22crypto: ccree - grammar s/not room/no room/Geert Uytterhoeven1-1/+1
2020-02-22crypto: ccree - spelling s/Crytpcell/Cryptocell/Geert Uytterhoeven1-1/+1
2020-02-22crypto: ccree - improve kerneldoc in cc_sram_mgr.[ch]Geert Uytterhoeven2-14/+24
2020-02-22crypto: ccree - improve kerneldoc in cc_request_mgr.[ch]Geert Uytterhoeven2-29/+31
2020-02-22crypto: ccree - improve kerneldoc in cc_hash.[ch]Geert Uytterhoeven2-17/+18
2020-02-22crypto: ccree - improve kerneldoc in cc_buffer_mgr.cGeert Uytterhoeven1-5/+11
2020-02-22crypto: ccree - improve kerneldoc in cc_hw_queue_defs.hGeert Uytterhoeven1-118/+119
2020-02-22crypto: ccree - remove bogus kerneldoc markersGeert Uytterhoeven1-4/+4
2020-02-22crypto: ccree - extract cc_init_copy_sram()Geert Uytterhoeven1-55/+36
2020-02-22crypto: ccree - remove struct cc_cipher_handleGeert Uytterhoeven2-26/+9
2020-02-22crypto: ccree - remove struct buff_mgr_handleGeert Uytterhoeven2-34/+9