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