aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/ccree/ssi_cipher.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-03staging: ccree: simplify OOM handlingGravatar Gilad Ben-Yossef 1-7/+4
2017-10-03staging: ccree: move to generic device log infraGravatar Gilad Ben-Yossef 1-68/+70
2017-10-03staging: ccree: simplify access to struct deviceGravatar Gilad Ben-Yossef 1-9/+4
2017-09-17staging: ccree: remove BUG macro usageGravatar Gilad Ben-Yossef 1-1/+0
2017-09-17staging: ccree: simplify resource release on errorGravatar Gilad Ben-Yossef 1-2/+1
2017-09-17Staging: ccree: Remove unused variable.Gravatar Srishti Sharma 1-3/+0
2017-08-23staging: ccree: save ciphertext for CTS IVGravatar Gilad Ben-Yossef 1-4/+36
2017-08-16staging: ccree: Use sizeof(variable) in memory allocsGravatar Simon Sandström 1-3/+2
2017-07-27staging: ccree: remove func name from log messagesGravatar Gilad Ben-Yossef 1-7/+7
2017-07-27staging: ccree: Fix alignment issues in ssi_cipher.cGravatar Simon Sandström 1-1/+2
2017-07-16staging: ccree: remove whitespace before a quoted newlineGravatar Gilad Ben-Yossef 1-3/+3
2017-07-16staging: ccree: use proper printk format for dma_addr_tGravatar Gilad Ben-Yossef 1-10/+10
2017-07-16staging: ccree: Fix alignment issues in ssi_cipher.cGravatar Simon Sandström 1-41/+34
2017-07-16staging: ccree: move FIPS support to kernel infrastructureGravatar Gilad Ben-Yossef 1-26/+4
2017-07-16staging: ccree: fix placement of curly bracesGravatar Tyler Olivieri 1-2/+4
2017-06-29staging: ccree: remove/add (un)needed blank linesGravatar Gilad Ben-Yossef 1-14/+3
2017-06-29staging: ccree: remove custom type tdes_keys_tGravatar Gilad Ben-Yossef 1-3/+3
2017-06-29staging: ccree: fix pointer locationGravatar Gilad Ben-Yossef 1-4/+4
2017-06-29staging: ccree: remove comparisons to NULLGravatar Gilad Ben-Yossef 1-6/+6
2017-06-29staging: ccree: fix unmatched if/else bracesGravatar Gilad Ben-Yossef 1-4/+3
2017-06-29staging: ccree: no need for braces for single statementsGravatar Gilad Ben-Yossef 1-27/+14
2017-06-29staging: ccree: remove redundant blank linesGravatar Gilad Ben-Yossef 1-5/+0
2017-06-29staging: ccree: drop comparsion to true/falseGravatar Gilad Ben-Yossef 1-1/+1
2017-06-29staging: ccree: fix missing or redundant spacesGravatar Gilad Ben-Yossef 1-22/+22
2017-06-24staging: ccree: - style fix, spaces and tabsGravatar Derek Robson 1-22/+23
2017-06-04staging: ccree: remove last remnants of sblkcipherGravatar Gilad Ben-Yossef 1-96/+6
2017-06-04staging: ccree: remove cycle count debug supportGravatar Gilad Ben-Yossef 1-20/+0
2017-06-04staging: ccree: remove 48 bit dma addr simGravatar Gilad Ben-Yossef 1-4/+0
2017-06-04staging: ccree: refactor HW command FIFO accessGravatar Gilad Ben-Yossef 1-117/+107
2017-05-15staging: ccree: remove unused function argumentGravatar Arnd Bergmann 1-4/+5
2017-05-15staging: ccree: fix enum/struct definitions styleGravatar Gilad Ben-Yossef 1-7/+7
2017-05-15staging: ccree: stdint to kernel types conversionGravatar Gilad Ben-Yossef 1-5/+5
2017-05-15staging: ccree: Strip trailing whitespaceGravatar Timothée Isnard 1-55/+55
2017-04-28staging: ccree: add FIPS supportGravatar Gilad Ben-Yossef 1-0/+52
2017-04-28staging: ccree: add IV generation supportGravatar Gilad Ben-Yossef 1-0/+11
2017-04-28staging: ccree: add skcipher supportGravatar Gilad Ben-Yossef 1-0/+1440