summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccree
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccree - erase unneeded inline funcsGilad Ben-Yossef2020-01-221-10/+0
* crypto: ccree - make cc_pm_put_suspend() voidGilad Ben-Yossef2020-01-222-10/+4
* crypto: ccree - split overloaded usage of irq fieldGilad Ben-Yossef2020-01-222-11/+9
* crypto: ccree - fix PM race conditionGilad Ben-Yossef2020-01-224-80/+7
* crypto: ccree - fix FDE descriptor sequenceOfir Drang2020-01-221-3/+45
* crypto: ccree - cc_do_send_request() is void funcGilad Ben-Yossef2020-01-221-25/+11
* crypto: ccree - fix pm wrongful error reportingGilad Ben-Yossef2020-01-221-1/+1
* crypto: ccree - turn errors to debug msgsGilad Ben-Yossef2020-01-222-13/+13
* crypto: ccree - fix AEAD decrypt auth failGilad Ben-Yossef2020-01-221-1/+1
* crypto: ccree - fix typo in commentHadar Gat2020-01-221-1/+1
* crypto: ccree - fix typos in error msgsHadar Gat2020-01-221-2/+2
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-093-23/+6
* crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LENEric Biggers2020-01-092-2/+0
* crypto: ccree - fix backlog memory leakGilad Ben-Yossef2019-12-111-0/+1
* crypto: ccree - fix typos in error msgsHadar Gat2019-12-111-3/+3
* crypto: ccree - fix typos in commentsHadar Gat2019-12-114-9/+9
* crypto: ccree - remove useless defineGilad Ben-Yossef2019-12-112-3/+0
* crypto: ccree - update a stale reference to ablkcipherArd Biesheuvel2019-11-171-2/+2
* crypto: ccree - fix comparison of unsigned expression warningTian Tao2019-10-261-1/+2
* crypto: ccree - enable CTS support in AES-XTSUri Shir2019-09-131-10/+6
* crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-76/+77
* crypto: ccree/des - switch to new verification routinesArd Biesheuvel2019-08-222-31/+8
* crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-091-3/+1
* crypto: ccree - use std api sg_zero_bufferGilad Ben-Yossef2019-08-093-24/+2
* crypto: ccree - use the full crypt length valueGilad Ben-Yossef2019-08-091-1/+1
* crypto: ccree - check assoclen for rfc4543Iuliana Prodan2019-07-271-6/+20
* crypto: ccree - notify TEE on FIPS tests errorsGilad Ben-Yossef2019-07-261-0/+23
* crypto: ccree - account for TEE not ready to reportGilad Ben-Yossef2019-07-261-1/+7
* crypto: ccree - drop legacy ivgen supportGilad Ben-Yossef2019-07-269-466/+17
* crypto: ccree - fix spelling mistake "configration" -> "configuration"Colin Ian King2019-07-261-1/+1
* crypto: ccree - add HW engine config checkGilad Ben-Yossef2019-06-273-0/+38
* crypto: ccree - prevent isr handling in case driver is suspendedOfir Drang2019-06-273-0/+16
* crypto: ccree - check that cryptocell reset completedOfir Drang2019-06-274-1/+43
* crypto: ccree - Relocate driver irq registration after clk initofir.drang@arm.com2019-06-271-9/+9
* crypto: ccree - use a proper le32 type for le32 valGilad Ben-Yossef2019-05-031-1/+1
* crypto: ccree - remove set but not used variable 'du_size'YueHaibing2019-05-031-8/+0
* crypto: ccree - Make cc_sec_disable staticYueHaibing2019-05-031-1/+1
* crypto: ccree - fix spelling mistake "protedcted" -> "protected"Colin Ian King2019-05-031-1/+1
* crypto: ccree - handle tee fips error during power management resumeOfir Drang2019-04-251-1/+3
* crypto: ccree - add function to handle cryptocell tee fips errorOfir Drang2019-04-252-8/+17
* crypto: ccree - HOST_POWER_DOWN_EN should be the last CC access during suspendOfir Drang2019-04-251-1/+1
* crypto: ccree - remove cc7x3 obsoleted AXIM configsOfir Drang2019-04-251-5/+8
* crypto: ccree - pm resume first enable the source clkOfir Drang2019-04-251-2/+3
* crypto: ccree - don't map AEAD key and IV on stackGilad Ben-Yossef2019-04-253-4/+23
* crypto: ccree - don't map MAC key on stackGilad Ben-Yossef2019-04-251-3/+21
* crypto: ccree - allow more AEAD assoc data fragmentsGilad Ben-Yossef2019-04-251-1/+1
* crypto: ccree - use correct internal state sizes for exportGilad Ben-Yossef2019-04-251-2/+2
* crypto: ccree - zap entire sg on aead request unmapGilad Ben-Yossef2019-04-251-11/+2
* crypto: ccree - make AEAD sgl iterator well behavedGilad Ben-Yossef2019-04-251-38/+17
* crypto: ccree - don't mangle the request assoclenGilad Ben-Yossef2019-04-253-26/+37