aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/ccree
AgeCommit message (Expand)AuthorFilesLines
2017-07-16staging: ccree: Fix alignment issues in ssi_cipher.cGravatar Simon Sandström 1-41/+34
2017-07-16staging: ccree: Fix alignment issues in ssi_buffer_mgr.cGravatar Simon Sandström 1-131/+164
2017-07-16staging: ccree: move FIPS support to kernel infrastructureGravatar Gilad Ben-Yossef 15-2570/+130
2017-07-16staging: ccree: fix switch case indentationGravatar Tyler Olivieri 1-12/+12
2017-07-16staging: ccree: export symbol immediately following functionGravatar Tyler Olivieri 1-2/+0
2017-07-16staging: ccree: remove assignement in conditionalGravatar Tyler Olivieri 1-2/+4
2017-07-16staging: ccree: fix placement of curly bracesGravatar Tyler Olivieri 6-74/+40
2017-07-16staging: ccree: remove redudant semicolonsGravatar Tyler Olivieri 1-1/+1
2017-07-16staging: ccree: use sizeof(*var) in kmallocGravatar Gustavo A. R. Silva 1-1/+1
2017-07-16staging: ccree: remove unnecessary cast on kmallocGravatar Gustavo A. R. Silva 1-2/+1
2017-07-16staging: ccree: Use __func__ instead of function nameGravatar Karthik Tummala 1-3/+3
2017-06-29staging: ccree: fix block comment styleGravatar Gilad Ben-Yossef 1-4/+4
2017-06-29staging: ccree: remove/add (un)needed blank linesGravatar Gilad Ben-Yossef 24-133/+33
2017-06-29staging: ccree: remove unused type CCFipsSyncStatus_tGravatar Gilad Ben-Yossef 1-10/+0
2017-06-29staging: ccree: remove custom type ssi_fips_state_tGravatar Gilad Ben-Yossef 4-12/+12
2017-06-29staging: ccree: remove custom type ssi_fips_error_tGravatar Gilad Ben-Yossef 6-38/+38
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 9-36/+36
2017-06-29staging: ccree: remove comparisons to NULLGravatar Gilad Ben-Yossef 12-78/+78
2017-06-29staging: ccree: fix unmatched if/else bracesGravatar Gilad Ben-Yossef 2-5/+5
2017-06-29staging: ccree: no need for braces for single statementsGravatar Gilad Ben-Yossef 11-162/+110
2017-06-29staging: ccree: remove redundant blank linesGravatar Gilad Ben-Yossef 7-20/+0
2017-06-29staging: ccree: fix else placementGravatar Gilad Ben-Yossef 2-4/+2
2017-06-29staging: ccree: drop comparsion to true/falseGravatar Gilad Ben-Yossef 4-22/+22
2017-06-29staging: ccree: fix missing or redundant spacesGravatar Gilad Ben-Yossef 17-253/+253
2017-06-25staging: ccree: use signal safe completion waitGravatar Gilad Ben-Yossef 1-1/+2
2017-06-25staging: ccree: add DT bus coherency detectionGravatar Gilad Ben-Yossef 5-49/+32
2017-06-25staging: ccree: add clock management supportGravatar Gilad Ben-Yossef 6-106/+50
2017-06-25staging: ccree: remove unused functionGravatar Gilad Ben-Yossef 1-12/+0
2017-06-25staging: ccree: register setkey for none hash macsGravatar Gilad Ben-Yossef 1-41/+42
2017-06-25staging: ccree: fix hash import/exportGravatar Gilad Ben-Yossef 2-44/+101
2017-06-24staging: ccree: removed spaces after opening parentheses.Gravatar Jeremy Sowden 1-3/+3
2017-06-24staging: ccree: - style fix, spaces and tabsGravatar Derek Robson 8-74/+75
2017-06-24staging: ccree: move else to follow close brace '}'Gravatar Jhih-Ming Hunag 1-2/+1
2017-06-24staging: ccree: remove improper spaceGravatar Jhih-Ming Hunag 1-16/+16
2017-06-24staging: ccree: move * to close variable name instead of type.Gravatar Jhih-Ming Hunag 1-1/+1
2017-06-24staging: ccree: move '{' to next line for function.Gravatar Jhih-Ming Hunag 1-2/+4
2017-06-24staging: ccree: move brace { to previous line for if.Gravatar Jhih-Ming Hunag 1-4/+2
2017-06-24Staging: ccree: add space around comma, brace and operator.Gravatar Jhih-Ming Hunag 1-18/+18
2017-06-12Merge 4.12-rc5 into staging-nextGravatar Greg Kroah-Hartman 2-2/+3
2017-06-06staging: ccree: fix buffer copyGravatar Gilad Ben-Yossef 1-1/+2
2017-06-04staging: ccree: fix spelling mistake: "chanined" -> "chained"Gravatar Colin Ian King 1-1/+1
2017-06-04staging: ccree: remove descriptor context definitionsGravatar Gilad Ben-Yossef 1-86/+0
2017-06-04staging: ccree: remove last remnants of sblkcipherGravatar Gilad Ben-Yossef 2-97/+6
2017-06-04staging: ccree: remove last remnants of sash algoGravatar Gilad Ben-Yossef 1-321/+127
2017-06-04staging: ccree: fix wrong whitespace usageGravatar Gilad Ben-Yossef 2-282/+282
2017-06-04staging: ccree: remove spurious blank lineGravatar Gilad Ben-Yossef 1-1/+0
2017-06-04staging: ccree: remove dead codeGravatar Gilad Ben-Yossef 1-28/+3
2017-06-04staging: ccree: drop no longer used macroGravatar Gilad Ben-Yossef 1-2/+0
2017-06-04staging: ccree: use snake_case for hash enumsGravatar Gilad Ben-Yossef 2-4/+4