summaryrefslogtreecommitdiff
path: root/drivers/staging/ccree/ssi_cipher.c
AgeCommit message (Expand)Author
2018-01-09staging: ccree: use a consistent file naming conventionGilad Ben-Yossef
2018-01-08staging: ccree: add backlog processingGilad Ben-Yossef
2018-01-08staging: ccree: break send_request and fix ret valGilad Ben-Yossef
2018-01-08staging: ccree: pick alloc mem flags based on req flagsGilad Ben-Yossef
2018-01-08staging: ccree: remove GFP_DMA flag from mem allocsGilad Ben-Yossef
2018-01-08staging: ccree: SPDXify driverGilad Ben-Yossef
2017-12-19Staging: ccree: Add blank line after declarationsKamal Heib
2017-12-19staging: ccree: remove ssi_config.hGilad Ben-Yossef
2017-12-19staging: ccree: staging: ccree: replace sysfs by debugfs interfaceGilad Ben-Yossef
2017-12-13staging: ccree: rename vars/structs/enums from ssi_ to cc_Gilad Ben-Yossef
2017-12-13staging: ccree: rename all SSI to CCGilad Ben-Yossef
2017-12-13staging: ccree: remove SSI_CC_HAS_ macrosGilad Ben-Yossef
2017-12-13staging: ccree: drop unsupported MULTI2 mode codeGilad Ben-Yossef
2017-12-13staging: ccree: fix cipher func def coding styleGilad Ben-Yossef
2017-12-13staging: ccree: fix cipher naming conventionGilad Ben-Yossef
2017-12-13staging: ccree: remove cipher sync blkcipher remainsGilad Ben-Yossef
2017-12-06staging: ccree: NULLify backup_info when unusedGilad Ben-Yossef
2017-12-06staging: ccree: remove unproven likely/unlikelyGilad Ben-Yossef
2017-12-06staging: ccree: remove inline qualifiersGilad Ben-Yossef
2017-11-27staging: ccree: trim long lines for readabilityGilad Ben-Yossef
2017-11-27staging: ccree: fix code indentGilad Ben-Yossef
2017-11-27staging: ccree: remove unnecessary parenthesesGilad Ben-Yossef
2017-11-27staging: ccree: remove unused cc_base parameterGilad Ben-Yossef
2017-11-27staging: ccree: remove compare to none zeroGilad Ben-Yossef
2017-11-27staging: ccree: make long func call sites readableGilad Ben-Yossef
2017-11-06staging: ccree: remove dead codeGilad Ben-Yossef
2017-11-06staging: ccree: copy IV to DMAable memoryGilad Ben-Yossef
2017-10-03staging: ccree: simplify OOM handlingGilad Ben-Yossef
2017-10-03staging: ccree: move to generic device log infraGilad Ben-Yossef
2017-10-03staging: ccree: simplify access to struct deviceGilad Ben-Yossef
2017-09-17staging: ccree: remove BUG macro usageGilad Ben-Yossef
2017-09-17staging: ccree: simplify resource release on errorGilad Ben-Yossef
2017-09-17Staging: ccree: Remove unused variable.Srishti Sharma
2017-08-23staging: ccree: save ciphertext for CTS IVGilad Ben-Yossef
2017-08-16staging: ccree: Use sizeof(variable) in memory allocsSimon Sandström
2017-07-27staging: ccree: remove func name from log messagesGilad Ben-Yossef
2017-07-27staging: ccree: Fix alignment issues in ssi_cipher.cSimon Sandström
2017-07-16staging: ccree: remove whitespace before a quoted newlineGilad Ben-Yossef
2017-07-16staging: ccree: use proper printk format for dma_addr_tGilad Ben-Yossef
2017-07-16staging: ccree: Fix alignment issues in ssi_cipher.cSimon Sandström
2017-07-16staging: ccree: move FIPS support to kernel infrastructureGilad Ben-Yossef
2017-07-16staging: ccree: fix placement of curly bracesTyler Olivieri
2017-06-29staging: ccree: remove/add (un)needed blank linesGilad Ben-Yossef
2017-06-29staging: ccree: remove custom type tdes_keys_tGilad Ben-Yossef
2017-06-29staging: ccree: fix pointer locationGilad Ben-Yossef
2017-06-29staging: ccree: remove comparisons to NULLGilad Ben-Yossef
2017-06-29staging: ccree: fix unmatched if/else bracesGilad Ben-Yossef
2017-06-29staging: ccree: no need for braces for single statementsGilad Ben-Yossef
2017-06-29staging: ccree: remove redundant blank linesGilad Ben-Yossef
2017-06-29staging: ccree: drop comparsion to true/falseGilad Ben-Yossef