summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/ssi_cipher.c
Commit message (Expand)AuthorAgeFilesLines
* staging: ccree: rename vars/structs/enums from ssi_ to cc_Gilad Ben-Yossef2017-12-131-36/+36
* staging: ccree: rename all SSI to CCGilad Ben-Yossef2017-12-131-2/+2
* staging: ccree: remove SSI_CC_HAS_ macrosGilad Ben-Yossef2017-12-131-8/+0Star
* staging: ccree: drop unsupported MULTI2 mode codeGilad Ben-Yossef2017-12-131-149/+18Star
* staging: ccree: fix cipher func def coding styleGilad Ben-Yossef2017-12-131-23/+15Star
* staging: ccree: fix cipher naming conventionGilad Ben-Yossef2017-12-131-111/+110Star
* staging: ccree: remove cipher sync blkcipher remainsGilad Ben-Yossef2017-12-131-105/+51Star
* staging: ccree: NULLify backup_info when unusedGilad Ben-Yossef2017-12-061-0/+1
* staging: ccree: remove unproven likely/unlikelyGilad Ben-Yossef2017-12-061-27/+27
* staging: ccree: remove inline qualifiersGilad Ben-Yossef2017-12-061-3/+3
* staging: ccree: trim long lines for readabilityGilad Ben-Yossef2017-11-271-19/+47
* staging: ccree: fix code indentGilad Ben-Yossef2017-11-271-1/+1
* staging: ccree: remove unnecessary parenthesesGilad Ben-Yossef2017-11-271-17/+17
* staging: ccree: remove unused cc_base parameterGilad Ben-Yossef2017-11-271-7/+5Star
* staging: ccree: remove compare to none zeroGilad Ben-Yossef2017-11-271-7/+7
* staging: ccree: make long func call sites readableGilad Ben-Yossef2017-11-271-6/+7
* staging: ccree: remove dead codeGilad Ben-Yossef2017-11-061-4/+0Star
* staging: ccree: copy IV to DMAable memoryGilad Ben-Yossef2017-11-061-2/+18
* staging: ccree: simplify OOM handlingGilad Ben-Yossef2017-10-031-7/+4Star
* staging: ccree: move to generic device log infraGilad Ben-Yossef2017-10-031-68/+70
* staging: ccree: simplify access to struct deviceGilad Ben-Yossef2017-10-031-9/+4Star
* staging: ccree: remove BUG macro usageGilad Ben-Yossef2017-09-171-1/+0Star
* staging: ccree: simplify resource release on errorGilad Ben-Yossef2017-09-171-2/+1Star
* Staging: ccree: Remove unused variable.Srishti Sharma2017-09-171-3/+0Star
* staging: ccree: save ciphertext for CTS IVGilad Ben-Yossef2017-08-241-4/+36
* staging: ccree: Use sizeof(variable) in memory allocsSimon Sandström2017-08-171-3/+2Star
* staging: ccree: remove func name from log messagesGilad Ben-Yossef2017-07-281-7/+7
* staging: ccree: Fix alignment issues in ssi_cipher.cSimon Sandström2017-07-281-1/+2
* staging: ccree: remove whitespace before a quoted newlineGilad Ben-Yossef2017-07-161-3/+3
* staging: ccree: use proper printk format for dma_addr_tGilad Ben-Yossef2017-07-161-10/+10
* staging: ccree: Fix alignment issues in ssi_cipher.cSimon Sandström2017-07-161-41/+34Star
* staging: ccree: move FIPS support to kernel infrastructureGilad Ben-Yossef2017-07-161-26/+4Star
* staging: ccree: fix placement of curly bracesTyler Olivieri2017-07-161-2/+4
* staging: ccree: remove/add (un)needed blank linesGilad Ben-Yossef2017-06-291-14/+3Star
* staging: ccree: remove custom type tdes_keys_tGilad Ben-Yossef2017-06-291-3/+3
* staging: ccree: fix pointer locationGilad Ben-Yossef2017-06-291-4/+4
* staging: ccree: remove comparisons to NULLGilad Ben-Yossef2017-06-291-6/+6
* staging: ccree: fix unmatched if/else bracesGilad Ben-Yossef2017-06-291-4/+3Star
* staging: ccree: no need for braces for single statementsGilad Ben-Yossef2017-06-291-27/+14Star
* staging: ccree: remove redundant blank linesGilad Ben-Yossef2017-06-291-5/+0Star
* staging: ccree: drop comparsion to true/falseGilad Ben-Yossef2017-06-291-1/+1
* staging: ccree: fix missing or redundant spacesGilad Ben-Yossef2017-06-291-22/+22
* staging: ccree: - style fix, spaces and tabsDerek Robson2017-06-231-22/+23
* staging: ccree: remove last remnants of sblkcipherGilad Ben-Yossef2017-06-041-96/+6Star
* staging: ccree: remove cycle count debug supportGilad Ben-Yossef2017-06-041-20/+0Star
* staging: ccree: remove 48 bit dma addr simGilad Ben-Yossef2017-06-041-4/+0Star
* staging: ccree: refactor HW command FIFO accessGilad Ben-Yossef2017-06-041-117/+107Star
* staging: ccree: remove unused function argumentArnd Bergmann2017-05-151-4/+5
* staging: ccree: fix enum/struct definitions styleGilad Ben-Yossef2017-05-151-7/+7
* staging: ccree: stdint to kernel types conversionGilad Ben-Yossef2017-05-151-5/+5