aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/ssi_cipher.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-06staging: ccree: remove dead codeGilad Ben-Yossef1-4/+0
2017-11-06staging: ccree: copy IV to DMAable memoryGilad Ben-Yossef1-2/+18
2017-10-03staging: ccree: simplify OOM handlingGilad Ben-Yossef1-7/+4
2017-10-03staging: ccree: move to generic device log infraGilad Ben-Yossef1-68/+70
2017-10-03staging: ccree: simplify access to struct deviceGilad Ben-Yossef1-9/+4
2017-09-17staging: ccree: remove BUG macro usageGilad Ben-Yossef1-1/+0
2017-09-17staging: ccree: simplify resource release on errorGilad Ben-Yossef1-2/+1
2017-09-17Staging: ccree: Remove unused variable.Srishti Sharma1-3/+0
2017-08-23staging: ccree: save ciphertext for CTS IVGilad Ben-Yossef1-4/+36
2017-08-16staging: ccree: Use sizeof(variable) in memory allocsSimon Sandström1-3/+2
2017-07-27staging: ccree: remove func name from log messagesGilad Ben-Yossef1-7/+7
2017-07-27staging: ccree: Fix alignment issues in ssi_cipher.cSimon Sandström1-1/+2
2017-07-16staging: ccree: remove whitespace before a quoted newlineGilad Ben-Yossef1-3/+3
2017-07-16staging: ccree: use proper printk format for dma_addr_tGilad Ben-Yossef1-10/+10
2017-07-16staging: ccree: Fix alignment issues in ssi_cipher.cSimon Sandström1-41/+34
2017-07-16staging: ccree: move FIPS support to kernel infrastructureGilad Ben-Yossef1-26/+4
2017-07-16staging: ccree: fix placement of curly bracesTyler Olivieri1-2/+4
2017-06-29staging: ccree: remove/add (un)needed blank linesGilad Ben-Yossef1-14/+3
2017-06-29staging: ccree: remove custom type tdes_keys_tGilad Ben-Yossef1-3/+3
2017-06-29staging: ccree: fix pointer locationGilad Ben-Yossef1-4/+4
2017-06-29staging: ccree: remove comparisons to NULLGilad Ben-Yossef1-6/+6
2017-06-29staging: ccree: fix unmatched if/else bracesGilad Ben-Yossef1-4/+3
2017-06-29staging: ccree: no need for braces for single statementsGilad Ben-Yossef1-27/+14
2017-06-29staging: ccree: remove redundant blank linesGilad Ben-Yossef1-5/+0
2017-06-29staging: ccree: drop comparsion to true/falseGilad Ben-Yossef1-1/+1
2017-06-29staging: ccree: fix missing or redundant spacesGilad Ben-Yossef1-22/+22
2017-06-24staging: ccree: - style fix, spaces and tabsDerek Robson1-22/+23
2017-06-04staging: ccree: remove last remnants of sblkcipherGilad Ben-Yossef1-96/+6
2017-06-04staging: ccree: remove cycle count debug supportGilad Ben-Yossef1-20/+0
2017-06-04staging: ccree: remove 48 bit dma addr simGilad Ben-Yossef1-4/+0
2017-06-04staging: ccree: refactor HW command FIFO accessGilad Ben-Yossef1-117/+107
2017-05-15staging: ccree: remove unused function argumentArnd Bergmann1-4/+5
2017-05-15staging: ccree: fix enum/struct definitions styleGilad Ben-Yossef1-7/+7
2017-05-15staging: ccree: stdint to kernel types conversionGilad Ben-Yossef1-5/+5
2017-05-15staging: ccree: Strip trailing whitespaceTimothée Isnard1-55/+55
2017-04-28staging: ccree: add FIPS supportGilad Ben-Yossef1-0/+52
2017-04-28staging: ccree: add IV generation supportGilad Ben-Yossef1-0/+11
2017-04-28staging: ccree: add skcipher supportGilad Ben-Yossef1-0/+1440