summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/ssi_hash.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.15-rc4 into staging-nextGreg Kroah-Hartman2017-12-181-1/+1
|\
| * staging: ccree: Uninitialized return in ssi_ahash_import()Dan Carpenter2017-12-061-1/+1
* | staging: ccree: rename vars/structs/enums from ssi_ to cc_Gilad Ben-Yossef2017-12-131-68/+68
* | staging: ccree: rename all DX to CCGilad Ben-Yossef2017-12-131-9/+9
* | staging: ccree: rename all SSI to CCGilad Ben-Yossef2017-12-131-3/+3
* | staging: ccree: remove SSI_CC_HAS_ macrosGilad Ben-Yossef2017-12-131-5/+0Star
* | staging: ccree: fix func call param indentationGilad Ben-Yossef2017-12-131-6/+4Star
* | staging: ccree: amend hash func def for readabilityGilad Ben-Yossef2017-12-131-13/+7Star
* | staging: ccree: fix hash naming conventionGilad Ben-Yossef2017-12-131-253/+241Star
* | staging: ccree: remove ahash wrappersGilad Ben-Yossef2017-12-131-184/+76Star
* | 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: remove unproven likely/unlikelyGilad Ben-Yossef2017-12-061-54/+49Star
* | staging: ccree: remove inline qualifiersGilad Ben-Yossef2017-12-061-1/+1
* | staging: ccree: remove unneeded wrapper functionGilad Ben-Yossef2017-11-271-15/+6Star
* | staging: ccree: rename long define for readabilityGilad Ben-Yossef2017-11-271-2/+2
* | staging: ccree: rename func for readabilityGilad Ben-Yossef2017-11-271-7/+6Star
* | staging: ccree: trim long lines for readabilityGilad Ben-Yossef2017-11-271-39/+92
* | staging: ccree: remove unneeded empty linesGilad Ben-Yossef2017-11-271-1/+0Star
* | staging: ccree: remove MIN/MAX macrosGilad Ben-Yossef2017-11-271-1/+1
* | staging: ccree: remove unnecessary parenthesesGilad Ben-Yossef2017-11-271-8/+8
* | staging: ccree: fix typosGilad Ben-Yossef2017-11-271-1/+1
* | staging: ccree: remove unused cc_base parameterGilad Ben-Yossef2017-11-271-3/+3
* | staging: ccree: remove compare to none zeroGilad Ben-Yossef2017-11-271-41/+41
* | staging: ccree: make long func call sites readableGilad Ben-Yossef2017-11-271-54/+62
|/
* staging: ccree: simplify OOM handlingGilad Ben-Yossef2017-10-031-27/+15Star
* staging: ccree: move to generic device log infraGilad Ben-Yossef2017-10-031-147/+150
* staging: ccree: simplify access to struct deviceGilad Ben-Yossef2017-10-031-28/+25Star
* staging: ccree: simplify resource release on errorGilad Ben-Yossef2017-09-171-2/+1Star
* staging: ccree: Use sizeof(variable) in memory allocsSimon Sandström2017-08-171-4/+4
* staging: ccree: Fix unnecessary NULL check before kfree'ing itSuniel Mahesh2017-07-281-17/+8Star
* staging: ccree: remove func name from log messagesGilad Ben-Yossef2017-07-281-1/+1
* staging: ccree: Fix alignment issues in ssi_hash.cSimon Sandström2017-07-281-49/+56
* staging: ccree: remove whitespace before a quoted newlineGilad Ben-Yossef2017-07-161-1/+1
* staging: ccree: CamelCase to snake_case in func varsGilad Ben-Yossef2017-07-161-14/+15
* staging: ccree: use proper printk format for dma_addr_tGilad Ben-Yossef2017-07-161-33/+32Star
* staging: ccree: move FIPS support to kernel infrastructureGilad Ben-Yossef2017-07-161-21/+0Star
* staging: ccree: fix switch case indentationTyler Olivieri2017-07-161-12/+12
* staging: ccree: remove assignement in conditionalTyler Olivieri2017-07-161-2/+4
* staging: ccree: fix placement of curly bracesTyler Olivieri2017-07-161-1/+2
* staging: ccree: remove/add (un)needed blank linesGilad Ben-Yossef2017-06-291-8/+4Star
* staging: ccree: fix pointer locationGilad Ben-Yossef2017-06-291-1/+1
* staging: ccree: remove comparisons to NULLGilad Ben-Yossef2017-06-291-6/+6
* staging: ccree: no need for braces for single statementsGilad Ben-Yossef2017-06-291-22/+13Star
* staging: ccree: remove redundant blank linesGilad Ben-Yossef2017-06-291-2/+0Star
* staging: ccree: fix missing or redundant spacesGilad Ben-Yossef2017-06-291-19/+19
* staging: ccree: register setkey for none hash macsGilad Ben-Yossef2017-06-251-41/+42
* staging: ccree: fix hash import/exportGilad Ben-Yossef2017-06-251-44/+99
* staging: ccree: remove last remnants of sash algoGilad Ben-Yossef2017-06-041-321/+127Star
* staging: ccree: remove cycle count debug supportGilad Ben-Yossef2017-06-041-28/+0Star