aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/ccree/ssi_aead.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-03staging: ccree: move to generic device log infraGravatar Gilad Ben-Yossef 1-91/+135
2017-10-03staging: ccree: simplify access to struct deviceGravatar Gilad Ben-Yossef 1-6/+5
2017-09-18staging: ccree: remove unused and redundant variable idxGravatar Colin Ian King 1-3/+0
2017-09-17Staging: ccree: Merge assignment with returnGravatar Srishti Sharma 1-12/+3
2017-09-17staging: ccree: simplify resource release on errorGravatar Gilad Ben-Yossef 1-2/+1
2017-08-16staging: ccree: Use sizeof(variable) in memory allocsGravatar Simon Sandström 1-2/+2
2017-07-27staging: ccree: remove func name from log messagesGravatar Gilad Ben-Yossef 1-2/+2
2017-07-27staging: ccree: Fix alignment issues in ssi_aead.cGravatar Simon Sandström 1-22/+25
2017-07-16staging: ccree: avoid unnecessary line continuationGravatar Gilad Ben-Yossef 1-2/+3
2017-07-16staging: ccree: avoid constant comparisonGravatar Gilad Ben-Yossef 1-1/+1
2017-07-16staging: ccree: CamelCase to snake_case in aead structGravatar Gilad Ben-Yossef 1-13/+13
2017-07-16staging: ccree: CamelCase to snake_case in func varsGravatar Gilad Ben-Yossef 1-13/+13
2017-07-16staging: ccree: use proper printk format for dma_addr_tGravatar Gilad Ben-Yossef 1-8/+8
2017-07-16staging: ccree: clean up struct ssi_aead_ctxGravatar Gilad Ben-Yossef 1-44/+64
2017-07-16staging: ccree remove unnecessary parenthesesGravatar Gilad Ben-Yossef 1-2/+2
2017-07-16staging: ccree: move FIPS support to kernel infrastructureGravatar Gilad Ben-Yossef 1-6/+0
2017-07-16staging: ccree: Use __func__ instead of function nameGravatar Karthik Tummala 1-3/+3
2017-06-29staging: ccree: remove/add (un)needed blank linesGravatar Gilad Ben-Yossef 1-15/+5
2017-06-29staging: ccree: remove comparisons to NULLGravatar Gilad Ben-Yossef 1-17/+17
2017-06-29staging: ccree: no need for braces for single statementsGravatar Gilad Ben-Yossef 1-24/+14
2017-06-29staging: ccree: remove redundant blank linesGravatar Gilad Ben-Yossef 1-2/+0
2017-06-29staging: ccree: drop comparsion to true/falseGravatar Gilad Ben-Yossef 1-9/+9
2017-06-29staging: ccree: fix missing or redundant spacesGravatar Gilad Ben-Yossef 1-19/+19
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-04staging: ccree: remove cycle count debug supportGravatar Gilad Ben-Yossef 1-33/+0
2017-06-04staging: ccree: remove 48 bit dma addr simGravatar Gilad Ben-Yossef 1-19/+0
2017-06-04staging: ccree: refactor HW command FIFO accessGravatar Gilad Ben-Yossef 1-461/+440
2017-06-03Drivers: ccree: ssi_aead.c - align block commentsGravatar Derek Robson 1-16/+29
2017-05-16drivers/staging/ccree: Replacing spaces by tabGravatar Pushkar Jambhlekar 1-16/+16
2017-05-15staging: ccree: Fix blank lines codestyle issueGravatar Alexander Mazyrin 1-3/+0
2017-05-15staging: ccree: fix enum/struct definitions styleGravatar Gilad Ben-Yossef 1-27/+27
2017-05-15staging: ccree: stdint to kernel types conversionGravatar Gilad Ben-Yossef 1-13/+13
2017-05-15staging: ccree: Strip trailing whitespaceGravatar Timothée Isnard 1-128/+128
2017-04-28staging: ccree: add FIPS supportGravatar Gilad Ben-Yossef 1-0/+6
2017-04-28staging: ccree: add AEAD supportGravatar Gilad Ben-Yossef 1-0/+2826