summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccree
AgeCommit message (Expand)Author
2020-02-22crypto: ccree - remove struct cc_debugfs_ctxGeert Uytterhoeven
2020-02-22crypto: ccree - remove struct cc_sram_ctxGeert Uytterhoeven
2020-02-22crypto: ccree - make cc_pm_{suspend,resume}() staticGeert Uytterhoeven
2020-02-22crypto: ccree - remove cc_pm_is_dev_suspended() wrapperGeert Uytterhoeven
2020-02-22crypto: ccree - use of_device_get_match_data()Geert Uytterhoeven
2020-02-22crypto: ccree - simplify Runtime PM handlingGeert Uytterhoeven
2020-02-22crypto: ccree - use u32 for SRAM addressesGeert Uytterhoeven
2020-02-22crypto: ccree - remove bogus paragraph about freeing SRAMGeert Uytterhoeven
2020-02-22crypto: ccree - defer larval_digest_addr init until neededGeert Uytterhoeven
2020-02-22crypto: ccree - use existing helpers to split 64-bit addressesGeert Uytterhoeven
2020-02-22crypto: ccree - make mlli_params.mlli_virt_addr void *Geert Uytterhoeven
2020-02-22crypto: ccree - clean up clock handlingGeert Uytterhoeven
2020-02-22crypto: ccree - remove empty cc_sram_mgr_fini()Geert Uytterhoeven
2020-02-22crypto: ccree - drop duplicated error message on SRAM exhaustionGeert Uytterhoeven
2020-02-22crypto: ccree - swap SHA384 and SHA512 larval hashes at build timeGeert Uytterhoeven
2020-02-22crypto: ccree - remove unneeded castsGeert Uytterhoeven
2020-02-22crypto: ccree - fix retry handling in cc_send_sync_request()Geert Uytterhoeven
2020-02-22crypto: ccree - fix debugfs register access while suspendedGeert Uytterhoeven
2020-02-13crypto: ccree - remove set but not used variable 'du_size'YueHaibing
2020-02-13crypto: ccree - dec auth tag size from cryptlen mapGilad Ben-Yossef
2020-02-13crypto: ccree - fix AEAD blocksize registrationGilad Ben-Yossef
2020-02-13crypto: ccree - fix some reported cipher block sizesGilad Ben-Yossef
2020-02-13crypto: ccree - only try to map auth tag if neededGilad Ben-Yossef
2020-02-13crypto: ccree - protect against empty or NULL scatterlistsGilad Ben-Yossef
2020-01-22crypto: ccree - erase unneeded inline funcsGilad Ben-Yossef
2020-01-22crypto: ccree - make cc_pm_put_suspend() voidGilad Ben-Yossef
2020-01-22crypto: ccree - split overloaded usage of irq fieldGilad Ben-Yossef
2020-01-22crypto: ccree - fix PM race conditionGilad Ben-Yossef
2020-01-22crypto: ccree - fix FDE descriptor sequenceOfir Drang
2020-01-22crypto: ccree - cc_do_send_request() is void funcGilad Ben-Yossef
2020-01-22crypto: ccree - fix pm wrongful error reportingGilad Ben-Yossef
2020-01-22crypto: ccree - turn errors to debug msgsGilad Ben-Yossef
2020-01-22crypto: ccree - fix AEAD decrypt auth failGilad Ben-Yossef
2020-01-22crypto: ccree - fix typo in commentHadar Gat
2020-01-22crypto: ccree - fix typos in error msgsHadar Gat
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LENEric Biggers
2019-12-11crypto: ccree - fix backlog memory leakGilad Ben-Yossef
2019-12-11crypto: ccree - fix typos in error msgsHadar Gat
2019-12-11crypto: ccree - fix typos in commentsHadar Gat
2019-12-11crypto: ccree - remove useless defineGilad Ben-Yossef
2019-11-17crypto: ccree - update a stale reference to ablkcipherArd Biesheuvel
2019-10-26crypto: ccree - fix comparison of unsigned expression warningTian Tao
2019-09-13crypto: ccree - enable CTS support in AES-XTSUri Shir
2019-09-05crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede
2019-08-22crypto: ccree/des - switch to new verification routinesArd Biesheuvel
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-08-09crypto: ccree - use std api sg_zero_bufferGilad Ben-Yossef
2019-08-09crypto: ccree - use the full crypt length valueGilad Ben-Yossef
2019-07-27crypto: ccree - check assoclen for rfc4543Iuliana Prodan