summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree
Commit message (Expand)AuthorAgeFilesLines
...
* | staging: ccree: fix FIPS mgr naming conventionGilad Ben-Yossef2017-12-133-9/+9
* | staging: ccree: simplify freeing SRAM memory addressGilad Ben-Yossef2017-12-131-6/+1
* | staging: ccree: fix sram mgr naming conventionGilad Ben-Yossef2017-12-133-15/+15
* | staging: ccree: fix buf mgr naming conventionGilad Ben-Yossef2017-12-131-16/+12
* | staging: ccree: rename vars/structs/enums from ssi_ to cc_Gilad Ben-Yossef2017-12-1322-312/+312
* | staging: ccree: rename all DX to CCGilad Ben-Yossef2017-12-1312-338/+338
* | staging: ccree: rename all SSI to CCGilad Ben-Yossef2017-12-1321-132/+132
* | staging: ccree: remove SSI_CC_HAS_ macrosGilad Ben-Yossef2017-12-135-58/+0
* | staging: ccree: drop unsupported MULTI2 mode codeGilad Ben-Yossef2017-12-134-169/+18
* | staging: ccree: fix ivgen func def coding styleGilad Ben-Yossef2017-12-132-18/+8
* | staging: ccree: fix ivgen naming conventionGilad Ben-Yossef2017-12-135-45/+46
* | staging: ccree: fix cipher func def coding styleGilad Ben-Yossef2017-12-131-23/+15
* | staging: ccree: fix cipher naming conventionGilad Ben-Yossef2017-12-133-119/+118
* | staging: ccree: remove cipher sync blkcipher remainsGilad Ben-Yossef2017-12-131-105/+51
* | staging: ccree: fix req mgr func def coding styleGilad Ben-Yossef2017-12-132-17/+13
* | staging: ccree: fix reg mgr naming conventionGilad Ben-Yossef2017-12-133-27/+25
* | staging: ccree: fix func call param indentationGilad Ben-Yossef2017-12-132-23/+15
* | staging: ccree: simplify expression with local varGilad Ben-Yossef2017-12-131-12/+10
* | staging: ccree: fix func def and decl coding styleGilad Ben-Yossef2017-12-133-93/+63
* | staging: ccree: shorten parameter nameGilad Ben-Yossef2017-12-131-8/+8
* | staging: ccree: func params should follow func nameGilad Ben-Yossef2017-12-131-4/+6
* | staging: ccree: amend hash func def for readabilityGilad Ben-Yossef2017-12-131-13/+7
* | staging: ccree: fix hash naming conventionGilad Ben-Yossef2017-12-135-273/+257
* | staging: ccree: remove ahash wrappersGilad Ben-Yossef2017-12-131-184/+76
* | staging: ccree: cleanup a small white space issueDan Carpenter2017-12-081-2/+2
* | drivers: staging: remove duplicate includesPravin Shedge2017-12-062-2/+0
* | Merge Linus's staging merge point into staging-nextGreg Kroah-Hartman2017-12-061-3/+6
|\|
| * staging: ccree: fix leak of import() after init()Gilad Ben-Yossef2017-11-281-3/+6
* | staging: ccree: amend aead func def for readabilityGilad Ben-Yossef2017-12-061-90/+51
* | staging: ccree: fix AEAD func naming conventionGilad Ben-Yossef2017-12-063-281/+273
* | staging: ccree: NULLify backup_info when unusedGilad Ben-Yossef2017-12-061-0/+1
* | staging: ccree: update TODO listGilad Ben-Yossef2017-12-061-21/+2
* | staging: ccree: remove interim DT docsGilad Ben-Yossef2017-12-061-27/+0
* | staging: ccree: remove braces for single statement blocksGilad Ben-Yossef2017-12-061-2/+1
* | staging: ccree: fix indentation of var assignmentGilad Ben-Yossef2017-12-061-2/+2
* | staging: ccree: remove more unnecessary parenthesesGilad Ben-Yossef2017-12-063-6/+6
* | staging: ccree: remove unproven likely/unlikelyGilad Ben-Yossef2017-12-068-227/+209
* | staging: ccree: remove inline qualifiersGilad Ben-Yossef2017-12-065-44/+43
* | staging: ccree: Remove a attribute group from a kobjectArvind Yadav2017-11-281-1/+4
* | staging: ccree: fix incorrect indentation of break statementColin Ian King2017-11-271-1/+1
* | staging: ccree: drop unused macroGilad Ben-Yossef2017-11-271-2/+0
* | staging: ccree: use local vars for readabilityGilad Ben-Yossef2017-11-271-35/+29
* | staging: ccree: replace msleep with a completionGilad Ben-Yossef2017-11-273-2/+8
* | staging: ccree: remove unused fieldGilad Ben-Yossef2017-11-271-4/+0
* | staging: ccree: remove unneeded wrapper functionGilad Ben-Yossef2017-11-271-15/+6
* | staging: ccree: rename long define for readabilityGilad Ben-Yossef2017-11-271-2/+2
* | staging: ccree: rename func for readabilityGilad Ben-Yossef2017-11-273-12/+10
* | staging: ccree: refactor code with local varsGilad Ben-Yossef2017-11-271-9/+7
* | staging: ccree: remove dead defs and declsGilad Ben-Yossef2017-11-271-23/+0
* | staging: ccree: trim long lines for readabilityGilad Ben-Yossef2017-11-2715-193/+406