summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/ssi_hash.c
Commit message (Expand)AuthorAgeFilesLines
* 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-271-7/+6
* staging: ccree: trim long lines for readabilityGilad Ben-Yossef2017-11-271-39/+92
* staging: ccree: remove unneeded empty linesGilad Ben-Yossef2017-11-271-1/+0
* 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/+15
* 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/+25
* staging: ccree: simplify resource release on errorGilad Ben-Yossef2017-09-171-2/+1
* staging: ccree: Use sizeof(variable) in memory allocsSimon Sandström2017-08-161-4/+4
* staging: ccree: Fix unnecessary NULL check before kfree'ing itSuniel Mahesh2017-07-271-17/+8
* staging: ccree: remove func name from log messagesGilad Ben-Yossef2017-07-271-1/+1
* staging: ccree: Fix alignment issues in ssi_hash.cSimon Sandström2017-07-271-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/+32
* staging: ccree: move FIPS support to kernel infrastructureGilad Ben-Yossef2017-07-161-21/+0
* 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/+4
* 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/+13
* staging: ccree: remove redundant blank linesGilad Ben-Yossef2017-06-291-2/+0
* 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/+127
* staging: ccree: remove cycle count debug supportGilad Ben-Yossef2017-06-041-28/+0
* staging: ccree: remove 48 bit dma addr simGilad Ben-Yossef2017-06-041-35/+0
* staging: ccree: refactor HW command FIFO accessGilad Ben-Yossef2017-06-041-399/+433
* Drivers: ccree: ssi_hash.c - align block commentsDerek Robson2017-05-291-3/+6
* drivers: staging: ccree: ISO C forbids casting to and from non-scalarRaphaël Beamonte2017-05-251-2/+2
* staging: ccree: Fix indentation of driver_hash[] initializersGeert Uytterhoeven2017-05-151-8/+8
* staging: ccree: fix enum/struct definitions styleGilad Ben-Yossef2017-05-151-19/+19
* staging: ccree: stdint to kernel types conversionGilad Ben-Yossef2017-05-151-43/+43
* staging: ccree: Strip trailing whitespaceTimothée Isnard2017-05-151-151/+151
* drivers/staging/ccree/ssi_hash.c: fix build with gcc-4.4.4Andrew Morton2017-05-081-110/+126
* staging: ccree: fix ifnullfree.cocci warningskbuild test robot2017-04-281-18/+9
* staging: ccree: add FIPS supportGilad Ben-Yossef2017-04-281-1/+20
* staging: ccree: add ahash supportGilad Ben-Yossef2017-04-281-0/+2732