summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/ssi_aead.c
AgeCommit message (Expand)AuthorLines
2018-01-09staging: ccree: use a consistent file naming conventionGilad Ben-Yossef-2709/+0
2018-01-08staging: ccree: add backlog processingGilad Ben-Yossef-12/+14
2018-01-08staging: ccree: break send_request and fix ret valGilad Ben-Yossef-3/+3
2018-01-08staging: ccree: SPDXify driverGilad Ben-Yossef-15/+2
2017-12-19staging: ccree: remove ssi_config.hGilad Ben-Yossef-1/+0
2017-12-19staging: ccree: remove useless debug codeGilad Ben-Yossef-45/+0
2017-12-19staging: ccree: staging: ccree: replace sysfs by debugfs interfaceGilad Ben-Yossef-1/+0
2017-12-13staging: ccree: rename vars/structs/enums from ssi_ to cc_Gilad Ben-Yossef-41/+41
2017-12-13staging: ccree: rename all SSI to CCGilad Ben-Yossef-13/+13
2017-12-13staging: ccree: remove SSI_CC_HAS_ macrosGilad Ben-Yossef-33/+0
2017-12-13staging: ccree: fix func def and decl coding styleGilad Ben-Yossef-3/+2
2017-12-13staging: ccree: shorten parameter nameGilad Ben-Yossef-8/+8
2017-12-13staging: ccree: func params should follow func nameGilad Ben-Yossef-4/+6
2017-12-13staging: ccree: fix hash naming conventionGilad Ben-Yossef-7/+3
2017-12-08staging: ccree: cleanup a small white space issueDan Carpenter-2/+2
2017-12-06staging: ccree: amend aead func def for readabilityGilad Ben-Yossef-90/+51
2017-12-06staging: ccree: fix AEAD func naming conventionGilad Ben-Yossef-276/+268
2017-12-06staging: ccree: fix indentation of var assignmentGilad Ben-Yossef-2/+2
2017-12-06staging: ccree: remove unproven likely/unlikelyGilad Ben-Yossef-29/+28
2017-12-06staging: ccree: remove inline qualifiersGilad Ben-Yossef-20/+20
2017-11-27staging: ccree: fix incorrect indentation of break statementColin Ian King-1/+1
2017-11-27staging: ccree: rename func for readabilityGilad Ben-Yossef-4/+3
2017-11-27staging: ccree: trim long lines for readabilityGilad Ben-Yossef-48/+104
2017-11-27staging: ccree: remove unnecessary parenthesesGilad Ben-Yossef-18/+18
2017-11-27staging: ccree: remove unused cc_base parameterGilad Ben-Yossef-1/+1
2017-11-27staging: ccree: remove compare to none zeroGilad Ben-Yossef-14/+14
2017-11-27staging: ccree: simplify AEAD using local varGilad Ben-Yossef-6/+4
2017-11-27staging: ccree: make long func call sites readableGilad Ben-Yossef-14/+18
2017-10-03staging: ccree: move to generic device log infraGilad Ben-Yossef-91/+135
2017-10-03staging: ccree: simplify access to struct deviceGilad Ben-Yossef-6/+5
2017-09-18staging: ccree: remove unused and redundant variable idxColin Ian King-3/+0
2017-09-17Staging: ccree: Merge assignment with returnSrishti Sharma-12/+3
2017-09-17staging: ccree: simplify resource release on errorGilad Ben-Yossef-2/+1
2017-08-16staging: ccree: Use sizeof(variable) in memory allocsSimon Sandström-2/+2
2017-07-27staging: ccree: remove func name from log messagesGilad Ben-Yossef-2/+2
2017-07-27staging: ccree: Fix alignment issues in ssi_aead.cSimon Sandström-22/+25
2017-07-16staging: ccree: avoid unnecessary line continuationGilad Ben-Yossef-2/+3
2017-07-16staging: ccree: avoid constant comparisonGilad Ben-Yossef-1/+1
2017-07-16staging: ccree: CamelCase to snake_case in aead structGilad Ben-Yossef-13/+13
2017-07-16staging: ccree: CamelCase to snake_case in func varsGilad Ben-Yossef-13/+13
2017-07-16staging: ccree: use proper printk format for dma_addr_tGilad Ben-Yossef-8/+8
2017-07-16staging: ccree: clean up struct ssi_aead_ctxGilad Ben-Yossef-44/+64
2017-07-16staging: ccree remove unnecessary parenthesesGilad Ben-Yossef-2/+2
2017-07-16staging: ccree: move FIPS support to kernel infrastructureGilad Ben-Yossef-6/+0
2017-07-16staging: ccree: Use __func__ instead of function nameKarthik Tummala-3/+3
2017-06-29staging: ccree: remove/add (un)needed blank linesGilad Ben-Yossef-15/+5
2017-06-29staging: ccree: remove comparisons to NULLGilad Ben-Yossef-17/+17
2017-06-29staging: ccree: no need for braces for single statementsGilad Ben-Yossef-24/+14
2017-06-29staging: ccree: remove redundant blank linesGilad Ben-Yossef-2/+0
2017-06-29staging: ccree: drop comparsion to true/falseGilad Ben-Yossef-9/+9