summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree
AgeCommit message (Expand)AuthorLines
2017-09-17staging: ccree: Convert to devm_ioremap_resource for map, unmapSuniel Mahesh-46/+15
2017-09-17staging: ccree: Replace kzalloc with devm_kzallocSuniel Mahesh-7/+4
2017-09-17Staging: ccree: Remove unused variable.Srishti Sharma-3/+0
2017-08-23staging: ccree: save ciphertext for CTS IVGilad Ben-Yossef-4/+36
2017-08-16staging: ccree: constify dev_pm_ops structures.Arvind Yadav-1/+1
2017-08-16staging: ccree: Use sizeof(variable) in memory allocsSimon Sandström-13/+14
2017-07-27staging: ccree: Fix unnecessary NULL check before kfree'ing itSuniel Mahesh-17/+8
2017-07-27staging: ccree: remove func name from log messagesGilad Ben-Yossef-13/+13
2017-07-27staging: ccree: Fix alignment issues in ssi_request_mgr.cSimon Sandström-1/+3
2017-07-27staging: ccree: Fix alignment issues in ssi_ivgen.cSimon Sandström-1/+2
2017-07-27staging: ccree: Fix alignment issues in ssi_cipher.cSimon Sandström-1/+2
2017-07-27staging: ccree: Fix alignment issues in ssi_buffer_mgr.cSimon Sandström-16/+24
2017-07-27staging: ccree: Fix alignment issues in ssi_hash.cSimon Sandström-49/+56
2017-07-27staging: ccree: Fix alignment issues in ssi_aead.cSimon Sandström-22/+25
2017-07-18drivers: staging: ccree: use __func__ to get function name in error messages.Dhananjay Balan-1/+1
2017-07-16staging: ccree: move comment to fit coding styleBincy K Philip-1/+2
2017-07-16staging: ccree: remove whitespace before a quoted newlineGilad Ben-Yossef-9/+9
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-58/+58
2017-07-16staging: ccree: CamelCase to snake_case in func varsGilad Ben-Yossef-34/+36
2017-07-16staging: ccree: use proper printk format for dma_addr_tGilad Ben-Yossef-82/+81
2017-07-16staging: ccree: clean up struct ssi_aead_ctxGilad Ben-Yossef-44/+64
2017-07-16staging: ccree remove unnecessary parenthesesGilad Ben-Yossef-13/+13
2017-07-16staging: ccree: Fix alignment issues in ssi_sysfs.cSimon Sandström-28/+31
2017-07-16staging: ccree: Fix alignment issues in ssi_sram_mgr.cSimon Sandström-3/+3
2017-07-16staging: ccree: Fix alignment issues in ssi_request_mgr.cSimon Sandström-22/+20
2017-07-16staging: ccree: Fix alignment issues in ssi_ivgen.cSimon Sandström-1/+2
2017-07-16staging: ccree: Fix alignment issues in ssi_driver.cSimon Sandström-20/+20
2017-07-16staging: ccree: Fix alignment issues in ssi_cipher.cSimon Sandström-41/+34
2017-07-16staging: ccree: Fix alignment issues in ssi_buffer_mgr.cSimon Sandström-131/+164
2017-07-16staging: ccree: move FIPS support to kernel infrastructureGilad Ben-Yossef-2570/+130
2017-07-16staging: ccree: fix switch case indentationTyler Olivieri-12/+12
2017-07-16staging: ccree: export symbol immediately following functionTyler Olivieri-2/+0
2017-07-16staging: ccree: remove assignement in conditionalTyler Olivieri-2/+4
2017-07-16staging: ccree: fix placement of curly bracesTyler Olivieri-74/+40
2017-07-16staging: ccree: remove redudant semicolonsTyler Olivieri-1/+1
2017-07-16staging: ccree: use sizeof(*var) in kmallocGustavo A. R. Silva-1/+1
2017-07-16staging: ccree: remove unnecessary cast on kmallocGustavo A. R. Silva-2/+1
2017-07-16staging: ccree: Use __func__ instead of function nameKarthik Tummala-3/+3
2017-06-29staging: ccree: fix block comment styleGilad Ben-Yossef-4/+4
2017-06-29staging: ccree: remove/add (un)needed blank linesGilad Ben-Yossef-133/+33
2017-06-29staging: ccree: remove unused type CCFipsSyncStatus_tGilad Ben-Yossef-10/+0
2017-06-29staging: ccree: remove custom type ssi_fips_state_tGilad Ben-Yossef-12/+12
2017-06-29staging: ccree: remove custom type ssi_fips_error_tGilad Ben-Yossef-38/+38
2017-06-29staging: ccree: remove custom type tdes_keys_tGilad Ben-Yossef-3/+3
2017-06-29staging: ccree: fix pointer locationGilad Ben-Yossef-36/+36
2017-06-29staging: ccree: remove comparisons to NULLGilad Ben-Yossef-78/+78
2017-06-29staging: ccree: fix unmatched if/else bracesGilad Ben-Yossef-5/+5
2017-06-29staging: ccree: no need for braces for single statementsGilad Ben-Yossef-162/+110