summaryrefslogtreecommitdiffstats
path: root/drivers/staging/skein
Commit message (Expand)AuthorAgeFilesLines
* Staging: skein: Remove NULL comparisonAybuke Ozdemir2015-10-131-3/+3
* Staging: skein: Remove space after castAybuke Ozdemir2015-10-131-1/+1
* Staging: skein: Remove multiple blank linesAybuke Ozdemir2015-10-131-1/+0Star
* staging: skein: remove extra indentationDeepa Dinamani2015-10-131-189/+189
* staging: skein: fix block comment styleDeepa Dinamani2015-10-132-30/+35
* staging: skein: Adds * on subsequent lines in block commentAmber N. Adams2015-09-211-24/+24
* Drivers: staging: skein: skein_api: Fixed spelling errorsColin Cronin2015-05-311-3/+3
* Staging: skein: Remove do-while(0) from single statement macrosVatika Harlalka2015-03-151-6/+2Star
* staging: skein: Fixing single statement macro checkpatch warningMathieu Poirier2015-01-181-13/+4Star
* staging: skein: Fixing trailing whitespace errorMathieu Poirier2015-01-181-1/+0Star
* staging: skein: fix sparse warnings related to shift operatorDomagoj Trsan2014-11-221-1/+1
* staging: skein: fixed sparse warnings related to static declarationsNiklas Svensson2014-11-221-3/+3
* staging: skein: Removes skein_debug includeEric Rost2014-10-303-85/+1Star
* staging: skein: skein_api.c: removed space before ','Mikael Svantesson2014-10-301-1/+1
* staging: skein: Removes unneeded #defineEric Rost2014-10-291-2/+0Star
* staging: skein: Inlines rotl_64Eric Rost2014-10-291-9/+10
* staging: skein: Adds Loadable Module SupportEric Rost2014-10-293-8/+26
* staging: skein: Adds CryptoAPI SupportEric Rost2014-10-293-1/+206
* staging: skein: Renames skein to skein_baseEric Rost2014-10-298-7/+8
* staging: skein: Collapses threefish moduleEric Rost2014-10-292-25/+8Star
* staging: skein: File ReorgEric Rost2014-10-201-326/+348
* staging: skein: Whitespace cleanupEric Rost2014-10-201-270/+315
* staging: skein: replace spaces with tabsBlaj Roxana2014-09-201-1/+1
* staging: skein: fix sparse warning for static arraysJames A Shackleford2014-06-201-13/+13
* staging: skein: fix sparse warning for static declarationsJames A Shackleford2014-06-021-0/+1
* staging/skein: variable/member name cleanupJake Edge2014-05-215-185/+186
* staging/skein: comment typosJake Edge2014-05-211-9/+9
* staging/skein: move all threefish block functions to one fileJake Edge2014-05-214-3368/+3358Star
* staging/skein: rename files and clean up directory structureJake Edge2014-05-2015-201/+21Star
* staging: crypto: skein: rename macrosAnton Saraev2014-05-198-352/+353
* staging: crypto: skein: rename enumsAnton Saraev2014-05-197-40/+40
* staging: crypto: skein: rename skein1024_ctx to skein_1024_ctxAnton Saraev2014-05-196-17/+17
* staging: crypto: skein: rename camelcase varsAnton Saraev2014-05-1913-548/+558
* staging: crypto: skein: rename camelcase functionsAnton Saraev2014-05-1913-228/+239
* staging: crypto: skein: depend upon CRYPTOJason Cooper2014-05-191-2/+2
* staging: crypto: skein: add TODO fileJason Cooper2014-04-191-0/+11
* staging: crypto: skein: remove unnecessary line continuationJason Cooper2014-04-191-1/+1
* staging: crypto: skein: remove braces from single-statement blockJason Cooper2014-04-191-2/+2
* staging: crypto: skein: remove externs from .c filesJason Cooper2014-04-192-9/+23
* staging: crypto: skein: wrap multi-line macros in do-while loopsJason Cooper2014-04-191-15/+51
* staging: crypto: skein: fix brace placement errorsJason Cooper2014-04-193-132/+74Star
* staging: crypto: skein: fix do/while brace formattingJason Cooper2014-04-191-6/+3Star
* staging: crypto: skein: cleanup >80 character linesJason Cooper2014-04-1910-2651/+8862
* staging: crypto: skein: remove trailing whitespaceJason Cooper2014-04-195-63/+63
* staging: crypto: skein: fix leading whitespaceJason Cooper2014-04-1912-4205/+4200Star
* staging: crypto: skein: dos2unix, remove executable permsJason Cooper2014-04-192-0/+0
* staging: crypto: skein: cleanup whitespace around operators/punc.Jason Cooper2014-04-196-651/+648Star
* staging: crypto: skein: fixup pointer whitespaceJason Cooper2014-04-198-50/+50
* staging: crypto: skein: use u8, u64 vice uint*_tJason Cooper2014-04-197-63/+63
* staging: crypto: skein: remove all typedef {struct, enum}Jason Cooper2014-04-1911-110/+110