summaryrefslogtreecommitdiff
path: root/drivers/staging/ccree/ssi_hash.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-06Merge Linus's staging merge point into staging-nextGreg Kroah-Hartman1-3/+6
2017-12-06staging: ccree: remove unproven likely/unlikelyGilad Ben-Yossef1-54/+49
2017-12-06staging: ccree: remove inline qualifiersGilad Ben-Yossef1-1/+1
2017-11-28staging: ccree: fix leak of import() after init()Gilad Ben-Yossef1-3/+6
2017-11-27staging: ccree: remove unneeded wrapper functionGilad Ben-Yossef1-15/+6
2017-11-27staging: ccree: rename long define for readabilityGilad Ben-Yossef1-2/+2
2017-11-27staging: ccree: rename func for readabilityGilad Ben-Yossef1-7/+6
2017-11-27staging: ccree: trim long lines for readabilityGilad Ben-Yossef1-39/+92
2017-11-27staging: ccree: remove unneeded empty linesGilad Ben-Yossef1-1/+0
2017-11-27staging: ccree: remove MIN/MAX macrosGilad Ben-Yossef1-1/+1
2017-11-27staging: ccree: remove unnecessary parenthesesGilad Ben-Yossef1-8/+8
2017-11-27staging: ccree: fix typosGilad Ben-Yossef1-1/+1
2017-11-27staging: ccree: remove unused cc_base parameterGilad Ben-Yossef1-3/+3
2017-11-27staging: ccree: remove compare to none zeroGilad Ben-Yossef1-41/+41
2017-11-27staging: ccree: make long func call sites readableGilad Ben-Yossef1-54/+62
2017-10-03staging: ccree: simplify OOM handlingGilad Ben-Yossef1-27/+15
2017-10-03staging: ccree: move to generic device log infraGilad Ben-Yossef1-147/+150
2017-10-03staging: ccree: simplify access to struct deviceGilad Ben-Yossef1-28/+25
2017-09-17staging: ccree: simplify resource release on errorGilad Ben-Yossef1-2/+1
2017-08-17staging: ccree: Use sizeof(variable) in memory allocsSimon Sandström1-4/+4
2017-07-28staging: ccree: Fix unnecessary NULL check before kfree'ing itSuniel Mahesh1-17/+8
2017-07-28staging: ccree: remove func name from log messagesGilad Ben-Yossef1-1/+1
2017-07-28staging: ccree: Fix alignment issues in ssi_hash.cSimon Sandström1-49/+56
2017-07-16staging: ccree: remove whitespace before a quoted newlineGilad Ben-Yossef1-1/+1
2017-07-16staging: ccree: CamelCase to snake_case in func varsGilad Ben-Yossef1-14/+15
2017-07-16staging: ccree: use proper printk format for dma_addr_tGilad Ben-Yossef1-33/+32
2017-07-16staging: ccree: move FIPS support to kernel infrastructureGilad Ben-Yossef1-21/+0
2017-07-16staging: ccree: fix switch case indentationTyler Olivieri1-12/+12
2017-07-16staging: ccree: remove assignement in conditionalTyler Olivieri1-2/+4
2017-07-16staging: ccree: fix placement of curly bracesTyler Olivieri1-1/+2
2017-06-29staging: ccree: remove/add (un)needed blank linesGilad Ben-Yossef1-8/+4
2017-06-29staging: ccree: fix pointer locationGilad Ben-Yossef1-1/+1
2017-06-29staging: ccree: remove comparisons to NULLGilad Ben-Yossef1-6/+6
2017-06-29staging: ccree: no need for braces for single statementsGilad Ben-Yossef1-22/+13
2017-06-29staging: ccree: remove redundant blank linesGilad Ben-Yossef1-2/+0
2017-06-29staging: ccree: fix missing or redundant spacesGilad Ben-Yossef1-19/+19
2017-06-25staging: ccree: register setkey for none hash macsGilad Ben-Yossef1-41/+42
2017-06-25staging: ccree: fix hash import/exportGilad Ben-Yossef1-44/+99
2017-06-04staging: ccree: remove last remnants of sash algoGilad Ben-Yossef1-321/+127
2017-06-04staging: ccree: remove cycle count debug supportGilad Ben-Yossef1-28/+0
2017-06-04staging: ccree: remove 48 bit dma addr simGilad Ben-Yossef1-35/+0
2017-06-04staging: ccree: refactor HW command FIFO accessGilad Ben-Yossef1-399/+433
2017-05-29Drivers: ccree: ssi_hash.c - align block commentsDerek Robson1-3/+6
2017-05-25drivers: staging: ccree: ISO C forbids casting to and from non-scalarRaphaël Beamonte1-2/+2
2017-05-15staging: ccree: Fix indentation of driver_hash[] initializersGeert Uytterhoeven1-8/+8
2017-05-15staging: ccree: fix enum/struct definitions styleGilad Ben-Yossef1-19/+19
2017-05-15staging: ccree: stdint to kernel types conversionGilad Ben-Yossef1-43/+43
2017-05-15staging: ccree: Strip trailing whitespaceTimothée Isnard1-151/+151
2017-05-09drivers/staging/ccree/ssi_hash.c: fix build with gcc-4.4.4Andrew Morton1-110/+126
2017-04-28staging: ccree: fix ifnullfree.cocci warningskbuild test robot1-18/+9