summaryrefslogtreecommitdiffstats
path: root/drivers/staging/skein
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* staging: skein: Fixing single statement macro checkpatch warningMathieu Poirier2015-01-171-13/+4
* staging: skein: Fixing trailing whitespace errorMathieu Poirier2015-01-171-1/+0
* 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/+1
* staging: skein: skein_api.c: removed space before ','Mikael Svantesson2014-10-291-1/+1
* staging: skein: Removes unneeded #defineEric Rost2014-10-291-2/+0
* 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/+8
* 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-191-1/+1
* staging: skein: fix sparse warning for static arraysJames A Shackleford2014-06-191-13/+13
* staging: skein: fix sparse warning for static declarationsJames A Shackleford2014-06-011-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/+3358
* staging/skein: rename files and clean up directory structureJake Edge2014-05-1915-201/+21
* 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-181-0/+11
* staging: crypto: skein: remove unnecessary line continuationJason Cooper2014-04-181-1/+1
* staging: crypto: skein: remove braces from single-statement blockJason Cooper2014-04-181-2/+2
* staging: crypto: skein: remove externs from .c filesJason Cooper2014-04-182-9/+23
* staging: crypto: skein: wrap multi-line macros in do-while loopsJason Cooper2014-04-181-15/+51
* staging: crypto: skein: fix brace placement errorsJason Cooper2014-04-183-132/+74
* staging: crypto: skein: fix do/while brace formattingJason Cooper2014-04-181-6/+3
* staging: crypto: skein: cleanup >80 character linesJason Cooper2014-04-1810-2651/+8862
* staging: crypto: skein: remove trailing whitespaceJason Cooper2014-04-185-63/+63
* staging: crypto: skein: fix leading whitespaceJason Cooper2014-04-1812-4205/+4200
* staging: crypto: skein: dos2unix, remove executable permsJason Cooper2014-04-182-0/+0
* staging: crypto: skein: cleanup whitespace around operators/punc.Jason Cooper2014-04-186-651/+648
* staging: crypto: skein: fixup pointer whitespaceJason Cooper2014-04-188-50/+50
* staging: crypto: skein: use u8, u64 vice uint*_tJason Cooper2014-04-187-63/+63
* staging: crypto: skein: remove all typedef {struct, enum}Jason Cooper2014-04-1811-110/+110
* staging: crypto: skein: remove unneeded typedefsJason Cooper2014-04-189-162/+159
* staging: crypto: skein: remove __cplusplus and an unneeded stddef.hJason Cooper2014-04-183-29/+0
* staging: crypto: skein: remove skein_port.hJason Cooper2014-04-183-130/+13
* staging: crypto: skein: remove brg_*.h includesJason Cooper2014-04-183-283/+2
* staging: crypto: skein: allow building staticallyJason Cooper2014-04-1816-125/+56
* staging: crypto: skein: import code from Skein3Fish.gitJason Cooper2014-04-1816-0/+5699
OpenPOWER on IntegriCloud