aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/skein (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-15Staging: skein: Remove do-while(0) from single statement macrosVatika Harlalka1-6/+2
2015-01-17staging: skein: Fixing single statement macro checkpatch warningMathieu Poirier1-13/+4
2015-01-17staging: skein: Fixing trailing whitespace errorMathieu Poirier1-1/+0
2014-11-22staging: skein: fix sparse warnings related to shift operatorDomagoj Trsan1-1/+1
2014-11-22staging: skein: fixed sparse warnings related to static declarationsNiklas Svensson1-3/+3
2014-10-30staging: skein: Removes skein_debug includeEric Rost3-85/+1
2014-10-29staging: skein: skein_api.c: removed space before ','Mikael Svantesson1-1/+1
2014-10-29staging: skein: Removes unneeded #defineEric Rost1-2/+0
2014-10-29staging: skein: Inlines rotl_64Eric Rost1-9/+10
2014-10-29staging: skein: Adds Loadable Module SupportEric Rost3-8/+26
2014-10-29staging: skein: Adds CryptoAPI SupportEric Rost3-1/+206
2014-10-29staging: skein: Renames skein to skein_baseEric Rost8-7/+8
2014-10-29staging: skein: Collapses threefish moduleEric Rost2-25/+8
2014-10-20staging: skein: File ReorgEric Rost1-326/+348
2014-10-20staging: skein: Whitespace cleanupEric Rost1-270/+315
2014-09-19staging: skein: replace spaces with tabsBlaj Roxana1-1/+1
2014-06-19staging: skein: fix sparse warning for static arraysJames A Shackleford1-13/+13
2014-06-01staging: skein: fix sparse warning for static declarationsJames A Shackleford1-0/+1
2014-05-21staging/skein: variable/member name cleanupJake Edge5-185/+186
2014-05-21staging/skein: comment typosJake Edge1-9/+9
2014-05-21staging/skein: move all threefish block functions to one fileJake Edge4-3368/+3358
2014-05-19staging/skein: rename files and clean up directory structureJake Edge15-201/+21
2014-05-19staging: crypto: skein: rename macrosAnton Saraev8-352/+353
2014-05-19staging: crypto: skein: rename enumsAnton Saraev7-40/+40
2014-05-19staging: crypto: skein: rename skein1024_ctx to skein_1024_ctxAnton Saraev6-17/+17
2014-05-19staging: crypto: skein: rename camelcase varsAnton Saraev13-548/+558
2014-05-19staging: crypto: skein: rename camelcase functionsAnton Saraev13-228/+239
2014-05-19staging: crypto: skein: depend upon CRYPTOJason Cooper1-2/+2
2014-04-18staging: crypto: skein: add TODO fileJason Cooper1-0/+11
2014-04-18staging: crypto: skein: remove unnecessary line continuationJason Cooper1-1/+1
2014-04-18staging: crypto: skein: remove braces from single-statement blockJason Cooper1-2/+2
2014-04-18staging: crypto: skein: remove externs from .c filesJason Cooper2-9/+23
2014-04-18staging: crypto: skein: wrap multi-line macros in do-while loopsJason Cooper1-15/+51
2014-04-18staging: crypto: skein: fix brace placement errorsJason Cooper3-132/+74
2014-04-18staging: crypto: skein: fix do/while brace formattingJason Cooper1-6/+3
2014-04-18staging: crypto: skein: cleanup >80 character linesJason Cooper10-2651/+8862
2014-04-18staging: crypto: skein: remove trailing whitespaceJason Cooper5-63/+63
2014-04-18staging: crypto: skein: fix leading whitespaceJason Cooper12-4205/+4200
2014-04-18staging: crypto: skein: dos2unix, remove executable permsJason Cooper2-0/+0
2014-04-18staging: crypto: skein: cleanup whitespace around operators/punc.Jason Cooper6-651/+648
2014-04-18staging: crypto: skein: fixup pointer whitespaceJason Cooper8-50/+50
2014-04-18staging: crypto: skein: use u8, u64 vice uint*_tJason Cooper7-63/+63
2014-04-18staging: crypto: skein: remove all typedef {struct, enum}Jason Cooper11-110/+110
2014-04-18staging: crypto: skein: remove unneeded typedefsJason Cooper9-162/+159
2014-04-18staging: crypto: skein: remove __cplusplus and an unneeded stddef.hJason Cooper3-29/+0
2014-04-18staging: crypto: skein: remove skein_port.hJason Cooper3-130/+13
2014-04-18staging: crypto: skein: remove brg_*.h includesJason Cooper3-283/+2
2014-04-18staging: crypto: skein: allow building staticallyJason Cooper16-125/+56
2014-04-18staging: crypto: skein: import code from Skein3Fish.gitJason Cooper16-0/+5699