aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/ssi_hash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-16staging: ccree: Use sizeof(variable) in memory allocsSimon Sandström1-4/+4
2017-07-27staging: ccree: Fix unnecessary NULL check before kfree'ing itSuniel Mahesh1-17/+8
2017-07-27staging: ccree: remove func name from log messagesGilad Ben-Yossef1-1/+1
2017-07-27staging: 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-08drivers/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
2017-04-28staging: ccree: add FIPS supportGilad Ben-Yossef1-1/+20
2017-04-28staging: ccree: add ahash supportGilad Ben-Yossef1-0/+2732